Typo fix: writeable->writable (#8564)

* Update pod-security-policy.md

* Update reconfigure-kubelet.md
This commit is contained in:
AdamDang
2018-05-17 01:08:28 +08:00
committed by k8s-ci-robot
parent ed3fc99154
commit 6ea6b70cee
2 changed files with 2 additions and 2 deletions
@@ -428,7 +428,7 @@ filesystem can escalate privileges, including reading data from other
containers, and abusing the credentials of system services, such as Kubelet._
**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
@@ -26,7 +26,7 @@ from alpha.
{{% capture prerequisites %}}
- 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
`--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.
- The kubectl command-line tool must be also v1.8 or higher, and must be
configured to communicate with the cluster.