Hi team, can pulumi change default kube-scheduler ...
# general
b
Hi team, can pulumi change default kube-scheduler configuration? I didn’t see any documentation about it. Specifically I’m looking for a way to change its scoringStrategy: https://kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/
b
which Kubernetes provider are you using?
ie, how are you building your clusters?
b
We are using AKS (Azure) and go pulumi sdk
b
it’s not possible to modify the
kube-scheduler
on AKS because it runs on the master node. you’ll need to build and deploy your own scheduler