Versions Compared

Key

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

...

       6.1  download the kubectl using below command on the worker Node .  

...

       6.2    Make the kubectl binary executable.

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

      6.3     Move the kubectl to PATH 

                          sudo mv ./kubectl /usr/local/bin/kubectl

 6. Installing Kubectl  to manage Kubernetes cluster using kubectl  

       6.1  download the kubectl using below command on the worker Node .

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

...

                         sudo mv ./kubectl /usr/local/bin/kubectl

       

 7. Verifying Kubectl installation