mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
mark vela install as deprecated (#989)
* mark `vela install` as deprecated * refactor vela install to helm install * refactor vela install to helm install fix * Update pkg/commands/system.go Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com> * Update pkg/commands/system.go Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com> * Update README.md * Update CONTRIBUTING.md Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com> * Update _sidebar.md * Update README.md * revert Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ make core-run
|
||||
This command will run controller locally, it will use your local KubeConfig which means you need to have a k8s cluster
|
||||
locally. If you don't have a one, we suggest that you could setup up a cluster with [kind](https://kind.sigs.k8s.io/).
|
||||
|
||||
When you're developing `vela-core`, make sure the controller installed by `vela install` is not running.
|
||||
When you're developing `vela-core`, make sure the controller installed by helm chart is not running.
|
||||
Otherwise, it will conflict with your local running controller.
|
||||
|
||||
You can check and uninstall it by using helm.
|
||||
|
||||
Reference in New Issue
Block a user