-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argocd-redis role is missing in install.yaml since ArgoCD 2.0 (non-HA) #7107
Comments
This change was done as part of cleanup in #5863 Can you please elaborate on the error you are seeing without this role? |
I wanted to update my ArgoCD instance from 2.0.5 to 2.1.1 and have seen this as a diff. Furthermore, I was confused why the I guess that in this case the |
What also confuses me, why is the |
If I delete the
I use this workaround in my
Redis then starts with the uid 1000690000. |
The HA manifests still reference runAsUser and fsGroup which result in OpenShift refusing to create the pods due to the missing SCC: https://github.com/argoproj/argo-cd/blob/v2.1.2/manifests/ha/namespace-install.yaml#L1908 |
I have the same problem, deleting the runAsUser fixes the issue. |
When trying to install from latest stable manifest
|
Checklist:
argocd version
.Describe the bug
Since ArgoCD 2.1.0 the
argocd-redis
role is missing inmanifests/install.yaml
but is still referenced in the corresponding role binding. The role exists inmanifests/ha/install.yaml
but differs from theargocd-redis
role inmanifests/install.yaml
from earlier ArgoCD releases (pre 2.1.0).To Reproduce
argocd-redis
roleExpected behavior
argocd-redis
role is included. In ArgoCD 2.0.5 the role was defined as follows:In ArgoCD 2.1.x the role in the
manifest/ha/install.yaml
is defined as follows:The text was updated successfully, but these errors were encountered: