Summary
The error arises from a failed Helm upgrade due to pre-existing ClusterRole ownership metadata issues, specifically missing required labels and annotations for the release.
Question
F:\HelmCharts\AirByte_oct2024> helm upgrade airbyte-dev airbyte-1.1.0/ --values airbyte-1.1.0/values.yaml -n dev-airbyte
false
Error: UPGRADE FAILED: Unable to continue with update: ClusterRole “node-viewer” in namespace “” exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key “http://app.kubernetes.io/managed-by|app.kubernetes.io/managed-by”: must be set to “Helm”; annotation validation error: missing key “http://meta.helm.sh/release-name|meta.helm.sh/release-name”: must be set to “airbyte-dev”; annotation validation error: missing key “http://meta.helm.sh/release-namespace|meta.helm.sh/release-namespace”: must be set to “dev-airbyte”
Could you please help me on this error ??
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.