We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GA Feature: Azure Kubernetes Service (AKS) node pool snapshot https://learn.microsoft.com/en-us/azure/aks/node-pool-snapshot
Related provider changes: hashicorp/terraform-provider-azurerm#21442 hashicorp/terraform-provider-azurerm#22708 hashicorp/terraform-provider-azurerm#21649 hashicorp/terraform-provider-azurerm#21511
The AKS module should support creating the cluster and the nodepools from snapshots
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#snapshot_id
Will need to add var.node_pools the snapshot_id
var.node_pools
snapshot_id
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster_node_pool#snapshot_id
azurerm_kubernetes_cluster_node_pool, azurerm_kubernetes_cluster
No response
The text was updated successfully, but these errors were encountered:
Support for creating nodepools from snapshots
b4bc4f1
Fixes Azure#436
Support for creating nodepools from snapshots (#442)
6ae5719
* Support for creating nodepools from snapshots Fixes #436
Support for creating nodepools from snapshots (Azure#442)
9ce3a11
* Support for creating nodepools from snapshots Fixes Azure#436
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Description
GA Feature:
Azure Kubernetes Service (AKS) node pool snapshot
https://learn.microsoft.com/en-us/azure/aks/node-pool-snapshot
Related provider changes:
hashicorp/terraform-provider-azurerm#21442
hashicorp/terraform-provider-azurerm#22708
hashicorp/terraform-provider-azurerm#21649
hashicorp/terraform-provider-azurerm#21511
The AKS module should support creating the cluster and the nodepools from snapshots
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#snapshot_id
Will need to add
var.node_pools
thesnapshot_id
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster_node_pool#snapshot_id
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster_node_pool, azurerm_kubernetes_cluster
Potential Terraform Configuration
No response
References
No response
The text was updated successfully, but these errors were encountered: