Skip to content

Difference disableEviction and skipWaitForDeleteTimeout #148

Answered by dweomer
adi90x asked this question in Q&A
Discussion options

You must be logged in to vote

From the README:

  # If left unspecified, no drain will be performed.
  # See:
  # - https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/
  # - https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#drain
  drain:
    # deleteLocalData: true  # default
    # ignoreDaemonSets: true # default
    force: true
    # Use `disableEviction == true` and/or `skipWaitForDeleteTimeout > 0` to prevent upgrades from hanging on small clusters.
    # disableEviction: false # default, only available with kubectl >= 1.18
    # skipWaitForDeleteTimeout: 0 # default, only available with kubectl >= 1.18

From https://kubernetes.io/docs/reference/generated/kubectl/kubectl-co…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dweomer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #146 on September 16, 2021 22:23.