Closed jcantrill closed 3 years ago
@alanconway the functionality already exists within this plugin to watch pods and restrict that watch to a given node. That restriction is passed in by setting K8S_NODE_NAME. This means the number of pods will be very small. The original ask was to make the variable required but I don't think that will guarantee backwards compatibility. This change will warn the user that its not efficient.
This PR:
cc @alanconway