You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today i upgraded terraform via terraform init --upgrade to get the updated cluster-autoscaler container images, since the old ones are getting removed by Hetzner.
After this i ran terraform apply and everything worked besides from one job. This got me the following error:
module.kube-hetzner.null_resource.kustomization (remote-exec): The ClusterRoleBinding "system-upgrade" is invalid: roleRef: Invalid value: rbac.RoleRef{APIGroup:"rbac.authorization.k8s.io", Kind:"ClusterRole", Name:"system-upgrade-controller"}: cannot change roleRef
╷
│ Error: remote-exec provisioner error
│
│ with module.kube-hetzner.null_resource.kustomization,
│ on .terraform/modules/kube-hetzner/init.tf line 327, in resource "null_resource" "kustomization":
│ 327: provisioner "remote-exec" {
│
│ error executing "/tmp/terraform_168394776.sh": Process exited with status 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Guys,
Today i upgraded terraform via
terraform init --upgrade
to get the updated cluster-autoscaler container images, since the old ones are getting removed by Hetzner.After this i ran
terraform apply
and everything worked besides from one job. This got me the following error:Can somebody help me?
Beta Was this translation helpful? Give feedback.
All reactions