-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 prep: Remove deprecated flags #173
2.0 prep: Remove deprecated flags #173
Conversation
In 2.0 we can safely remove deprecated flags.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3d4f1e4
to
c2ed912
Compare
cmd/csi-attacher/main.go
Outdated
kubeconfig = flag.String("kubeconfig", "", "Absolute path to the kubeconfig file. Required only when running out of cluster.") | ||
resync = flag.Duration("resync", 10*time.Minute, "Resync interval of the controller.") | ||
csiAddress = flag.String("csi-address", "/run/csi/socket", "Address of the CSI driver socket.") | ||
dummy = flag.Bool("dummy", false, "Run in dummy mode, i.e. not connecting to CSI driver and marking everything as attached. Expected CSI driver name is \"csi/dummy\".") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this only for initial development? Can we remove this too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed -dummy
too, I hope release note generator can handle multi-line comments :-)
It is not used in any test now.
I removed |
c731320
to
b35db9d
Compare
/lgtm |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
In 2.0 we can safely remove deprecated flags.
Which issue(s) this PR fixes:
Related to #158
Does this PR introduce a user-facing change?: