mirror of https://github.com/k3s-io/k3s
Fix reference to kube-ui proxy path
parent
828146c802
commit
d8987b3c8a
|
@ -88,7 +88,7 @@ https://<kubernetes-master>/ui/
|
|||
which redirects to:
|
||||
|
||||
```
|
||||
https://<kubernetes-master>/api/v1/proxy/namespaces/default/services/kube-ui/
|
||||
https://<kubernetes-master>/api/v1/proxy/namespaces/kube-system/services/kube-ui/
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Reference in New Issue