Skip to content
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

Support for creating nodepools from snapshots #436

Closed
1 task done
zioproto opened this issue Sep 4, 2023 · 0 comments · Fixed by #442
Closed
1 task done

Support for creating nodepools from snapshots #436

zioproto opened this issue Sep 4, 2023 · 0 comments · Fixed by #442

Comments

@zioproto
Copy link
Collaborator

zioproto commented Sep 4, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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

Screenshot 2023-09-04 at 13 58 06

Will need to add var.node_pools the snapshot_id

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster_node_pool#snapshot_id

Screenshot 2023-09-04 at 13 59 32

New or Affected Resource(s)/Data Source(s)

azurerm_kubernetes_cluster_node_pool, azurerm_kubernetes_cluster

Potential Terraform Configuration

No response

References

No response

@lonegunmanb lonegunmanb added this to the 7.4.0 milestone Sep 15, 2023
zioproto added a commit to zioproto/terraform-azurerm-aks that referenced this issue Sep 15, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Azure Module Kanban Sep 16, 2023
lonegunmanb pushed a commit that referenced this issue Sep 16, 2023
* Support for creating nodepools from snapshots

Fixes #436
skolobov pushed a commit to skolobov/terraform-azurerm-aks that referenced this issue Oct 29, 2023
* Support for creating nodepools from snapshots

Fixes Azure#436
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants