Add release note and doc changes for kube dashboard
Change-Id: I59f0258832f69b908fed47545b4dc3ca0de0bd9f Implements: blueprint add-kube-dashboard
This commit is contained in:
parent
ab2ffeb590
commit
44845bf306
@ -857,11 +857,13 @@ follows::
|
||||
chmod +x kubectl
|
||||
sudo mv kubectl /usr/local/bin/kubectl
|
||||
|
||||
Kubernetes also provides a browser UI if the cluster has the
|
||||
Kubernetes UI running; it can be accessed at::
|
||||
Kubernetes also provides a browser UI. If the cluster has the
|
||||
Kubernetes Dashboard running; it can be accessed using::
|
||||
|
||||
http://<api_address>/UI
|
||||
where the api_address can obtained from the command 'cluster-show'.
|
||||
eval $(magnum cluster-config <cluster-name>)
|
||||
kubectl proxy
|
||||
|
||||
The browser can be accessed at http://localhost:8001/ui
|
||||
|
||||
For Swarm, the main CLI is 'docker', along with associated tools
|
||||
such as 'docker-compose', etc. Specific version of the binaries can
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Include kubernetes dashboard in kubernetes cluster by default. Users
|
||||
can use this kubernetes dashboard to manage the kubernetes cluster.
|
||||
Dashboard can be disabled by setting the label 'kube_dashboard_enabled'
|
||||
to false.
|
Loading…
x
Reference in New Issue
Block a user