Skip to content

Instantly share code, notes, and snippets.

@VTRyo
Created March 17, 2021 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VTRyo/0000506114be227a1a505f5950ec8b61 to your computer and use it in GitHub Desktop.
Save VTRyo/0000506114be227a1a505f5950ec8b61 to your computer and use it in GitHub Desktop.
kubernetes memo. for label
# kubernetes create labels
kubectl label nodes <NODE> <key>=<value>
# kubernetes delete labels
kubectl label nodes <NODE> <key>-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment