You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have started exploring system-upgrade-controller for our upgrades but for us to onboard we want podselector and ignore-errors as additional parameters that can be passed to drain command
Today in our production this is how we drain the node as per longhorn's recommendation,
rajivml
changed the title
Pod Selector as a parameter to the drain command
PodSelector and ignore-errors as a parameter to the drain command
Jan 6, 2023
HI,
We have started exploring system-upgrade-controller for our upgrades but for us to onboard we want podselector and ignore-errors as additional parameters that can be passed to drain command
Today in our production this is how we drain the node as per longhorn's recommendation,
kubectl drain "$HOST_NAME_NODE" --delete-emptydir-data --ignore-daemonsets --force --disable-eviction=true --timeout=30s --ignore-errors --skip-wait-for-delete-timeout=10 --pod-selector 'app!=csi-attacher,longhorn.io/component!=instance-manager,k8s-app!=kube-dns'
Can we have this added, please
The text was updated successfully, but these errors were encountered: