Merge "Kub. dashboard port-update"

This commit is contained in:
Zuul 2021-10-19 21:09:58 +00:00 committed by Gerrit Code Review
commit 183f2617d4
4 changed files with 18 additions and 10 deletions

View File

@ -117,7 +117,7 @@ controller-0:
cat <<EOF > dashboard-values.yaml
service:
type: NodePort
nodePort: 30000
nodePort: 32000
rbac:
create: true
@ -168,7 +168,7 @@ controller-0:
Access the Kubernetes dashboard GUI with the following steps:
#. Enter the OAM floating IP address in your browser:
``\https://<oam-floating-ip-address>:30000``.
``\https://<oam-floating-ip-address>:32000``.
Discover your OAM floating IP address with the :command:`system oam-show`
command.

View File

@ -115,7 +115,7 @@ controller-0:
cat <<EOF > dashboard-values.yaml
service:
type: NodePort
nodePort: 30000
nodePort: 32000
rbac:
create: true
@ -166,7 +166,7 @@ controller-0:
Access the Kubernetes dashboard GUI with the following steps:
#. Enter the OAM floating IP address in your browser:
``\https://<oam-floating-ip-address>:30000``.
``\https://<oam-floating-ip-address>:32000``.
Discover your OAM floating IP address with the :command:`system oam-show`
command.

View File

@ -82,5 +82,13 @@ function correctly.
| tcp | 31090-| Kafka Brokers (NodePort) | Subcloud | System Controller | |
| | 31099 | | | | |
+----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+
| tcp | 31090-| Kafka Brokers (NodePort) | Subcloud | System Controller | |
| | 31099 | | | | |
+----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+
| tcp | 32000 | Kubernetes dashboard | | | |
+----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+
| tcp | 30001-| VIM | Not used between System Controller and Subcloud | | |
| | 30004 | | | | |
+----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+
| tcp | 32323 | vim-webserver | Not used between System Controller and Subcloud | | |
+----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+

View File

@ -100,19 +100,19 @@ Dashboard.
~(keystone_admin)]$ kubectl apply -f recommended.yaml
#. Patch the kubernetes dashboard service to type=NodePort and port=30000.
#. Patch the kubernetes dashboard service to type=NodePort and port=32000.
.. code-block:: none
~(keystone_admin)]$ kubectl patch service kubernetes-dashboard -n kubernetes-dashboard -p '{"spec":{"type":"NodePort","ports":[{"port":443, "nodePort":30000}]}}'
~(keystone_admin)]$ kubectl patch service kubernetes-dashboard -n kubernetes-dashboard -p '{"spec":{"type":"NodePort","ports":[{"port":443, "nodePort":32000}]}}'
#. Test the Kubernetes Dashboard deployment.
The Kubernetes Dashboard is listening at port 30000 on the machine
The Kubernetes Dashboard is listening at port 32000 on the machine
defined above for |prod| cluster's |OAM| floating IP.
#. Access the dashboard at https://<fqdn>:30000
#. Access the dashboard at https://<fqdn>:32000
Because the certificate created earlier in this procedure was not
signed by a trusted |CA|, you will need to acknowledge an insecure