Update docker default to 19.03 - cleanup docker docs & refs (#6153)

This commit is contained in:
Florian Ruynat
2020-05-28 09:52:02 +02:00
committed by GitHub
parent 83d945127f
commit 6179405e84
8 changed files with 23 additions and 26 deletions

View File

@@ -45,9 +45,9 @@ There are cloud provider specific yaml files.
Kubernetes is available in Docker for Mac (from [version 18.06.0-ce](https://docs.docker.com/docker-for-mac/release-notes/#stable-releases-of-2018))
[enable]: https://docs.docker.com/docker-for-mac/#kubernetes
First you need to [enable kubernetes](https://docs.docker.com/docker-for-mac/#kubernetes).
Create a service
Then you have to create a service:
```console
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml
@@ -60,7 +60,6 @@ For standard usage:
```console
minikube addons enable ingress
```
For development:
1. Disable the ingress addon: