Skip to content

Commit

Permalink
Merge pull request #9 from skippbox/prototype
Browse files Browse the repository at this point in the history
Set context to use node minikube via kubectl
  • Loading branch information
dlorenc committed Apr 20, 2016
2 parents 89e2b20 + 89d7f3a commit 808d614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Access the cluster with:
First run the command from above:

kubectl config set-cluster localkube --insecure-skip-tls-verify=true --server=http://192.168.99.100:8080
kubectl config set-context localkube --cluster=localkube
kubectl config use-context localkube

Then use kubectl normally:

Expand Down

0 comments on commit 808d614

Please sign in to comment.