SUSE / skuba

CLI tool used to simplify (or orchestrate) kubeadm-based Kubernetes cluster deployment and update
Apache License 2.0
84 stars 57 forks source link

addons: cilium: Add missing ClusterRoles rules (bsc#1178931) #1459

Closed vadorovsky closed 3 years ago

vadorovsky commented 3 years ago

ClusterRoles cilium and cilium-operator were missing rules for the ciliumidentities/status resource and cilium-operator running in HA mode.

The first missing rule was most likely the cause of bsc#1178931.

Signed-off-by: Michal Rostecki mrostecki@opensuse.org

vadorovsky commented 3 years ago

Let's not merge it before we confirm that it fixes bsc#1178931 for the customer.

revog commented 3 years ago

Let's not merge it before we confirm that it fixes bsc#1178931 for the customer.

Me as customer reporting this issue, can confirm that this fixed the issue and the "identity does not exist" log events in cilium disappeared.