This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Unexpected bahaviour in combination of Acorn with Capsule and Flux #2270
kaotika
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'am investigating the usage of Acorn in combination with Capsule for better multi-tennancy and Flux. Capsule defines a tenant CRD. Normally a tenant owns some namespaces and capsule grants the preconfigured permissions to these namespace. The tenants namespaces are owned by the capsule-operator.
For the example I build the following resource structure:
acorn.io/project=true
(Cause a tenant namespace is owned by capsule, the acorn project call does not create the namespace.)dev-team
So far everything works.
The problem comes into account when I try to create the acorn projects by flux, what causes an update to the project resource.
by cli:
acorn project update dev-team --supported-region local --default-region local
This leads to
There is a fixed bug #1542 with the same error but not the same setup. Without acorn the exception is not throwen. Even just with Capsule the exception is not reproducable.
Before I put together an full example, does anybody has a quick solution?
Beta Was this translation helpful? Give feedback.
All reactions