Skip to content

v1.28.0-rc.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 28 Oct 13:36
fb201c8

Updated ClusterRole for HCCM

We have introduced a custom ClusterRole for the HCCM component, based on the upstream recommendation from sig-cloud-provider.

Because of this change, a simple helm upgrade may fail due to immutable fields in the existing ClusterRoleBinding. To ensure a successful upgrade, you must delete the existing ClusterRoleBinding before upgrading. This will make HCCM temporarily unavailable until the new version is deployed. Please avoid making any changes to the clusters, especially node- or service-related modifications, during this time.

kubectl delete clusterrolebindings.rbac.authorization.k8s.io system:hcloud-cloud-controller-manager

Features

  • helm: use custom ClusterRole
  • configurable metrics address (#1055)

Bug Fixes

  • add client-side timeouts to hcloud and robot clients (#1058)