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

Whether sku_tier of "azurerm_kubernets_cluster" supports "premium" functionality #23972

Closed
1 task done
sohwaje opened this issue Nov 21, 2023 · 2 comments · Fixed by #23970
Closed
1 task done

Whether sku_tier of "azurerm_kubernets_cluster" supports "premium" functionality #23972

sohwaje opened this issue Nov 21, 2023 · 2 comments · Fixed by #23970

Comments

@sohwaje
Copy link

sohwaje commented Nov 21, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

The azcli command supports the following features when creating or updating an AKS.(Long Term Support (LTS))

  1. sku_tier = premium
  2. k8s-support-plan = AKSLongTermSupport

The example of the command is as follows.

az aks create --resource-group myResourceGroup --name myAKSCluster --tier premium --k8s-support-plan AKSLongTermSupport --kubernetes-version 1.27

az aks update --resource-group myResourceGroup --name myAKSCluster --tier premium --k8s-support-plan AKSLongTermSupport

Description

"sku_tier = premium", "k8s-support-plan = AKSLongTermSupport" is not currently supported for the "azurerm_kubernets_cluster" feature. Do you have any future support plans? I'm curious. In other words, I would like to know if you are planning to support the LTS feature or not.

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

azurerm_kubernetes_cluster

Potential Terraform Configuration

No response

References

No response

@rcskosir
Copy link
Contributor

Thank you for taking the time to open this issue. Please subscribe to PR #23970 created by @ms-henglu for this issue.

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants