Skip to content

Commit 8c8a41b

Browse files
authored
Merge pull request #102959 from PawelWMS/patch-1
Fix `kured` installation instructions
2 parents 1dc8fcf + d449981 commit 8c8a41b

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
@@ -66,7 +66,7 @@ helm repo update
6666
kubectl create namespace kured
6767

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

7272
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)