Merge "Add release note and doc changes for kube dashboard"

This commit is contained in:
Jenkins 2017-05-22 11:09:08 +00:00 committed by Gerrit Code Review
commit 4759a570bd
2 changed files with 13 additions and 4 deletions

View File

@ -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

View File

@ -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.