Skip to content

Instantly share code, notes, and snippets.

@lioneltchami
Created July 22, 2022 03:05
Show Gist options
  • Select an option

  • Save lioneltchami/177f670c0c748ce1670e03d8b315394c to your computer and use it in GitHub Desktop.

Select an option

Save lioneltchami/177f670c0c748ce1670e03d8b315394c to your computer and use it in GitHub Desktop.
$ argocd cluster add
ERRO[0000] Choose a context name from:
CURRENT NAME CLUSTER SERVER
* gke_[PROJECT_NAME]_us-central1-a_gke-argocd gke_[PROJECT_NAME]_us-central1-a_gke-argocd https://[KUBERNETES-MASTER-IP]
minikube minikube https://192.168.99.100:8443
$ argocd cluster add gke_[PROJECT_NAME]_us-central1-a_gke-argocd
INFO[0001] ServiceAccount "argocd-manager" created in namespace "kube-system"
INFO[0001] ClusterRole "argocd-manager-role" created
INFO[0001] ClusterRoleBinding "argocd-manager-role-binding" created, bound "argocd-manager" to "argocd-manager-role"
Cluster 'gke_[PROJECT_NAME]_us-central1-a_gke-argocd' added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment