Kub. dashboard port-update
Changed Kubernetes dashboard port from 30000 > 32000. Added Dashboard and VIM ports to Dist. Cloud port list. Additional ports for VIM and vim-webserver. Patchset 3 review updates. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I1ea1cf26ea3562bd38917207576ff207e6a7d092 Signed-off-by: Ron Stone <ronald.stone@windriver.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 | | |
|
||||
+----------+-------+----------------------------+--------------------------------------------------+-------------------------------------+-----------------------------------------+
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user