Edvin N

Results 170 comments of Edvin N

Looking at the pricing it seems like a no brainer as well. https://azure.microsoft.com/en-us/pricing/details/container-registry/

Upstream issue created: https://github.com/hashicorp/terraform-provider-azurerm/issues/15449

The PR is now merged and the feature was released in 2.97 :). I will start to look in to this during next week.

https://github.com/Azure/AKS/releases/tag/2022-04-03 ``` Custom node config for AKS is now generally available. https://docs.microsoft.com/azure/aks/custom-node-configuration ```

@madakralc what is the status for this issue?

If you don't want to change your existing node pool all you need to do is to configure it to use: `kubelet_disk_type = "OS"`

We have read lots and lots of docs and we don't think that the kubelet_disk_type is in preview and thus ready for production. https://github.com/Azure/azure-rest-api-specs/blob/main/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-01-01/managedClusters.json For more information: https://github.com/Azure/AKS/issues/930 https://docs.microsoft.com/en-us/rest/api/aks/agent-pools/create-or-update#kubeletdisktype

When trying to apply the config I get the error saying that it's a preview feature. So I think we can skip this for now since it will only force...

As noted in the issue this feature have now gone GA. An interesting thing to know is that even though terraform say it can do a in-place change it seems...

I have misunderstood, I thought that custom node config ment kubelet disk type since it's a configuration that is done on the node... It's not. Even though I can't find...