Callaghan-Hattingh / k8s_argocd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argocd_bootstrap

Requirements:

  • minikube
  • Argocd-autopilot cli tool
  • kubectl
  • k9s

create minikube cluster:

minikube start

set envs below:

export GIT_TOKEN=...
export GIT_REPO=https://github.com/Callaghan-Hattingh/k8s_argocd.git

setup argo on cluster

argocd-autopilot repo bootstrap --recover

About