Skip to content

Commit 32550bf

Browse files
authored
Merge pull request #103727 from petetian/patch-1
Update node-updates-kured.md
2 parents dbe74de + f8f4cf8 commit 32550bf

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)