Skip to content
Snippets Groups Projects
Unverified Commit 13f026e1 authored by Varac's avatar Varac
Browse files

storage/cifs: Fix markdown fenced codeblocks

parent 0d59f345
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
## juliohm CIFS volume driver ## juliohm CIFS volume driver
<https://k8scifsvol.juliohm.com.br/>
<https://github.com/juliohm1978/kubernetes-cifs-volumedriver> <https://github.com/juliohm1978/kubernetes-cifs-volumedriver>
- As of 2021-07: Actively maintained (6 contributors, recent releases, 77 ⭐) - As of 2021-07: Actively maintained (6 contributors, recent releases, 77 ⭐)
...@@ -28,7 +27,7 @@ ...@@ -28,7 +27,7 @@
- requires `cifs-utils` installed on the host - requires `cifs-utils` installed on the host
``` ```sh
apt-get install -y cifs-utils jq apt-get install -y cifs-utils jq
cd kubernetes-cifs-volumedriver/ cd kubernetes-cifs-volumedriver/
kubectl apply -f install.yaml kubectl apply -f install.yaml
...@@ -36,13 +35,13 @@ ...@@ -36,13 +35,13 @@
Verify: Verify:
``` ```sh
kubectl -n default exec -it juliohm-cifs-volumedriver-installer-m96zq ls /flexmnt/juliohm~cifs/cifs kubectl -n default exec -it juliohm-cifs-volumedriver-installer-m96zq ls /flexmnt/juliohm~cifs/cifs
``` ```
Remove provisioning container: Remove provisioning container:
``` ```sh
kubectl delete -f install.yaml kubectl delete -f install.yaml
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment