ensure CRDs are installed first #302
-
I have been trying to get the config Sync working on AWS EKS. apiVersion: configmanagement.gke.io/v1
#apiVersion: configsync.gke.io/v1beta1
kind: ConfigManagement
metadata:
name: config-management
namespace: config-management-system
spec:
clusterName: my-cluster
git:
syncRepo: https://github.com/sidgs/hello-config-sync
syncBranch: master
secretType: none
policyDir: "policy" I keep getting the below error below Help would be much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ajayyeluri, thanks for your question! In OSS Config Sync, Ref: https://cloud.google.com/anthos-config-management/docs/reference/rootsync-reposync-fields and https://cloud.google.com/anthos-config-management/docs/how-to/multiple-repositories |
Beta Was this translation helpful? Give feedback.
Hi @ajayyeluri, thanks for your question! In OSS Config Sync,
ConfigManagement
isn't needed. Please use theRootSync
andRepoSync
APIs directly.Ref: https://cloud.google.com/anthos-config-management/docs/reference/rootsync-reposync-fields and https://cloud.google.com/anthos-config-management/docs/how-to/multiple-repositories