Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6.1 - Download the kubectl using below command on command 

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/linux/amd64/kubectl

6.2 - Make the kubectl binary executable.

chmod +x ./kubectMove the binary in to your PATH.

6.3 - Move the kubectl to PATH 

...