Skip to content

Commit 4d35d15

Browse files
committed
fix two lines of command
1 parent 766811c commit 4d35d15

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/quick-start-in-china.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Quick Start in China
22

3-
If the machine is in China, you should replace the command to:
3+
If the machine is in China, you should replace the command as below(to use registry mirror: docker.m.daocloud.io):
44

55
```
6-
helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --create-namespace
7-
--set image.registry=docker.m.daocloud.io
6+
helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --create-namespace --set image.registry=docker.m.daocloud.io
87
```

0 commit comments

Comments
 (0)