Skip to content

Commit 1012fdf

Browse files
authored
Merge pull request GoogleCloudPlatform#26 from naveensrinivasan/patch-1
Update to include the config
2 parents 43a59f1 + aedd211 commit 1012fdf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎bring-up/local-docker.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ In another terminal, create an ssh tunnel for kubectl to talk to your cluster. L
6868
```
6969
docker-machine ssh $(docker-machine active) -N -L 8080:localhost:8080
7070
```
71+
## Create kubernetes cluster configuration (Optional)
72+
73+
```
74+
kubectl config set-cluster test-doc --server=http://localhost:8080
75+
kubectl config set-context test-doc --cluster=test-doc
76+
kubectl config use-context test-doc
77+
```
7178

7279
## Check that your cluster is running
7380

0 commit comments

Comments
 (0)