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
- is there any way to use this flag --fail-swap-on
to false(or it will automatically set to false when we set
swap_file_size_mb
) - And is there any way to change MemorySwap.SwapBehavior to "UnlimitedSwap"
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.