Merge "Kub. dashboard port-update"
This commit is contained in:
commit
183f2617d4
@ -117,7 +117,7 @@ controller-0:
|
|||||||
cat <<EOF > dashboard-values.yaml
|
cat <<EOF > dashboard-values.yaml
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
nodePort: 30000
|
nodePort: 32000
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
@ -168,7 +168,7 @@ 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>:32000``.
|
||||||
|
|
||||||
Discover your OAM floating IP address with the :command:`system oam-show`
|
Discover your OAM floating IP address with the :command:`system oam-show`
|
||||||
command.
|
command.
|
||||||
|
@ -115,7 +115,7 @@ controller-0:
|
|||||||
cat <<EOF > dashboard-values.yaml
|
cat <<EOF > dashboard-values.yaml
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
nodePort: 30000
|
nodePort: 32000
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
@ -166,7 +166,7 @@ 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>:32000``.
|
||||||
|
|
||||||
Discover your OAM floating IP address with the :command:`system oam-show`
|
Discover your OAM floating IP address with the :command:`system oam-show`
|
||||||
command.
|
command.
|
||||||
|
@ -82,5 +82,13 @@ function correctly.
|
|||||||
| tcp | 31090-| Kafka Brokers (NodePort) | Subcloud | System Controller | |
|
| tcp | 31090-| Kafka Brokers (NodePort) | Subcloud | System Controller | |
|
||||||
| | 31099 | | | | |
|
| | 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
|
~(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
|
.. 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.
|
#. 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.
|
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
|
Because the certificate created earlier in this procedure was not
|
||||||
signed by a trusted |CA|, you will need to acknowledge an insecure
|
signed by a trusted |CA|, you will need to acknowledge an insecure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user