Difference between revisions of "Kubectl install"
Jump to navigation
Jump to search
(Created page with "https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ ``` curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubect...") |
(No difference)
|
Revision as of 17:19, 22 April 2023
https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"