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
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
One consequence of running kube-proxy on the masters and making masters nodes is that masters will open up nodeports for exposed services.
We support the worker_nodeport_ingress input variable, but we don't have a master_nodeport_ingress. Masters have their own separate security list, which is more restricted.
On one hand, we'd like to avoid opening a port range on the control plane just to for the convenience of re-routing application traffic through the masters subnet to the workers. On the other hand, the user can choose to remove the NoSchedule taint, or deploy something that has a taint toleration that they want to run on the master node(s). Without a master_nodeport_ingress, they'll need to explicitly open up traffic on the masters (separate) security list on their own.
We should document this on the input-variables page. Also, feedback is welcome here.
The text was updated successfully, but these errors were encountered:
One consequence of running kube-proxy on the masters and making masters nodes is that masters will open up nodeports for exposed services.
We support the
worker_nodeport_ingress
input variable, but we don't have amaster_nodeport_ingress
. Masters have their own separate security list, which is more restricted.On one hand, we'd like to avoid opening a port range on the control plane just to for the convenience of re-routing application traffic through the masters subnet to the workers. On the other hand, the user can choose to remove the
NoSchedule
taint, or deploy something that has a taint toleration that they want to run on the master node(s). Without amaster_nodeport_ingress
, they'll need to explicitly open up traffic on the masters (separate) security list on their own.We should document this on the input-variables page. Also, feedback is welcome here.
The text was updated successfully, but these errors were encountered: