Skip to content

Commit 199fdc8

Browse files
hallk8s-ci-robot
authored andcommitted
fix bash brace expansion in troubleshooting guide (#936)
1 parent a8ccbe2 commit 199fdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/other-guides/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you have not configured [dynamic provisioning] (https://kubernetes.io/docs/co
127127
You can use the example below to create local persistent volumes.
128128
129129
```commandline
130-
sudo mkdir /mnt/pv[1-3]
130+
sudo mkdir /mnt/pv{1..3}
131131
132132
kubectl create -f - <<EOF
133133
kind: PersistentVolume

0 commit comments

Comments
 (0)