-
Notifications
You must be signed in to change notification settings - Fork 5
Remote managed clusters inside the management cluster name folder #3
Description
Hi folks,
I have just the feeling that including the remote cluster configuration inside the management cluster folder is a clean way of know what clusters are being managed by the hub cluster. See here my folder structure. I personally find it easier to understand than create the clusters inside folder clusters/ the telco-gitops repository where you do not know what cluster is managed by which hub.
Inside the remote-clusters/ folder we have a base and config folder. The base must point to the telco-gitops operators' folder and/or a blueprint. I mean both ways can be ok, I can point to a blueprint, and if there is any operator that is not been included in that blueprint (e.g. ran-du-sno, where NMstate operator is not included) I can just add it in the customization base or create a new blueprint. Then, the config where the specific configuration of each managed cluster is applied.
Let me know your thoughts.