This message was deleted.
# longhorn-storage
a
This message was deleted.
l
Can you describe better the modification you made to the helm chart?
d
sure, here it is
Copy code
global:
  cattle:
    windowsCluster:
      defaultSetting:
        systemManagedComponentsNodeSelector: storage:longhorn
Copy code
longhornDriver:
  nodeSelector:
    storage: longhorn
  priorityClass: null
  tolerations: []
longhornManager:
  log:
    format: plain
  nodeSelector:
    storage: longhorn
  priorityClass: null
  serviceAnnotations: {}
  tolerations: []
longhornUI:
  nodeSelector:
    storage: longhorn
  priorityClass: null
  replicas: 2
  tolerations: []
here
the only changes
i have changed selectors
to include only stogare: longhorn
l
Maybe you have also to modify this?
Copy code
defaultSettings:
  systemManagedComponentsNodeSelector:
d
as you see in my first block, it is there - I have changed it all to same label…
l
There are 2
systemManagedComponentsNodeSelector
in the helm chart
d
for the sake of the testing, i have made update of longhorn deploy back to default - it is working now… mby for the time being until i find issue i will leave it as default and change settings for three worker nodes not to be scheduleable
true, there are two
but the first one is only:
systemManagedComponentsNodeSelector: null
i did not pay too much attention to it :s