Skip to content

added nodegroup update config configuration#75

Open
amanravi-squareops wants to merge 1 commit intosquareops:release-5.4.3from
amanravi-squareops:release-5.4.3
Open

added nodegroup update config configuration#75
amanravi-squareops wants to merge 1 commit intosquareops:release-5.4.3from
amanravi-squareops:release-5.4.3

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

1 participant