Skip to main content

miren runner cordon

Mark a runner unschedulable without stopping its sandboxes

note

This command requires the distributedrunners labs feature to be enabled.

Usage

miren runner cordon <node> [flags]

Arguments

  • node — Runner to cordon (name, ID, or short ID)

Flags

  • --cluster, -C — Cluster name
  • --config — Path to the config file
  • --reason — Optional reason for cordoning the runner

Global Options

  • --options — Path to file containing options
  • --server-address — Server address to connect to (default: 127.0.0.1:8443)
  • --verbose, -v — Enable verbose output

Examples

Cordon a runner:

miren runner cordon my-runner

Cordon with a reason:

miren runner cordon my-runner --reason "cert rotation"

See also