We have pipectl quickstart command, but it still requires many things to be prepared before touching pipecd. Say, we need
install pipectl
having a k8s cluster and kubectl
install helm
run...
Most of our users may already have (2), so it could be better to remove (1) and (3). I want to serve pre-prepared quickstart manifests, and users can simply run kubectl apply, which could be way easier.
What would you like to be added:
We have
pipectl quickstart
command, but it still requires many things to be prepared before touching pipecd. Say, we needMost of our users may already have (2), so it could be better to remove (1) and (3). I want to serve pre-prepared quickstart manifests, and users can simply run
kubectl apply
, which could be way easier.Why is this needed: