Skip to content

Commit

Permalink
fix(dashboard): Remove dashboard description
Browse files Browse the repository at this point in the history
  • Loading branch information
orangedeng authored and Jason-ZW committed Jul 20, 2022
1 parent d30bc4e commit eba438e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 79 deletions.
14 changes: 1 addition & 13 deletions docs/i18n/en_us/alibaba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,18 +350,7 @@ autok3s -d create \

### Enable UI Component

AutoK3s support 2 kinds of UI Component, including [kubernetes/dashboard](https://github.com/kubernetes/dashboard) and [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer).

#### Enable Kubernetes dashboard

You can enable Kubernetes dashboard using following command.

```bash
autok3s -d create -p aws \
... \
--enable dashboard
```
If you want to create user token to access dashboard, please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md).
AutoK3s support [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer) as UI Component.

#### Enable kube-explorer dashboard

Expand All @@ -378,4 +367,3 @@ You can enable kube-explorer when creating K3s Cluster by UI.
You can also enable/disable kube-explorer any time from UI, and access kube-explorer dashboard by `dashboard` button.

![](../../../assets/enable-kube-explorer-by-button.png)

13 changes: 1 addition & 12 deletions docs/i18n/en_us/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,18 +280,7 @@ autok3s -d create -p aws \

### Enable UI Component

AutoK3s support 2 kinds of UI Component, including [kubernetes/dashboard](https://github.com/kubernetes/dashboard) and [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer).

#### Enable Kubernetes dashboard

You can enable Kubernetes dashboard using following command.

```bash
autok3s -d create -p aws \
... \
--enable dashboard
```
If you want to create user token to access dashboard, please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md).
AutoK3s support [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer) as UI Component.

#### Enable kube-explorer dashboard

Expand Down
15 changes: 2 additions & 13 deletions docs/i18n/en_us/google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,23 +236,12 @@ Will enable [gcp-cloud-provider](https://github.com/kubernetes/cloud-provider-gc
```bash
autok3s -d create -p google \
... \
--cloud-controller-manager
--cloud-controller-manager
```

### Enable UI Component

AutoK3s support 2 kinds of UI Component, including [kubernetes/dashboard](https://github.com/kubernetes/dashboard) and [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer).

#### Enable Kubernetes dashboard

You can enable Kubernetes dashboard using following command.

```bash
autok3s -d create -p google \
... \
--enable dashboard
```
If you want to create user token to access dashboard, please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md).
AutoK3s support [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer) as UI Component.

#### Enable kube-explorer dashboard

Expand Down
20 changes: 5 additions & 15 deletions docs/i18n/en_us/harvester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ export HARVESTER_KUBECONFIG_FILE='<your harvester kubeconfig file path>'
Before using harvester provider, please upload your OS-image to ensure create VMs. For more details about upload images, please refer [here](https://docs.harvesterhci.io/v1.0/upload-image/).

Harvester providers two types of networks:

- Management Network
- VLAN Network

Harvester uses canal as its default management network. It is a built-in network that can be used directly from the cluster. By default, the management network IP of a VM can only be accessed within the cluster nodes, and the management network IP will not remain unchanged after the VM reboot.

If you're using `autok3s` outside Harvester cluster, you can't use the default Management Network.
If you're using `autok3s` outside Harvester cluster, you can't use the default Management Network.

Please prepare a VLAN Network to ensure `autok3s` can access to Harvester VMs. For more details about Network, please refer [here](https://docs.harvesterhci.io/v1.0/networking/harvester-network/)

These two factors will use for `--image-name` and `--network-name` parameters.
These two factors will use for `--image-name` and `--network-name` parameters.

If you are creating VMs under different namespaces with image or network, please try like this `--vm-namespace <vm-namespace> --image-name <imageNamespace/imageName> --network-name <networkNamespace/networkName>`

Expand Down Expand Up @@ -244,18 +245,7 @@ autok3s -d create \

### Enable UI Component

AutoK3s support 2 kinds of UI Component, including [kubernetes/dashboard](https://github.com/kubernetes/dashboard) and [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer).

#### Enable Kubernetes dashboard

You can enable Kubernetes dashboard using following command.

```bash
autok3s -d create -p harvester \
... \
--enable dashboard
```
If you want to create user token to access dashboard, please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md).
AutoK3s support [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer) as UI Component.

#### Enable kube-explorer dashboard

Expand All @@ -271,4 +261,4 @@ You can enable kube-explorer when creating K3s Cluster by UI.

You can also enable/disable kube-explorer any time from UI, and access kube-explorer dashboard by `dashboard` button.

![](../../../assets/enable-kube-explorer-by-button.png)
![](../../../assets/enable-kube-explorer-by-button.png)
14 changes: 1 addition & 13 deletions docs/i18n/en_us/native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,18 +291,7 @@ configs:

### Enable UI Component

AutoK3s support 2 kinds of UI Component, including [kubernetes/dashboard](https://github.com/kubernetes/dashboard) and [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer).

#### Enable Kubernetes dashboard

You can enable Kubernetes dashboard using following command.

```bash
autok3s -d create -p native \
... \
--enable dashboard
```
If you want to create user token to access dashboard, please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md).
AutoK3s support [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer) as UI Component.

#### Enable kube-explorer dashboard

Expand All @@ -319,4 +308,3 @@ You can enable kube-explorer when creating K3s Cluster by UI.
You can also enable/disable kube-explorer any time from UI, and access kube-explorer dashboard by `dashboard` button.

![](../../../assets/enable-kube-explorer-by-button.png)

14 changes: 1 addition & 13 deletions docs/i18n/en_us/tencent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,18 +319,7 @@ The cluster route table will not **DELETE AUTOMATICALLY**, please remove router

### Enable UI Component

AutoK3s support 2 kinds of UI Component, including [kubernetes/dashboard](https://github.com/kubernetes/dashboard) and [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer).

#### Enable Kubernetes dashboard

You can enable Kubernetes dashboard using following command.

```bash
autok3s -d create -p aws \
... \
--enable dashboard
```
If you want to create user token to access dashboard, please following this [docs](https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md).
AutoK3s support [cnrancher/kube-explorer](https://github.com/cnrancher/kube-explorer) as UI Component.

#### Enable kube-explorer dashboard

Expand All @@ -347,4 +336,3 @@ You can enable kube-explorer when creating K3s Cluster by UI.
You can also enable/disable kube-explorer any time from UI, and access kube-explorer dashboard by `dashboard` button.

![](../../../assets/enable-kube-explorer-by-button.png)

0 comments on commit eba438e

Please sign in to comment.