-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 blog about CSI Inline Volumes GA #35511
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
/hold |
Hi @reylejano , an exception was approved today and the k/k PR merged for 1.25 |
Hi from the Comms team! Just a reminder that the Ready to Review deadline for feature blogs is Tuesday, August 16. You will also be assigned a publication date post-release. Is there anything we can do to help you right now? |
Blog should be submitted to main, not dev-1.25 branch. |
Hi from Comms team! |
58f029a
to
110aa31
Compare
/unhold |
110aa31
to
fbdc704
Compare
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
Hi @AnaMMedina21 @xing-yang , sorry for the last minute changes, I just pushed the updated content and rebased on the main branch. Thanks! |
volumes: | ||
- name: my-csi-volume | ||
csi: | ||
driver: hostpath.csi.k8s.io |
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.
Host path is kind of a bad example IMO. doesn't show anything it can do beyond what k8s natively can do.
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'd like to pick an in-project CSI driver if we can, but I agree: hostPath
/ hostpath.csi.k8s.io
is a bit boring.
How about Secrets Store?
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.
image populator is still in project. secretstore would be a good one too though.
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.
Thanks for the feedback, I updated the example to use the secret store csi driver.
volumes: | ||
- name: my-csi-volume | ||
csi: | ||
driver: hostpath.csi.k8s.io |
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'd like to pick an in-project CSI driver if we can, but I agree: hostPath
/ hostpath.csi.k8s.io
is a bit boring.
How about Secrets Store?
/lgtm More fixes are welcome, but not required. /hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
LGTM label has been added. Git tree hash: 2cb3ff9987f5a2aeae108e5c3d4cdf00d782b443
|
Co-authored-by: Tim Bannister <[email protected]>
26b33b9
to
f89fffd
Compare
Unholding per #35511 (comment) /unhold |
LGTM label has been added. Git tree hash: e4b7239ed0c72b3bb6d81326dd859456dea090d7
|
Add blog entry about CSI Inline Volumes graduating to GA
Enhancement: kubernetes/enhancements#596
Feature gate PR: kubernetes/kubernetes#111258
KEP: https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/596-csi-inline-volumes/README.md