Skip to content

Commit 5573325

Browse files
Update cni.md
1 parent 4a1048d commit 5573325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cni.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Logs generated by `azure-vnet-ipam` plugin are available in `/var/log/azure-vnet
9696
kubectl get nodes -o name | cut -d / -f 2 | xargs -I{} -n1 ssh -tt {} -t 'wget -O /tmp/upgrade-cni.sh https://raw.githubusercontent.com/Azure/azure-container-networking/master/scripts/install-cni-plugin.sh; chmod 755 /tmp/upgrade-cni.sh; ls -l /tmp/upgrade-cni.sh; sudo /tmp/upgrade-cni.sh v1.0.11; echo 'upgraded node ' {}; echo 'sleeping for 5 seconds before moving on to next node... press ctrl-c if you want to abort'; sleep 5'
9797
```
9898
99-
3. Uncordon all agent nodes using below command
99+
4. Uncordon all agent nodes using below command
100100
```bash
101101
kubectl get nodes -o name | cut -d / -f 2 | xargs -I{} -n1 kubectl uncordon {}
102102
```

0 commit comments

Comments
 (0)