I wanted to create noodpool with swap memory enabled in AKS, I have gone through
Terraform documentation there I can see swap_file_size_mb
and vm_swappiness
are the only thing related to swap. My question is
swap_file_size_mb
)Are these things are possible in AKS, or Am I missing something, I want a working node that has swap memory and should use for workload through terraform. Any suggestion appreciated. Thanks.
but that one is not exposed in terraform, but i think its hardcoded to false: https://github.com/hashicorp/terraform-provider-azurerm/blob/ddd6a9e2ef99f2e859b567badbed1aa829261caa/internal/services/containers/kubernetes_cluster_node_pool_resource.go#L1020