Skip to content

Conversation

girdharagrawalbro
Copy link

Adds documentation for the kubectl uncordon subcommand that marks nodes as schedulable again.

Closes part of #17606 (kubectl cluster management commands).

Changes

  • Created pages/common/kubectl-uncordon.md with 3 common examples
  • Complements the kubectl cordon page
  • Follows repository style guide conventions

Examples

  • Make a node schedulable again
  • Make multiple nodes schedulable
  • Use a specific kubeconfig context

@CLAassistant
Copy link

CLAassistant commented Oct 16, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Oct 16, 2025
@dmmqz dmmqz mentioned this pull request Oct 16, 2025
43 tasks

- Make multiple nodes schedulable again:

`kubectl uncordon {{node_name1}} {{node_name2}} {{...}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`kubectl uncordon {{node_name1}} {{node_name2}} {{...}}`
`kubectl uncordon {{node_name1 node_name2 ...}}`


- Use a specific kubeconfig context when uncordoning:

`kubectl --context {{context_name}} uncordon {{node_name}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`kubectl --context {{context_name}} uncordon {{node_name}}`
`kubectl uncordon {{node_name}} --context {{context_name}}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants