Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rw ui textbox macro
typewarning

Private Cloud - Handling of Ports

If you are running in Private Cloud, you cannot use the ports defined in the values.yaml file. You must use the NodePort number substitutes. You can see the port number substitutes but running the command:

kubectl get services

In the example below, 9000 is substituted with 30707.

Code Block
$ kubectl get services -n <namespace>

NAME                                              TYPE            CLUSTER-IP        EXTERNAL-IP   PORT(S)                       AGE
mzuepe-operator-controller-manager-metrics-service  ClusterIP       10.102.178.52     <none>        8443/TCP                      154m
platform                                          NodePort        10.111.174.222    <none>        9000:30707/TCP,6790:32481/TCP 154m

# Note that in case you use TLS, the web interface port iwll be 443.
  1. For AWS installations,  URLs are constructed like <function>.<domain> as shown below.

...