Skip to content

Fix kubernetes-validate version during K8s upgrades

Steve Starke requested to merge sstrk/fix-kubernetes-validate into devel

Version Control Information

Source branch: sstrk/fix-kubernetes-validate
Target branch: devel

Commits:

* Fix kubernetes-validate version during K8s upgrades

We restricted the kubernetes-validate version on K8s nodes in !1004 for
good reasons. However, during a Kubernetes upgrade it now happens that
as long as the Kubernetes version in the config/config.toml is still the
previous Kubernetes version, the kubernetes-validate package on the nodes
does not get updated. This can lead to issues if an upgrade has to be
aborted and restarted. This commit configures the kubernetes-validate
package such that the next version is installed during Kubernetes
upgrades.
On the long run we want to address #617

Description

Feel free to add further information about your MR in this section

Closes: #


Merge Prerequisites

  • MR title (and description) are descriptive
  • Code is readable and syntactically correct
  • Code is understandable
  • Documentation has been updated, if necessary
  • Commit messages look good
  • Release note file added in latest commit

As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.

Merge request reports

Loading