Documentation ¶
Overview ¶
*
- Mutate pod manifest field nodeSelector with proper key values so the pod can be scheduled to
- designate nodes.
Index ¶
Constants ¶
View Source
const ( // Path for kube api server to call ENV_POD_NODES_SELECTOR_PATH = "POD_NODES_SELECTOR_PATH" // Configuration for specify nodes to namespace. // The string format for each namespace follows https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/labels/labels.go // Examples: // namespace:label-name=label-value,label-name=label-value;namespace:label-name=label-value ENV_POD_NODES_SELECTOR_CONFIG = "POD_NODES_SELECTOR_CONFIG" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.