File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99# #
1010image :
1111 registry : docker.io
12- repository : alpine
13- tag : latest
12+ repository : busybox
13+ tag : stable
1414 # # Specify a imagePullPolicy
1515 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1616 # # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change 33If the machine is in China, you should replace the command to:
44
55```
6- helm upgrade --install -n kube-node-tuning kube-node-tuning charts/ --create-namespace --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
7+ --set image.registry=docker.m.daocloud.io
78```
You can’t perform that action at this time.
0 commit comments