Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8c3d11f9
Commit
8c3d11f9
authored
Oct 07, 2015
by
Paul Morie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix name of FSGroup field in volume proposal json
parent
092dddd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
volumes.md
docs/proposals/volumes.md
+4
-4
No files found.
docs/proposals/volumes.md
View file @
8c3d11f9
...
...
@@ -272,7 +272,7 @@ type PodSecurityContext struct {
// FSGroup is a supplemental group that all containers in a pod run under. This group will own
// volumes that the Kubelet manages ownership for. If this is not specified, the Kubelet will
// not set the group ownership of any volumes.
FSGroup
*
int64
`json:"
supplementalGroup
"`
FSGroup
*
int64
`json:"
fsGroup,omitempty
"`
}
```
...
...
@@ -285,7 +285,7 @@ type PodSecurityContext struct {
// FSGroup is a supplemental group that all containers in a pod run under. This group will own
// volumes that the Kubelet manages ownership for. If this is not specified, the Kubelet will
// not set the group ownership of any volumes.
FSGroup
*
int64
`json:"
supplementalGroup
"`
FSGroup
*
int64
`json:"
fsGroup,omitempty
"`
}
```
...
...
@@ -455,7 +455,7 @@ metadata:
name
:
test-pod
spec
:
securityContext
:
supplemental
Group
:
1001
fs
Group
:
1001
containers
:
-
name
:
a
securityContext
:
...
...
@@ -487,7 +487,7 @@ metadata:
name
:
test-pod
spec
:
securityContext
:
supplemental
Group
:
1001
fs
Group
:
1001
containers
:
-
name
:
a
securityContext
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment