Horje
check kubectl version Code Example
bash install kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --client
check kubectl version
#Just type in following to check kubectl version:
kubectl version
#Yeah, that easy!
kubectl download
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl




Shell

Related
install google chrome on fedira Code Example install google chrome on fedira Code Example
vs code list all extensions Code Example vs code list all extensions Code Example
pip3.8 install ubuntu Code Example pip3.8 install ubuntu Code Example
how to update vscode on ubuntu Code Example how to update vscode on ubuntu Code Example
check ssd or hdd linux Code Example check ssd or hdd linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12