You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set the 'type' to NodePort, but can't set a NodePort value then K8s will choose one for me. But I have no way of setting the container port so it will default to "8090". Which renders the service unhealthy and the control plane pod inaccessible.
The text was updated successfully, but these errors were encountered:
ddieruf
changed the title
Add nodeport service options
Add nodeport/ingress service options
Aug 30, 2023
Currently 'control-plane-deployment.yaml' gives the primary container the following option for port numbering:
The 'control-plane-service.yaml' uses the same port value to set the service.
If I set the 'type' to NodePort, but can't set a NodePort value then K8s will choose one for me. But I have no way of setting the container port so it will default to "8090". Which renders the service unhealthy and the control plane pod inaccessible.
The text was updated successfully, but these errors were encountered: