Skip to content

Commit f8f4cf8

Browse files
authored
Update node-updates-kured.md
line 70 fails in Linux shell: the dot in "kubernetes.io/os" needs to be escaped. Modified command: helm install my-release kubereboot/kured --namespace kured --set nodeSelector."kubernetes\.io/os"=linux Tested in Ubuntu 20.04
1 parent 26f8e48 commit f8f4cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/node-updates-kured.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ helm repo update
6767
kubectl create namespace kured
6868

6969
# Install kured in that namespace with Helm 3 (only on Linux nodes, kured is not working on Windows nodes)
70-
helm install my-release kubereboot/kured --namespace kured --set nodeSelector."kubernetes.io/os"=linux
70+
helm install my-release kubereboot/kured --namespace kured --set nodeSelector."kubernetes\.io/os"=linux
7171
```
7272

7373
You can also configure additional parameters for `kured`, such as integration with Prometheus or Slack. For more information about additional configuration parameters, see the [kured Helm chart][kured-install].

0 commit comments

Comments
 (0)