Typo fix: writeable->writable (#8564)
* Update pod-security-policy.md * Update reconfigure-kubelet.md
This commit is contained in:
@@ -428,7 +428,7 @@ filesystem can escalate privileges, including reading data from other
|
|||||||
containers, and abusing the credentials of system services, such as Kubelet._
|
containers, and abusing the credentials of system services, such as Kubelet._
|
||||||
|
|
||||||
**ReadOnlyRootFilesystem** - Requires that containers must run with a read-only
|
**ReadOnlyRootFilesystem** - Requires that containers must run with a read-only
|
||||||
root filesystem (i.e. no writeable layer).
|
root filesystem (i.e. no writable layer).
|
||||||
|
|
||||||
### FlexVolume drivers
|
### FlexVolume drivers
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ from alpha.
|
|||||||
{{% capture prerequisites %}}
|
{{% capture prerequisites %}}
|
||||||
- A live Kubernetes cluster with both Master and Node at v1.8 or higher must be
|
- A live Kubernetes cluster with both Master and Node at v1.8 or higher must be
|
||||||
running, with the `DynamicKubeletConfig` feature gate enabled and the Kubelet's
|
running, with the `DynamicKubeletConfig` feature gate enabled and the Kubelet's
|
||||||
`--dynamic-config-dir` flag set to a writeable directory on the Node.
|
`--dynamic-config-dir` flag set to a writable directory on the Node.
|
||||||
This flag must be set to enable Dynamic Kubelet Configuration.
|
This flag must be set to enable Dynamic Kubelet Configuration.
|
||||||
- The kubectl command-line tool must be also v1.8 or higher, and must be
|
- The kubectl command-line tool must be also v1.8 or higher, and must be
|
||||||
configured to communicate with the cluster.
|
configured to communicate with the cluster.
|
||||||
|
|||||||
Reference in New Issue
Block a user