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 d451f4f commit 766811cCopy full SHA for 766811c
charts/README.md
@@ -11,7 +11,7 @@ kube-node-tuning is aimed at kernel tuning by kubernetes. It's useful to :
11
```
12
export VERSION=v0.2.0
13
helm repo add kube-node-tuning https://kubean-io.github.io/kube-node-tuning/
14
-helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --create-namespace
+helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --version $VERSION --create-namespace
15
16
17
0 commit comments