submariner-io / submariner

Networking component for interconnecting Pods and Services across Kubernetes clusters.
https://submariner.io
Apache License 2.0
2.41k stars 190 forks source link

Support Pods scheduled on Master nodes #830

Closed nyechiel closed 4 years ago

nyechiel commented 4 years ago

What would you like to be added:

Support Pods scheduled on Worker nodes. With the current implementation, the route-agent runs on every Worker node but the Master nodes are being excluded.

Why is this needed:

Masters are now supported when running tenant workloads in OpenShift, especially for the OpenShift on bare-metal use case.

mangelajo commented 4 years ago

This is working now with the wide toleration support :)