Merge pull request #616 from Human-Connection/docs-fix_wrong_instructions_where_to_find_external_ip_address

Fix wrong screenshot in kubernetes docs
This commit is contained in:
Robert Schäfer 2019-05-19 19:38:48 +02:00 committed by GitHub
commit 859d3189f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -32,10 +32,10 @@ Once you are done, apply the configuration:
$ kubectl apply -f .
```
By now, your cluster should have an external IP address assigned. If you visit
your dashboard, this is how it should look like:
By now, your cluster should have a load balancer assigned with an external IP
address. On Digital Ocean, this is how it should look like:
![Screenshot of the kubernetes dashboard showing the extrenal ip address](./ip-address.png)
![Screenshot of Digital Ocean dashboard showing external ip address](./ip-address.png)
Check the ingress server is working correctly:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 141 KiB