Skip to content

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

@sohwaje

Description

@sohwaje

Is there an existing issue for this?

  • I have searched the existing issues

Description

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

"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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions