Skip to content
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

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

Sh4d1
Copy link
Contributor

@Sh4d1 Sh4d1 commented Oct 7, 2020

Signed-off-by: Patrik Cyvoct patrik@ptrk.io

Closes #445

cc @humblec

@humblec
Copy link
Contributor

humblec commented Oct 7, 2020

@Sh4d1 Thanks.. LGTM.

@gnufied @jsafrane @msau42 @xing-yang @saad-ali can we get some attention to this ? this become a blocker for different use cases of nodeExpansion.

@xing-yang
Copy link
Contributor

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?

https://github.com/kubernetes/kubernetes/blob/v1.20.0-alpha.1/pkg/apis/core/types.go#L1656
https://github.com/kubernetes-csi/external-provisioner/blob/v2.0.2/pkg/controller/controller.go#L713

@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Oct 7, 2020

@xing-yang yeah these changes would also be needed

@gnufied
Copy link
Contributor

gnufied commented Oct 7, 2020

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.

@humblec
Copy link
Contributor

humblec commented Oct 7, 2020

https://github.com/kubernetes-csi/external-provisioner/blob/v2.0.2/pkg/controller/controller.go#L713

Ack.. We need similar changes.. @xing-yang

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.

@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
Copy link
Contributor Author

Sh4d1 commented Oct 7, 2020

I agree with @humblec the secret should be the same.
@humblec do you open the issue on k/k?

@humblec
Copy link
Contributor

humblec commented Oct 7, 2020

I agree with @humblec the secret should be the same.
@humblec do you open the issue on k/k?

@Sh4d1 Sure.. here it is @kubernetes/kubernetes#95367

@gnufied
Copy link
Contributor

gnufied commented Feb 19, 2021

cc @saad-ali @jdef

spec.md Outdated Show resolved Hide resolved
csi.proto Outdated Show resolved Hide resolved
@saad-ali
Copy link
Member

saad-ali commented Mar 3, 2021

csi.proto Outdated Show resolved Hide resolved
@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Mar 4, 2021

Just sent out the CLA!

@saad-ali
Copy link
Member

saad-ali commented Mar 4, 2021

CLA confirmed! Thanks.
Please rebase this PR.

Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
@Sh4d1
Copy link
Contributor Author

Sh4d1 commented Mar 5, 2021

Rebased!

Copy link
Member

@saad-ali saad-ali left a 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

@saad-ali
Copy link
Member

saad-ali commented Mar 8, 2021

@jdef Any objections? If not, please feel free to merge.

@jdef jdef merged commit da58351 into container-storage-interface:master Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secrets in NodeExpandVolume
6 participants