-
Notifications
You must be signed in to change notification settings - Fork 29
fabric8-tenant should allow per-cluster setup of namespace(s) + applying template in it #766
Comments
@MatousJobanek @alexeykazakov wdyt? |
Correct me if I'm wrong - this namespace creation using the template should happen only once per cluster, right? Not every time when a new user is provisioned/updated. Theoretically, you could do it by creating a new user with But definitely a very good use-case for toolchain-operator @dipak-pawar |
correct - 1 time setup
This would be a hack and it is not an option we are looking for. The solution should be the user-agnostic and clean (also taken into account that there is an automatic time-based user deprovisioning planned on auth side, which makes any user involvement for this setup fragile and error-prone)
huge +1 |
This is definitely a work for our toolchain operator. |
ok, than looks like we will need a service for cluster setup (toolchain operator?) |
fabric8-tenant
targets setup for a new user provisioning + tenant update (which targets users that have been provisioned before). AFAIK, there is no mechanism that would allow the creation of anamespace
+applying a template in one specific namespace per cluster
Great exampled is
k8s-image-puller
[1] which needs:k8s-image-puller
namespace in every OSIO clusterSince currently
fabric8-tenant
does not allow to easily setup CI/CD for this case we have to ask SD team to manually proceed with this setup [2]Not sure if it makes sense to work on this feature now, but this is definitely smth. that should be taken into account for OSD 4 / tenant operator work
[1] https://github.com/redhat-developer/kubernetes-image-puller
[2] https://gitlab.cee.redhat.com/dtsd/housekeeping/issues/2591
The text was updated successfully, but these errors were encountered: