Error creating rolebindings #3203
Unanswered
craigmunro
asked this question in
Q&A
Replies: 2 comments 9 replies
-
I've tested this on my cluster and works ok: $ flux tree ks apps-sync
Kustomization/flux-system/apps-sync
├── Namespace/apps
├── ServiceAccount/apps/ignite
├── Role/apps/pod-reader
├── RoleBinding/apps/read-pods My Flux Kustomization is v1beta2 without force nor validation, can you post here the full yaml. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the prompt response. Removing force and validation didn't make a difference. Here's the full kustomization yaml:
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've been successfully using Flux in a multi-tenant cluster for a while now but have come across an issue we can't resolve.
We have the following in a Git repository:
And a Kustomization in the namespace like:
We then get the following:
Creating the same resources directly using the same service account works:
If the Role is added to Git first and then the RoleBinding is added everything works too.
The kustomize controller has the following additional arguments:
We're using Flux v0.35.0 and running on GKE v1.22.12-gke.1200
Are we missing something or is there an issue here?
Beta Was this translation helpful? Give feedback.
All reactions