webdevops / azure-scheduledevents-manager

Azure Scheduledevents manager for kubernetes and VMs (automatic drain and Prometheus metrics)
MIT License
7 stars 2 forks source link

Support to ignore drain for specific node labels #3

Open salla2 opened 1 year ago

salla2 commented 1 year ago

Did we have option to ignore nodes with specific labels not to drain? We want to skip draining node for master/etcd nodes rather just alert.

mblaschke commented 9 months ago

What should then happen if an Azure Scheduled event is received? There is no way to cancel the event.

You could create two daemonsets, one for normal nodes and one for master nodes with different settings.