All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Vidalinux Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:03, 10 May 2022 10.65.50.93 talk created page Kubernetes Cheatsheet (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...")