Fix K8s dashboard install command
Correct helm command for install of Kubernetes dashboard. Editorial cleanup (change tabs to spaces, wrap lines @79, fix typos). Closes-Bug: 1887653 Change-Id: I572a309e0fe0351effa73cc66c5c0487b527833f Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
parent
965e7aebe6
commit
fe994e7322
@ -2,8 +2,8 @@
|
|||||||
Access StarlingX Kubernetes R4.0
|
Access StarlingX Kubernetes R4.0
|
||||||
================================
|
================================
|
||||||
|
|
||||||
Use local/remote CLIs, GUIs, and/or REST APIs to access and manage StarlingX
|
This section describes how to use local/remote CLIs, GUIs, and/or REST APIs to
|
||||||
Kubernetes and hosted containerized applications.
|
access and manage StarlingX Kubernetes and hosted containerized applications.
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
@ -13,10 +13,11 @@ Kubernetes and hosted containerized applications.
|
|||||||
Local CLIs
|
Local CLIs
|
||||||
----------
|
----------
|
||||||
|
|
||||||
In order to access the StarlingX and Kubernetes commands on controller-O, first
|
To access the StarlingX and Kubernetes commands on controller-0, follow these
|
||||||
follow these steps:
|
steps:
|
||||||
|
|
||||||
#. Log in to controller-0 via the console or SSH with a sysadmin/<sysadmin-password>.
|
#. Log in to controller-0 via the console or SSH with a
|
||||||
|
sysadmin/<sysadmin-password>.
|
||||||
|
|
||||||
#. Acquire Keystone admin and Kubernetes admin credentials:
|
#. Acquire Keystone admin and Kubernetes admin credentials:
|
||||||
|
|
||||||
@ -47,7 +48,8 @@ Use the :command:`system help` command for the full list of options.
|
|||||||
StarlingX fault management commands
|
StarlingX fault management commands
|
||||||
***********************************
|
***********************************
|
||||||
|
|
||||||
Access StarlingX fault management commands using the :command:`fm` command, for example:
|
Access StarlingX fault management commands using the :command:`fm` command, for
|
||||||
|
example:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@ -89,9 +91,10 @@ StarlingX Horizon GUI
|
|||||||
Access the StarlingX Horizon GUI with the following steps:
|
Access the StarlingX Horizon GUI with the following steps:
|
||||||
|
|
||||||
#. Enter the OAM floating IP address in your browser:
|
#. Enter the OAM floating IP address in your browser:
|
||||||
`\http://<oam-floating-ip-address>:8080`
|
``\http://<oam-floating-ip-address>:8080``.
|
||||||
|
|
||||||
Discover your OAM floating IP address with the :command:`system oam-show` command.
|
Discover your OAM floating IP address with the :command:`system oam-show`
|
||||||
|
command.
|
||||||
|
|
||||||
#. Log in to Horizon with an admin/<sysadmin-password>.
|
#. Log in to Horizon with an admin/<sysadmin-password>.
|
||||||
|
|
||||||
@ -101,7 +104,8 @@ Kubernetes dashboard
|
|||||||
|
|
||||||
The Kubernetes dashboard is not installed by default.
|
The Kubernetes dashboard is not installed by default.
|
||||||
|
|
||||||
To install the Kubernetes dashboard, execute the following steps on controller-0:
|
To install the Kubernetes dashboard, execute the following steps on
|
||||||
|
controller-0:
|
||||||
|
|
||||||
#. Use the kubernetes-dashboard helm chart from the stable helm repository with
|
#. Use the kubernetes-dashboard helm chart from the stable helm repository with
|
||||||
the override values shown below:
|
the override values shown below:
|
||||||
@ -124,10 +128,12 @@ To install the Kubernetes dashboard, execute the following steps on controller-0
|
|||||||
|
|
||||||
helm repo update
|
helm repo update
|
||||||
|
|
||||||
helm install stable/kubernetes-dashboard --name dashboard -f dashboard-values.yaml
|
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
|
||||||
|
|
||||||
#. Create an ``admin-user`` service account with ``cluster-admin`` privileges, and
|
helm install dashboard kubernetes-dashboard/kubernetes-dashboard -f dashboard-values.yaml
|
||||||
display its token for logging into the Kubernetes dashboard.
|
|
||||||
|
#. Create an ``admin-user`` service account with ``cluster-admin`` privileges,
|
||||||
|
and display its token for logging into the Kubernetes dashboard.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@ -160,9 +166,10 @@ To install the Kubernetes dashboard, execute the following steps on controller-0
|
|||||||
Access the Kubernetes dashboard GUI with the following steps:
|
Access the Kubernetes dashboard GUI with the following steps:
|
||||||
|
|
||||||
#. Enter the OAM floating IP address in your browser:
|
#. Enter the OAM floating IP address in your browser:
|
||||||
`\https://<oam-floating-ip-address>:30000`.
|
``\https://<oam-floating-ip-address>:30000``.
|
||||||
|
|
||||||
Discover your OAM floating IP address with the :command:`system oam-show` command.
|
Discover your OAM floating IP address with the :command:`system oam-show`
|
||||||
|
command.
|
||||||
|
|
||||||
#. Log in to the Kubernetes dashboard using the ``admin-user`` token.
|
#. Log in to the Kubernetes dashboard using the ``admin-user`` token.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user