Skip to content

Instantly share code, notes, and snippets.

View Stephen2's full-sized avatar
🕶️
Doing stuff :)

Stephen Pittman Stephen2

🕶️
Doing stuff :)
View GitHub Profile

Kubectl plugin

This plugin adds completion for the Kubernetes cluster manager, as well as some aliases for common kubectl commands.

To use it, add kubectl to the plugins array in your zshrc file:

plugins=(... kubectl)