Skip to content

Commit

Permalink
fix: fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
51wangping committed Jan 10, 2023
1 parent 8f9580c commit 8c04401
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8c04401

Please sign in to comment.