Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
# general
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
2 Views
Post