-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting ForceNew to false in the taint block of the GKE nodepool node…
…_config resource (#9248) (#6536) * Removing ForceNew from taint in change in a nodepool node_config The context for this, even if I didn't find that API doc, is that gcloud and the Console UI do not require the node_pool recreation. * Update resource_container_node_pool.go.erb * Nodepool NodeConfig Taint update func * TestAccContainerNodePool_withTaintsUpdate * Update resource_container_node_pool_test.go.erb * Update resource_container_node_pool_test.go.erb * update ForceNew fields as per the review [upstream:cd09f0916518907c6ebe72b6054f2f7add79552e] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
fa267db
commit fad4935
Showing
4 changed files
with
127 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
container: added update support for `google_container_node_pool.node_config.taint` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters