We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766811c commit 4d35d15Copy full SHA for 4d35d15
docs/quick-start-in-china.md
@@ -1,8 +1,7 @@
1
# Quick Start in China
2
3
-If the machine is in China, you should replace the command to:
+If the machine is in China, you should replace the command as below(to use registry mirror: docker.m.daocloud.io):
4
5
```
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
+helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --create-namespace --set image.registry=docker.m.daocloud.io
8
0 commit comments