For most of our users Kubernetes is a blackbox, so we want to pre-configure or templatize Kubernetes specific configuration.
The Harness builds in our Kubernetes cluster (EKS) need to run a specific NodePool. This NodePool has a Taint. So every stage that needs to define the Kubernetes Infrastructure, now has to define Namespace, Toleration, and NodeSelector.
Most of our users don't know this, and as this is not required, easily leads to people forgetting. Which leads to builds hanging with error logs they don't understand (nor can they do anything about this).
If we could define a Kubernetes Connector template or otherwise pre-configure these configuration elements (Namespace, NodeSelector, Toleration) on the Organization level (e.g., an Org. level Kubernetes Connector), that would solve this challenge.