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
Hello, I am trying to upgrade hawkbit package instance to modify the default value.yaml but I am facing an error.
My environment
I am running microk8s in a Ubuntu server 22.04 in a x86/64 machine. I have a namespace named cloud2edge in which I have both packages: cloud2edge and hawkbit.
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/sngular/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/sngular/.kube/config
Error: UPGRADE FAILED: execution error at (hawkbit/charts/rabbitmq/templates/NOTES.txt:138:4):
PASSWORDS ERROR: you must provide your current passwords when upgrade the release
'auth.erlangCookie' must not be empty, please add '--set auth.erlangCookie=$RABBITMQ_ERLANG_COOKIE' to the command. To get the current value:
export RABBITMQ_ERLANG_COOKIE=$(kubectl get secret --namespace cloud2edge hawkbit-rabbitmq -o jsonpath="{.data.rabbitmq-erlang-cookie}" | base64 --decode)
If I run the above command I get the password, I tested to print it and the result is the following:
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/sngular/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/sngular/.kube/config
Error: UPGRADE FAILED: execution error at (hawkbit/charts/rabbitmq/templates/NOTES.txt:138:4):
PASSWORDS ERROR: you must provide your current passwords when upgrade the release
'auth.erlangCookie' must not be empty, please add '--set auth.erlangCookie=$RABBITMQ_ERLANG_COOKIE' to the command. To get the current value:
export RABBITMQ_ERLANG_COOKIE=$(kubectl get secret --namespace cloud2edge hawkbit-rabbitmq -o jsonpath="{.data.rabbitmq-erlang-cookie}" | base64 --decode)
Issue
I wonder how I can solve it and upgrade the hawkbit deployment. Thank you in advance
The text was updated successfully, but these errors were encountered:
IMHO the problem is that the pwd is required by the rabbitmq chart which is a dependency of the hawkbit chart and therefore requires its property names to be prefixed with the alias for the rabbitmq chart....
Hello, I am trying to upgrade hawkbit package instance to modify the default value.yaml but I am facing an error.
My environment
I am running microk8s in a Ubuntu server 22.04 in a x86/64 machine. I have a namespace named
cloud2edge
in which I have both packages: cloud2edge and hawkbit.Output of
kubectl get pods -n cloud2edge
Expected behaviour
I would like to add TLS to hawkbit. Thus, I would like to change the default port 80 to 8443:
Error
The above command returns the following error:
If I run the above command I get the password, I tested to print it and the result is the following:
result:
gXJ6vShMegTO3lUXym1G6lTczUVpMeZB
Then, I run the command adding the rabbitmq password:
But I get the same result:
Issue
I wonder how I can solve it and upgrade the hawkbit deployment. Thank you in advance
The text was updated successfully, but these errors were encountered: