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
kind: ACD
spec:
exclude: ["my-capi-cluster"] # if there's a eks/aks cluster.
exclude: ["<capi-UID>"] # if there's a capi
Specific to CAPI:
kind: ACD
spec:
capi:
clusterID: <uid of the capi object that is the hosting cluster>
^ ClusterID here is a bit awkward to look up and manage and debug (its a UID).
kind: ACD
spec:
capi:
currentClusterName:
managementClusterName: my-cluster # <--- this one, CAPI using the terminology
selfClusterName:
Decision
Lets go w/ the spec.capi.managementClusterName solution, it aligns w/ the automatic solution we have eks/aks, and then we can always identify the "management" cluster for all providers, which may come in handy in the future.
The text was updated successfully, but these errors were encountered:
General solution
Specific to CAPI:
^ ClusterID here is a bit awkward to look up and manage and debug (its a UID).
Decision
Lets go w/ the
spec.capi.managementClusterName
solution, it aligns w/ the automatic solution we have eks/aks, and then we can always identify the "management" cluster for all providers, which may come in handy in the future.The text was updated successfully, but these errors were encountered: