Custom Node Configuration in AKS using Terraform

204 Views Asked by At

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

  1. 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)
  2. 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.

1

There are 1 best solutions below

1
On BEST ANSWER