portainer / k8s

How to deploy Portainer inside a Kubernetes environment.
MIT License
83 stars 56 forks source link

Add code for allowing pod scheduling via affinity #137

Open kenlasko opened 10 months ago

kenlasko commented 10 months ago

This minor update allows for users to use 'affinity:' instead of 'nodeSelector:' tags. Affinity has more scheduling options than nodeSelector.