kcp-argocd-test

Start the kcp + argocd dev env

Create a local kcp environment:

make start

Deploy argocd into the physical cluster. This will install argocd directly into the physical kind cluster and deploy an application that points to the test kcp workspace:

make argocd-setup

Serve argocd-server in localhost:

make argocd-port-forward

Show the password for the argocd admin user:

make argocd-password

Tear down the environment

Stop kcp control plane and delete the kind cluster:

make stop

Remove all data:

make clean