diff --git a/README.md b/README.md index 6f7e004..81eba1c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ KubeEye console is the web interface for [KubeEye](https://github.com/kubesphere/kubeeye). - ## Getting Started Console should be always used with KubeEye, To install kubeeye, please refer to this [README](https://github.com/kubesphere/kubeeye) @@ -54,6 +53,12 @@ A KubeEye backend is required to start debugging. You can refer to [Installation Once the kubeeye is up, you run `yarn dev` to start the development environment. +> If you deploy [KubeEye](https://github.com/kubesphere/kubeeye) and [KubeEye-console](https://github.com/kubesphere/kubeeye-console) on different clusters, you need to copy the `$HOME/.kube/config` file on the KubeEye cluster to the `$HOME/.kube/config` location of the KubeEye-console cluster +> +> Start the `node` and `go` services at the same time +> +> `yarn dev & go run web.go` + ## How to submit a PR Follow [Development Workflow](/docs/development-workflow.md) to commit your codes.