Closed dominch closed 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)
Thanks for the report!
I started this helm with added:
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)