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

Request to add DiskSku in Microsoft.ContainerService managedClusters Bicep Template #6974

Open
ibocon opened this issue May 30, 2022 · 3 comments

Comments

@ibocon
Copy link

ibocon commented May 30, 2022

Managed clusters bicep template does not support DiskSku Property.
It forces me to use Premium_LRS, which is default value when create Microsoft.Compute disks.
I want to select DiskSku when create Azure Kubernetes Service resource with ARM template.

@ibocon ibocon added the enhancement New feature or request label May 30, 2022
@ghost ghost added the Needs: Triage 🔍 label May 30, 2022
@alex-frankel
Copy link
Collaborator

I don't think I understand the ask. Are you asking for a new property to be added to the resource provider's PUT schema? I want to clarify that is not just a property that managedClusters already recognizes today, but bicep throws a false-positive warning saying it is not allowed.

@ibocon
Copy link
Author

ibocon commented Jun 2, 2022

Microsoft.ContainerService managedClusters

Current agentPoolProfiles property in managedClusters bicep template does not give me DiskSku property.

image
image

Azure Portal

If I create a Azure Kubernetes Service resource, Azure Resource Manager creates an agent pool based on agentPoolProfiles property in bicep template like below.
image

Question

image

I want to set Standard SSD LRS instead Premium SSD LRS for OSDisk SKU.

@alex-frankel
Copy link
Collaborator

Spoke to the AKS team and they have acknowledged the ask as a feature request and are aware of this GH issue thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants