Homebrew Install Specific Version of Formula

Go to homebrew git repo: https://github.com/Homebrew/homebrew-core/ Identify the commit specific to kubernetes 1.11.x version Go to Formula folder Open raw version of kubernetes-cli.rb file Copy the raw link of the file https://raw.githubusercontent.com/Homebrew/homebrew-core/3e8f5503dde7069c5ff49b82d5e1576e6ebe3a5d/Formula/kubernetes-cli.rb Run brew install <raw_link>

Can I use autocompletion for kubectl in zsh?

Both bash and zsh supports scripts that completes printed command when you press <TAB>. The feature is called Programmable completion, and you can find more details about that here: zsh completion. Fortunately, you don’t need to write your own script – kubectl provides it for zsh > 5.2. Try running this command: source <(kubectl completion … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)