Tomasz Kapłoński
Tomasz Kapłoński

Reputation: 1378

Register ConfigConnector created cluster in ArgoCD

I am trying to setup an environment with GKE, ConfigConnector and ArgoCD.

I have management cluster where I installed ArgoCD and ConfigConnector. Then I use ConfigConnector to create a new GKE cluster in different project. As a result I following resources in the management cluster:

Now, ContainerCluster named bar has within spec information required for connection (spec.masterAuth.clusterCaCertificate and spec.privateClusterConfig.publicEndpoint).

To register this cluster as manager cluster in my ArgoCD instance I need to create a secret in argocd namespace. How can I ensure it gets populated with values from my bar object in foo namespace?

Upvotes: 0

Views: 27

Answers (0)

Related Questions