LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kubectl-uncordon

marks a node as schedulable

TLDR

Uncordon node
$ kubectl uncordon [node-name]
copy
Uncordon multiple nodes
$ kubectl uncordon [node1] [node2]
copy
Uncordon with selector
$ kubectl uncordon -l [key=value]
copy
Dry run
$ kubectl uncordon [node-name] --dry-run=client
copy

SYNOPSIS

kubectl uncordon [options] node

DESCRIPTION

kubectl uncordon marks a node as schedulable. It reverses the effect of cordon.The command is used after node maintenance. New pods can be scheduled once uncordoned.

PARAMETERS

NODE

Node name to uncordon.
-l SELECTOR
Label selector.
--dry-run MODE
Simulate operation.
--help
Display help information.

INSTALL

sudo apt install kubectl
copy
sudo pacman -S kubectl
copy
sudo apk add kubectl
copy
brew install kubectl
copy
nix profile install nixpkgs#kubectl
copy

CAVEATS

Subcommand of kubectl. Only marks schedulable. Pods don't automatically move back.

HISTORY

kubectl uncordon provides node scheduling restoration for Kubernetes after maintenance.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid