-
Notifications
You must be signed in to change notification settings - Fork 92
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
AKS: Adding labels to node_pool requires delete and recreate of the cluster #172
Comments
pst
added a commit
that referenced
this issue
Apr 6, 2021
…in eks" This reverts commit 170bf26, because adding the node_labels to the default node pool requires a destroy and re-create on the AKS cluster. This is likely due to the node_pool using the legacy `default_node_pool` block of the `azurerm_kubernetes_cluster` resource. Must migrate to using a `azurerm_kubernetes_cluster_node_pool`. Will tackle this as part of revamping node pools support in general. Opening an issue to track this: #172
FYI @to266, unfortunately I had to revert this part of your contribution from this release. Part of revamping the node pools support will be migrating from the |
pst
added a commit
that referenced
this issue
Apr 6, 2021
This reverts commit 170bf26, because adding the node_labels to the default node pool requires a destroy and re-create on the AKS cluster. This is likely due to the node_pool using the legacy `default_node_pool` block of the `azurerm_kubernetes_cluster` resource. Must migrate to using a `azurerm_kubernetes_cluster_node_pool`. Will tackle this as part of revamping node pools support in general. Opening an issue to track this: #172
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding node_labels to the default node pool forces a destroy and recreate plan.
The text was updated successfully, but these errors were encountered: