Skip to content

added nodegroup update config configuration #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-5.4.3
Choose a base branch
from

Conversation

amanravi-squareops
Copy link

Configuration for the update strategy of the EKS managed node group.

  • max_unavailable_value: Defines how many nodes can be updated at a time.

    • If use_percentage is true, this value represents the percentage of nodes that can be unavailable during updates.
    • If use_percentage is false, this value represents the absolute number of nodes that can be unavailable during updates.
  • use_percentage: Determines whether max_unavailable_value should be treated as a percentage or a fixed number.

    • true: max_unavailable_value is interpreted as a percentage (e.g., 50 means 50% of nodes can be unavailable).
    • false: max_unavailable_value is interpreted as an absolute number (e.g., 2 means 2 nodes can be unavailable).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant