Skip to content

Commit

Permalink
remove command prompts and deprecated note (kubernetes#12870)
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git authored and yagonobre committed Mar 14, 2019
1 parent 77bfb65 commit c6f16e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1151,12 +1151,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.

{{< 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.
{{< /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
deployments steps for each Kubernetes release and a compatibility matrix.
{{< /note >}}
Expand Down Expand Up @@ -1303,8 +1303,8 @@ MountFlags=shared
```
Or, remove `MountFlags=slave` if present. Then restart the Docker daemon:
```shell
$ sudo systemctl daemon-reload
$ sudo systemctl restart docker
sudo systemctl daemon-reload
sudo systemctl restart docker
```


Expand Down

0 comments on commit c6f16e0

Please sign in to comment.