Skip to content

Commit 000a9de

Browse files
authored
Merge pull request #30559 from aravindhp/windows-projected-volume-follow-up
storage: Minor fixes to Windows projected volumes
2 parents 2b46eef + 11f5db4 commit 000a9de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/docs/concepts/storage/projected-volumes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ volume mount will not receive updates for those volume sources.
7171

7272
## SecurityContext interactions
7373

74-
The [proposal for file permission handling in projected service account volume](https://github.com/kubernetes/enhancements/pull/1598)
74+
The [proposal for file permission handling in projected service account volume](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2451-service-account-token-volumes#token-volume-projection)
7575
enhancement introduced the projected files having the the correct owner
7676
permissions set.
7777

@@ -100,6 +100,8 @@ into their own volume mount outside of `C:\`.
100100
By default, the projected files will have the following ownership as shown for
101101
an example projected volume file:
102102
```powershell
103+
PS C:\> Get-Acl C:\var\run\secrets\kubernetes.io\serviceaccount\..2021_08_31_22_22_18.318230061\ca.crt | Format-List
104+
103105
Path : Microsoft.PowerShell.Core\FileSystem::C:\var\run\secrets\kubernetes.io\serviceaccount\..2021_08_31_22_22_18.318230061\ca.crt
104106
Owner : BUILTIN\Administrators
105107
Group : NT AUTHORITY\SYSTEM

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ For more details, see the [Portworx volume](https://github.com/kubernetes/exampl
811811
### projected
812812

813813
A projected volume maps several existing volume sources into the same
814-
directory. For more details, see [projected volumes](/docs/concepts/storage/projected-volumes/)
814+
directory. For more details, see [projected volumes](/docs/concepts/storage/projected-volumes/).
815815

816816
### quobyte (deprecated) {#quobyte}
817817

0 commit comments

Comments
 (0)