Skip to content

Commit

Permalink
Merge pull request kubernetes#1389 from gin419/patch-6
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Update propagation.md
  • Loading branch information
Kubernetes Submit Queue authored Nov 21, 2017
2 parents f6db102 + d461675 commit 29b7bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/node/propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Opinion against this:
1. It's not possible to validate a pod + mount propagation. Mount propagation
is stored in a HostPath PersistentVolume object, while privileged mode is
stored in Pod object. Validator sees only one object and we don't do
cross-object validation and can't reject non-provileged pod that uses a PV
  cross-object validation and can't reject non-privileged pod that uses a PV
with shared mount propagation.

### Make HostPath shared for privileged containers, slave for non-privileged.
Expand Down

0 comments on commit 29b7bdd

Please sign in to comment.