Rollouts does not work on Azure Kubernetes #3558
sai-vishal-kumar
started this conversation in
General
Replies: 3 comments
-
Error messages from dashboard pod
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that Argo Rollouts doesn't have enough permissions in the cluster. Is your cluster locked down in some way? Can you verify that the required privileges are indeed available in the cluster? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team,
This is my first ever discussion on Github , please let me know if there is any standard or if any info is missing.
I am installing argo rollouts helm chart via argo-CD for enabling extra deployment options for our applications.
This is the values.yaml of the helm chart.
argo-rollouts: dashboard: enabled: true logging: level: debug controller: replicas: 2 logging: level: debug
After the pods are UP , I try to port forward to the dashboard UI using the service and the connection crashes and after reviewing the logs of the dashboard pod there are errors regarding RBAC access permissions( added below ). I also seems that there is nothing running on the 3100 port of the dashboard as well.
Am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions