Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a step to remind us to update the kubectl version to match the AK… #319

Merged
merged 5 commits into from
Jun 20, 2024

Conversation

ITViking
Copy link
Contributor

@ITViking ITViking commented May 8, 2024

What does this PR do?

It add a another step to the upgrade AKS runbook to remind people that the kubectl version should also be updated to match that of the AKS kubernetes version

Should this be tested by the reviewer and how?

Any specific requests for how the PR should be reviewed?

What are the relevant tickets?

@ITViking ITViking requested review from achton and hypesystem May 8, 2024 11:22
@ITViking ITViking self-assigned this May 8, 2024
Copy link
Contributor

@hypesystem hypesystem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vil gerne have rettet variablen og måske tilføjet en ny runbook. Men kan godt acceptere med variabelændringen alene hvis du ikke vil skrive runbook nu

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overvej at lave en runbook til hvordan man udgiver en ny version af dplsh, og link til den her. Det gør man sådan her:

  1. Lav ændringerne i dplsh directory'et
  2. Byg lokalt med IMAGE_URL=dplsh IMAGE_TAG=local task build i dplsh mappen
  3. Test at det virker med DPLSH_IMAGE=dplsh:local ./dplsh
  4. Tjek release version her: https://github.com/danskernesdigitalebibliotek/dpl-platform/releases
  5. Push en branch og få review. Merge til master.
  6. Push et tag af formen dplsh-x.x.x på master - så bygger og releaser den automatisk.

Derudover: variablen i dplsh hedder KUBECTL_VERSION :-)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test evt. processen ifbm at du skriver en runbook, det tror jeg er en god øvelse.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jeg har lavet det som et nyt PR :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Ordered list item prefix error can be ignored here, c.f. https://github.com/DavidAnson/markdownlint?tab=readme-ov-file#configuration

@ITViking ITViking force-pushed the update-aks-upgrade-runbook branch from e41fd64 to abb7980 Compare June 12, 2024 13:40
@ITViking ITViking requested a review from hypesystem June 12, 2024 14:18
Copy link
Contributor

@hypesystem hypesystem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint errors should be fixed, otherwise good

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Ordered list item prefix error can be ignored here, c.f. https://github.com/DavidAnson/markdownlint?tab=readme-ov-file#configuration

@ITViking ITViking force-pushed the update-aks-upgrade-runbook branch from 4e3bfdd to 0ce5d64 Compare June 20, 2024 13:14
@ITViking ITViking merged commit 724f683 into main Jun 20, 2024
3 checks passed
@ITViking ITViking deleted the update-aks-upgrade-runbook branch June 20, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants