fix-node-scheduler

command module
v0.0.0-...-9ff3906 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2022 License: MIT Imports: 11 Imported by: 0

README

fix-node-scheduler

Installation

I already upload docker image to docker.io. You can check here.

kubectl apply -f grokctl-fix-node-scheduler-resources.yaml
Configure nodes
You need to labels your nodes which you want statically attach you pod. It is always scheduel this node.
kubectl label node your_nodename web-0=true #web-o is web statefulset application. You can see example in repository.
kubectl label node your_other_nodename web-1=true
Install statefulset application
You need to set schedulerName=fix-node-scheduler because we have our scheduler now. Its name is fix-node-scheduler. I already set in example statefulset resource.
kubectl apply -f example-statefulset.yaml
When you apply example statefulset application you will see web-0 and web-1 scheduled to your chosen nodes.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL