remove command prompts and deprecated note (#12870)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
84a840887a
commit
769c38cda3
@@ -1150,12 +1150,12 @@ CSI support was introduced as alpha in Kubernetes v1.9, moved to beta in
|
|||||||
Kubernetes v1.10, and is GA in Kubernetes v1.13.
|
Kubernetes v1.10, and is GA in Kubernetes v1.13.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
**Note:** Support for CSI spec versions 0.2 and 0.3 are deprecated in Kubernetes
|
Support for CSI spec versions 0.2 and 0.3 are deprecated in Kubernetes
|
||||||
v1.13 and will be removed in a future release.
|
v1.13 and will be removed in a future release.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
**Note:** CSI drivers may not be compatible across all Kubernetes releases.
|
CSI drivers may not be compatible across all Kubernetes releases.
|
||||||
Please check the specific CSI driver's documentation for supported
|
Please check the specific CSI driver's documentation for supported
|
||||||
deployments steps for each Kubernetes release and a compatibility matrix.
|
deployments steps for each Kubernetes release and a compatibility matrix.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
@@ -1306,8 +1306,8 @@ MountFlags=shared
|
|||||||
```
|
```
|
||||||
Or, remove `MountFlags=slave` if present. Then restart the Docker daemon:
|
Or, remove `MountFlags=slave` if present. Then restart the Docker daemon:
|
||||||
```shell
|
```shell
|
||||||
$ sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
$ sudo systemctl restart docker
|
sudo systemctl restart docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user