Assigning Agents to Kubernetes Nodes for the connectware-agent Helm Chart
Assigning Agents to Kubernetes Nodes
protocolMapperAgents:
- name: bender-robots
connectwareHost: connectware.cybus # adjust to actual hostname of Connectware
nodeSelector:
mycompany.tld/node-location: shopfloor
mycompany.tld/building: 1aUnsetting protocolMapperAgentDefaults Node Selector Labels
protocolMapperAgentDefaults:
connectwareHost: connectware.cybus # adjust to actual hostname of Connectware
nodeSelector:
mycompany.tld/node-location: shopfloor
mycompany.tld/building: 1a
protocolMapperAgents:
- name: bender-robots # this agent will use the node selector labels
- name: welder-robots # this agent will NOT use the node selector labels
nodeSelector: {}PreviousConfiguring podAntiAffinity for the connectware-agent Helm ChartNextConfiguring Security Context for the connectware-agent Helm Chart
Last updated
Was this helpful?

