Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node drain grace period to the NodePool model
Browse files Browse the repository at this point in the history
philipwu08 committed Mar 7, 2024
1 parent 1a0085a commit fae742e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/node_pool_type.model
Original file line number Diff line number Diff line change
@@ -50,4 +50,7 @@ class NodePool {

// The names of the tuning configs for this node pool.
TuningConfigs []String

// Time to wait for a NodePool to drain when it is upgraded or replaced before it is forcibly removed.
NodeDrainGracePeriod Value
}

0 comments on commit fae742e

Please sign in to comment.