Skip to content

Commit

Permalink
[YUNIKORN-2932] Update local dashboard url in Dev Environment Setup (#…
Browse files Browse the repository at this point in the history
…490)

Closes: #490

Signed-off-by: Yu-Lin Chen <[email protected]>
  • Loading branch information
Michael authored and chenyulin0719 committed Oct 18, 2024
1 parent 9565047 commit abd0468
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dashboard Web UI. The dashboard may be deployed using the following steps:
```shell script
kubectl proxy &
```
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login).
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login).

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.10.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.11.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.12.1/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.12.2/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.8.0/setup/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.1.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
1. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.2.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
3. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
3. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After setting up the local Kubernetes you need to deploy the dashboard using the
```shell script
kubectl proxy &
```
3. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login)
3. access the dashboard at the following URL: [clickable link](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login)

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.4.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dashboard Web UI. The dashboard may be deployed using the following steps:
```shell script
kubectl proxy &
```
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login).
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login).

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.5.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dashboard Web UI. The dashboard may be deployed using the following steps:
```shell script
kubectl proxy &
```
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login).
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login).

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.5.1/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dashboard Web UI. The dashboard may be deployed using the following steps:
```shell script
kubectl proxy &
```
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login).
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login).

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.5.2/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dashboard Web UI. The dashboard may be deployed using the following steps:
```shell script
kubectl proxy &
```
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login).
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login).

### Access local Kubernetes cluster

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.6.0/developer_guide/env_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dashboard Web UI. The dashboard may be deployed using the following steps:
```shell script
kubectl proxy &
```
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login).
3. Access the dashboard [here](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard-kong-proxy:443/proxy/#/login).

### Access local Kubernetes cluster

Expand Down

0 comments on commit abd0468

Please sign in to comment.