Add default labels and ignored namespaces, improved build chain#2
Add default labels and ignored namespaces, improved build chain#2alanhughes wants to merge 1 commit intoliangrog:masterfrom
Conversation
|
Hi there, |
|
Hi @liangrog . Our use case is that we want to be able to apply different NodeSelectors to pods in some namespaces, and then for pods in all other namespaces we want to have the same NodeSelector applied. In our use-case, the majority of namespaces will be created by end-users, and we want to avoid having to reconfigure the Using the |
|
I'll take the idea onboard however whitelist and blacklist style need to be mutually exclusive. In addition, it must has some checks making sure namespaces like kube-sytem are required to be setup mandatorily. I suggest to have those new features for the next release. I'll work on it once I got some breathing room. |
|
Considered and added to proposed #4 |
Would be nice to be able to apply default labels to pods for all namespaces (with configurable ignored ones)