velad
velad copied to clipboard
[Feature Request] Skip Kubernetes install
For users who have K8s already, VelaD can provide a --skip-cluster param so that VelaD can be used as offline KubeVela install toolkit.
It's good !
How to load the image in this case?
We've talked about this problem. For now, I haven't come up with an idea. With kubeconfig only, it's impossible to load images.
@ArenaSu came up with an idea.
- Add
--skip-clusterand param like--registry, so that all vela images will be pushed in this image registry. - Replace all image prefix in vela-core helm chart.
Note that --skip--cluster must came with --registry, or throw an error.
Maybe we should split this into two commands.
push-imageswill push vela-core and VelaUX images to image registry, which save time fordocker pullanddocker push.installaccept--skip-clusterand--registry. When passing--registry, all vela image registry will be replaced.
I don't think this is a necessary work by now.