diff --git a/docs/runbooks/upgrading-aks.md b/docs/runbooks/upgrading-aks.md index e0cea057..d377ec08 100644 --- a/docs/runbooks/upgrading-aks.md +++ b/docs/runbooks/upgrading-aks.md @@ -81,8 +81,11 @@ for background info on this operation. aware that the admin node-pool where harbor runs has a tendency to take a long time as the harbor pvcs are slow to migrate to the new node. -Monitor via eg. + Monitor via eg. -```shell -watch -n 5 kubectl get nodes -``` + ```shell + watch -n 5 kubectl get nodes + ``` + +5. Go to `dplsh's` Dockerfile and update the `KUBECTL_VERSION` version to + match that of the upgraded AKS version