Skip to content

v1.28.0

Latest

Choose a tag to compare

@hcloud-bot hcloud-bot released this 29 Oct 14:02
a1f6de6

Updated ClusterRole for HCCM

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

To ensure a smooth transition, we renamed the ClusterRoleBinding by adding the :restricted suffix. This change was necessary because the roleRef field in a ClusterRoleBinding is immutable, which would otherwise cause errors during a Helm upgrade.

As a result, users who deploy HCCM using the provided Kubernetes manifests must manually delete the old ClusterRoleBinding after applying the updated manifests. Users deploying via the Helm chart do not need to take any action.

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)