-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
azurerm_kubernetes_cluster_node_pool
: Adds support for temporary_name_for_rotation
#27791
base: main
Are you sure you want to change the base?
Conversation
Updates the NodePoolUpdate function to rotate the node pool. Removes the ForceNew flag on properties.
Restoring name as ForceNew.
Deleting obsolete methods. Renaming `retrySystemNodePoolCreation` to `retryNodePoolCreation`.
Test Logsmake acctests SERVICE='containers' TESTARGS='-run=TestAccKubernetesClusterNodePool_' |
Note on test cases
|
azurerm_kubernetes_cluster_node_pool
: Adds support for
temporary_name_for_rotation`azurerm_kubernetes_cluster_node_pool
: Adds support for temporary_name_for_rotation
Community Note
Description
temporary_name_for_rotation
property (optional, not persisted).TestAccKubernetesClusterNodePool_manualScaleVMSku
andTestAccKubernetesClusterNodePool_ultraSSD
test cases.schemaNodePoolSysctlConfigForceNew
,schemaNodePoolKubeletConfigForceNew
andschemaNodePoolLinuxOSConfigForceNew
as they are no longer used.retrySystemNodePoolCreation
toretryNodePoolCreation
, as now is being used for both cases.PR Checklist
Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_kubernetes_cluster_node_pool
- adds thetemporary_name_for_rotation
property to allow to cycle the node pool instead of a direct recreation [Support fortemporary_name_for_rotation
for other nodepools #22265]This is a (please select all that apply):
Related Issue(s)
Fixes #22265
Note
If this PR changes meaningfully during the course of review please update the title and description as required.