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 9
9
# #
10
10
image :
11
11
registry : docker.io
12
- repository : alpine
13
- tag : latest
12
+ repository : busybox
13
+ tag : stable
14
14
# # Specify a imagePullPolicy
15
15
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
16
16
# # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change 3
3
If the machine is in China, you should replace the command to:
4
4
5
5
```
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
7
8
```
You can’t perform that action at this time.
0 commit comments