Difference between revisions of "Krew"

From wikieduonline
Jump to navigation Jump to search
 
Line 18: Line 18:
 
== See also ==
 
== See also ==
 
* {{Krew}}
 
* {{Krew}}
* {{kubectl}}
+
* {{kubectl plugin}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 10:19, 29 February 2024

Krew is the plugin manager for kubectl command-line tool.

Krew installation[edit]

(
 set -x; cd "$(mktemp -d)" &&
 OS="$(uname | tr '[:upper:]' '[:lower:]')" &&
 ARCH="$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\(arm\)\(64\)\?.*/\1\2/' -e 's/aarch64$/arm64/')" &&
 KREW="krew-${OS}_${ARCH}" &&
 curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/${KREW}.tar.gz" &&
 tar zxvf "${KREW}.tar.gz" &&
 ./"${KREW}" install krew
)

Usage[edit]

Related terms[edit]

See also[edit]

Advertising: