owncloud-docker / helm-charts

ownCloud Server Helm charts
https://owncloud-docker.github.io/helm-charts/
Apache License 2.0
4 stars 11 forks source link

NodeSelector don't work for cronjobs #52

Closed dominch closed 1 year ago

dominch commented 1 year ago

I started this helm with added:

nodeSelector:
  kubernetes.io/hostname: hworker3

this deployed owncloud with pods running on this particular node, nodeSelector is added to deployments (and pods) correctly) but it's not for CronJobs, those were created on different nodes and failed to do anything (because of storage avaiablibity)

xoxys commented 1 year ago

Thanks for the report!