Kubernetes Cheatsheet: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 May 2022

  • curprev 00:0300:03, 10 May 202210.65.50.93 talk 21,476 bytes +21,476 Created page with "= Completion = installing bash completion on macOS using homebrew if running Bash 3.2 included with macOS brew install bash-completion or, if running Bash 4.1+ brew install bash-completion@2 if you've installed via other means, you may need add the completion to your completion directory: kubectl completion bash > $(brew --prefix)/etc/bash_completion.d/kubectl installing bash completion on Linux source <(kubectl completion bash) write bash completion code to a file a..."