Skip to content
Snippets Groups Projects

Fix kubernetes-validate version during K8s upgrades

Merged Silvio Ankermann requested to merge hotfix/devel/fix-kubernetes-validate into devel
  1. Mar 01, 2024
  2. Feb 28, 2024
    • Steve Starke's avatar
      Fix kubernetes-validate version during K8s upgrades · 013a2002
      Steve Starke authored and Steve Starke's avatar Steve Starke committed
      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
      
      Closes: #632
      013a2002
Loading