-
Notifications
You must be signed in to change notification settings - Fork 336
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 CSI secret templates as annotation in Provisioned PV #654
Comments
@mkimuram sure, indeed as the discussion went yesterday, its good to take out the storage class dependency once the pv is provisioned. however I am not sure we were in complete agreement though, especially when the discussion is moving towards transfer of snap vs transfer of pv. |
I thought this is already done and documented here: https://kubernetes-csi.github.io/docs/secrets-and-credentials-storage-class.html Is there anything missing? CC @msau42 |
Please see related discussion kubernetes-csi/external-snapshotter#578 (comment) . |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I have further questions related with this issue. We can upgrade the disk type after provisioned on the fly. but @xing-yang @msau42 Any suggestions would really appreciated 🙇 |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a discussion in the meeting on PVC/Snapshot transfer about the model that operation on PV should not rely on information in StorageClass after PV is provisioned. The reason for it is that StorageClass can be changed after the PV is provisioned, as a result, the controllers might not rely on the current information in StorageClass.
In the case of PVC transfer, SecretRef in PV may be modified based on the templates after transferred. Therefore, these templates should be kept in PV as annotations.
The text was updated successfully, but these errors were encountered: