Skip to content

Commit eebacf4

Browse files
authored
Update k8s_setup.md
1 parent 0aaf80b commit eebacf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/k8s_setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,11 @@ Docker for Mac 17.12 CE Edge provides an [embedded Kubernetes environment](https
373373

374374
**Note**: If you are behind an HTTP proxy, then you should also go to the "Proxies" tab and enter your proxy details.
375375

376-
4. Docker will download the Kuberentes components and start them up for you. When it is done, you will see the Kubernetes status go to green/running in the menu:
376+
Docker will download the Kuberentes components and start them up for you. When it is done, you will see the Kubernetes status go to green/running in the menu:
377377

378378
![Kubernetes running](images/docker-k8s-running.png)
379379

380-
5. If you have previously used `kubectl` on your Mac, then you must make sure it is pointing to the correct cluster and context.
380+
4. Ensure that `kubectl` on your Mac, is pointing to the correct cluster and context.
381381

382382
```
383383
$ kubectl config get-contexts
@@ -394,7 +394,7 @@ $ kubectl config set-cluster docker-for-desktop-cluster
394394
Cluster "docker-for-desktop-cluster" set.
395395
```
396396

397-
6. You should add `docker-for-desktop` to your `/etc/hosts` file entry for `127.0.0.1`, as shown in this example, and you must use an admin user to edit this file:
397+
5. You should add `docker-for-desktop` to your `/etc/hosts` file entry for `127.0.0.1`, as shown in this example, and you must use an admin user to edit this file:
398398

399399
```
400400
##
@@ -408,13 +408,13 @@ Cluster "docker-for-desktop-cluster" set.
408408
::1 localhost
409409
```
410410

411-
You may also have to tell `kubectl` to ignore the certificate by entering this command:
411+
6. You may also have to tell `kubectl` to ignore the certificate by entering this command:
412412

413413
```
414414
kubectl config set-cluster docker-for-desktop --insecure-skip-tls-verify=true
415415
```
416416

417-
Then validate you are talking to the Kubernetes in Docker by entering these commands:
417+
7. Then validate you are talking to the Kubernetes in Docker by entering these commands:
418418

419419
```
420420
$ kubectl cluster-info

0 commit comments

Comments
 (0)