https://pulumi.com logo
Title
b

billowy-mouse-89284

07/18/2022, 2:24 PM
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

billowy-army-68599

07/18/2022, 2:38 PM
which Kubernetes provider are you using?
ie, how are you building your clusters?
b

billowy-mouse-89284

07/18/2022, 2:39 PM
We are using AKS (Azure) and go pulumi sdk
b

billowy-army-68599

07/18/2022, 2:50 PM
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