G.con/crd/setup [updated] »

You should see a state of SYNCED if the connection to the Git repository is successful and your manifests have been applied to the cluster.

# Check the status of the 'root-sync' (in multi-repo mode) kubectl get rootsync -n config-management-system g.con/crd/setup

Before you begin the setup, ensure you have the following: You should see a state of SYNCED if

# config-management.yaml apiVersion: configmanagement.gke.io/v1 kind: ConfigManagement metadata: name: config-management spec: enableMultiRepo: true git: syncRepo: https://source.developers.google.com/p/YOUR_PROJECT/r/YOUR_REPO syncBranch: main secretType: gcpserviceaccount policyDir: "configs" g.con/crd/setup