Fix wrong screenshot in kubernetes docs

I made a mistake. The correct external IP address is visible on your
Digital Ocean dashboard, not the kubernetes dashboard.
This commit is contained in:
Robert Schäfer 2019-05-16 23:26:01 +02:00
parent 3c09012833
commit 29c5c64c4e
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