Skip to content

Commit

Permalink
Merge pull request #13 from Brucius/patch-1
Browse files Browse the repository at this point in the history
Update part1.md
  • Loading branch information
Jakousa authored Oct 7, 2020
2 parents 8eaa804 + 075e91a commit 33ef179
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/part1/part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ We'll use K3d to create a group of docker containers that run k3s. Thus creating
$ k3d cluster create -a 2
```

If you are getting an error message saying as below,
```console
ERRO[0006] Failed to get HostIP
```

Run the command with the below flag
```console
k3d cluster create -a 2 --no-hostip
```

This created a Kubernetes cluster with 2 agent nodes. As they're in docker you can confirm that they exist with `docker ps`.

```console
Expand Down

0 comments on commit 33ef179

Please sign in to comment.