scheduling

module
v0.0.0-...-64a7fad Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2025 License: Apache-2.0

README

Cortex Scheduling Operator

Minimal Setup

From the cortex root folder, build the scheduling operator docker image locally:

docker build --build-arg GO_MOD_PATH=scheduling \
    -t cortex-scheduling-operator:latest .

Then, install the prometheus CRDs:

helm upgrade --install cortex-prometheus helm/dev/cortex-prometheus-operator

Finally, install the scheduling operator using the locally built image:

helm upgrade --install cortex-scheduling scheduling/dist/chart \
    --set controllerManager.container.image.tag=latest \
    --set controllerManager.container.image.repository=cortex-scheduling-operator \
    --set controllerManager.container.image.pullPolicy=Never

Now you can apply sample resources to test the operator:

kubectl apply -f scheduling/samples/

Jump to

Keyboard shortcuts

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