diff --git a/doc/source/deploy_install_guides/r5_release/kubernetes_access.rst b/doc/source/deploy_install_guides/r5_release/kubernetes_access.rst index 9b57fb801..529fefb12 100644 --- a/doc/source/deploy_install_guides/r5_release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/r5_release/kubernetes_access.rst @@ -117,7 +117,7 @@ controller-0: cat < 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://:30000``. + ``\https://:32000``. Discover your OAM floating IP address with the :command:`system oam-show` command. diff --git a/doc/source/deploy_install_guides/r6_release/kubernetes_access.rst b/doc/source/deploy_install_guides/r6_release/kubernetes_access.rst index 791ba8b3f..f7dcd2ec1 100644 --- a/doc/source/deploy_install_guides/r6_release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/r6_release/kubernetes_access.rst @@ -115,7 +115,7 @@ controller-0: cat < 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://:30000``. + ``\https://:32000``. Discover your OAM floating IP address with the :command:`system oam-show` command. diff --git a/doc/source/dist_cloud/kubernetes/distributed-cloud-ports-reference.rst b/doc/source/dist_cloud/kubernetes/distributed-cloud-ports-reference.rst index 0b7328e6b..71cbe863f 100644 --- a/doc/source/dist_cloud/kubernetes/distributed-cloud-ports-reference.rst +++ b/doc/source/dist_cloud/kubernetes/distributed-cloud-ports-reference.rst @@ -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 | | | + +----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+ \ No newline at end of file diff --git a/doc/source/security/kubernetes/install-the-kubernetes-dashboard.rst b/doc/source/security/kubernetes/install-the-kubernetes-dashboard.rst index ea5ecf614..8944c1dea 100644 --- a/doc/source/security/kubernetes/install-the-kubernetes-dashboard.rst +++ b/doc/source/security/kubernetes/install-the-kubernetes-dashboard.rst @@ -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://:30000 + #. Access the dashboard at https://:32000 Because the certificate created earlier in this procedure was not signed by a trusted |CA|, you will need to acknowledge an insecure