You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Start running a Kubernetes cluster.
$ make kind-up
### Install the web dependencies module.
$ make update/web-deps
### Install Control Plane into the local cluster.
$ make run/pipecd
### Once all components are running up, use kubectl port-forward to expose the installed Control Plane on your localhost.
$ kubectl -n pipecd port-forward svc/pipecd 8080
Data Plane
### Start running a piped.
$ make run/piped CONFIG_FILE=piped.yaml INSECURE=true