Node selector changes

To get the necessary pod scheduled on Linux or Microsoft Windows worker nodes, define the node selector property in values.yaml file in the location sofy-unica-discover/charts/unica-discover/values.yaml.

  • For Linux
    
    nodeSelectorLinux: 
      beta.kubernetes.io/os: linux
    
  • For Microsoft Windows
    
    nodeSelector: 
      kubernetes.io/os: windows 
      beta.kubernetes.io/arch: amd64 
    
Note: Define the node selector property for all other sub-charts as well in their respective values.yaml files. To schedule other sub-chart application on Linux-hosted nodes, define node selector as follows:

nodeSelector:
  beta.kubernetes.io/os: linux