-
Notifications
You must be signed in to change notification settings - Fork 372
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
Add Secrets in NodeExpandVolumeRequest #457
Conversation
How are you going to pass the secrets from the Kubernetes side? Does this require a change in Kubernetes API and also in external-provisioner like the following?
|
@xing-yang yeah these changes would also be needed |
Okay lets open a issue in k/k repo for that. Do we expect node expansion secrets to be different from controller one? If yes - we will indeed need API change. |
Ack.. We need similar changes.. @xing-yang
@gnufied sure will do that.. NodeExpansion Secret can be same as "ControllerSecret" , I dont see a reason to have different one atleast for our use case. |
@Sh4d1 Sure.. here it is @kubernetes/kubernetes#95367 |
Please make sure you sign the CLA for CSI |
Just sent out the CLA! |
CLA confirmed! Thanks. |
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
Rebased! |
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.
Will merge as soon as 1.4.0 is cut (1.4.0-rc was cut earlier today and we're in a 72 hour waiting period). This will end up being part of 1.5.0
@jdef Any objections? If not, please feel free to merge. |
Signed-off-by: Patrik Cyvoct patrik@ptrk.io
Closes #445
cc @humblec