I need to install "kedo" in an AKS that contains a windows node. When I install it, it is installed on the windows node and not on the Linux one. I have already tried various ways like
helm install keda kedacore/keda --namespace keda `
--set nodeSelector:"beta\.kubernetes\.io\/os"=linux
You need to correct command to following
helm install keda kedacore/keda --namespace keda `
--set nodeSelector."beta\.kubernetes\.io/os"=linux