-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
storage: Minor fixes to Windows projected volumes #30559
storage: Minor fixes to Windows projected volumes #30559
Conversation
|
/cc @sftim |
/sig windows |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 11f5db4 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/61981016e460eb000717e9b7 😎 Browse the preview: https://deploy-preview-30559--kubernetes-io-main-staging.netlify.app |
- Add missing period - Link to projected volume permission KEP instead of PR - Add missing PowerShell command
e0cc238
to
11f5db4
Compare
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.
Good fix! Thank you :)
/lgtm
LGTM label has been added. Git tree hash: 83994d3d0583c8bf19efe02c70eb8b217eccb94b
|
@@ -100,6 +100,8 @@ into their own volume mount outside of `C:\`. | |||
By default, the projected files will have the following ownership as shown for | |||
an example projected volume file: | |||
```powershell |
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.
BTW, this isn't PowerShell code.
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 thought adding the PowerShell command would make it appropriate 🤦🏽♂️ . Sorry about that. I will fix it if I am modifying this area again.
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.
/approve
[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 |
Follow up to #30366: