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
e.g. as per the doc, you can define --with-namespace multiple times which makes sense to me where a team may be allocated more than one namespace in a k8s (shared) cluster:
# Generate tenant namespaces and role bindings in YAML format
flux create tenant dev-team \
--with-namespace=frontend \
--with-namespace=backend \
--export > dev-team.yaml
Is this difference between Flamingo tenancy and Flux intended? i..e would I have to work with a tenant = namespace if I wanted to use the Flux subsystem?
The text was updated successfully, but these errors were encountered:
tommyreilly
changed the title
Flamingo tenant not mapping to Flux tenant
Flamingo tenant structure not mapping to Flux tenant structure
Dec 14, 2023
Hi,
Hopefully a quick question if someone knows.
In the Flamingo source at:
flamingo/cmd/flamingo/install_templates.go
Line 110 in ef02f00
it suggests that the label to identify a tenant is limited to the namespace name:
However, Flux multi-tenancy doesn't limit a tenant to a single namespace:
https://fluxcd.io/flux/cmd/flux_create_tenant/
e.g. as per the doc, you can define --with-namespace multiple times which makes sense to me where a team may be allocated more than one namespace in a k8s (shared) cluster:
Is this difference between Flamingo tenancy and Flux intended? i..e would I have to work with a tenant = namespace if I wanted to use the Flux subsystem?
The text was updated successfully, but these errors were encountered: