EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Add ability to configure nodeSelector labels for k8s configs #161

Closed ryan109 closed 7 months ago

ryan109 commented 7 months ago

Purpose of PR

Allows you to pin deployments to certain nodes based on nodeSelector labels.

Note: this only allows for pinning deployments using nodeSelectors. Other deployment pinning techniques such as affinity, anti-affinity, nodename etc have not been implemented

Parts of the app this will impact

Todos

Test nodeSelector works for

Tests have been completed against a repo only maintainers can see, it is referenced below in the PR log.

Additional information

Related links