From e7198c0e5f6f4c3600df71ddd12dfe252c90ac01 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 8 May 2024 13:19:48 +0200 Subject: [PATCH 1/5] add a step to remind us to update the kubectl version to match the AKS kubernetes version --- docs/runbooks/upgrading-aks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/runbooks/upgrading-aks.md b/docs/runbooks/upgrading-aks.md index e0cea057..9a447c45 100644 --- a/docs/runbooks/upgrading-aks.md +++ b/docs/runbooks/upgrading-aks.md @@ -86,3 +86,4 @@ Monitor via eg. ```shell watch -n 5 kubectl get nodes ``` +5. Go to `dplsh's` Dockerfile and update the `kubectl` version to match that of the upgraded AKS version From b9fad247d9d092a38e212327b80c285953bc8129 Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 12 Jun 2024 15:43:45 +0200 Subject: [PATCH 2/5] add correct variable --- docs/runbooks/upgrading-aks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runbooks/upgrading-aks.md b/docs/runbooks/upgrading-aks.md index 9a447c45..02091349 100644 --- a/docs/runbooks/upgrading-aks.md +++ b/docs/runbooks/upgrading-aks.md @@ -86,4 +86,4 @@ Monitor via eg. ```shell watch -n 5 kubectl get nodes ``` -5. Go to `dplsh's` Dockerfile and update the `kubectl` version to match that of the upgraded AKS version +5. Go to `dplsh's` Dockerfile and update the `KUBECTL_VERSION` version to match that of the upgraded AKS version From 9419a88adad99984de447b5cce34f813d4a86e15 Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 20 Jun 2024 15:01:56 +0200 Subject: [PATCH 3/5] fix some identation --- docs/runbooks/upgrading-aks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/runbooks/upgrading-aks.md b/docs/runbooks/upgrading-aks.md index 02091349..4deb0337 100644 --- a/docs/runbooks/upgrading-aks.md +++ b/docs/runbooks/upgrading-aks.md @@ -81,9 +81,9 @@ 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 From 3c7d571c11f8a52d5f39ceb77d6ee3638d1897e6 Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 20 Jun 2024 15:08:16 +0200 Subject: [PATCH 4/5] fixe fenced code blocks should be surrounded by blank lines --- docs/runbooks/upgrading-aks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/runbooks/upgrading-aks.md b/docs/runbooks/upgrading-aks.md index 4deb0337..95c9ce88 100644 --- a/docs/runbooks/upgrading-aks.md +++ b/docs/runbooks/upgrading-aks.md @@ -86,4 +86,5 @@ for background info on this operation. ```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 From 0ce5d643bce952d67722d4ecd685608c6495700a Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 20 Jun 2024 15:13:43 +0200 Subject: [PATCH 5/5] line length error fix --- docs/runbooks/upgrading-aks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/runbooks/upgrading-aks.md b/docs/runbooks/upgrading-aks.md index 95c9ce88..d377ec08 100644 --- a/docs/runbooks/upgrading-aks.md +++ b/docs/runbooks/upgrading-aks.md @@ -87,4 +87,5 @@ for background info on this operation. 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 +5. Go to `dplsh's` Dockerfile and update the `KUBECTL_VERSION` version to + match that of the upgraded AKS version