Kubernetes Scheduling
Target specific Kubernetes nodes for Connectware components and Connectware agents using node selectors, tolerations, and pod anti-affinity.
Configuration Values
Node Selectors
global:
nodeSelector:
mycompany.tld/node-location: shopfloor
mycompany.tld/building: 1aglobal:
nodeSelector:
mycompany.tld/node-location: shopfloor
authServer:
nodeSelector:
mycompany.tld/node-location: control-planeprotocolMapperAgentDefaults:
nodeSelector:
mycompany.tld/node-location: shopfloor
mycompany.tld/building: 1a
protocolMapperAgents:
- name: bender-robots
- name: welder-robotsprotocolMapperAgentDefaults:
nodeSelector:
mycompany.tld/node-location: shopfloor
protocolMapperAgents:
- name: bender-robots # uses default node selector labels
- name: welder-robots # no node selector labels
nodeSelector: {}Tolerations
Pod Anti-Affinity
Mode
Effect
Verification
Last updated
Was this helpful?

