Remove "LoadBalancer" limitation from Minikube (#15568)

* Remove "LoadBalancer" limitation from Minikube

* Update minikube.md
This commit is contained in:
Damien Duportal 2019-07-30 18:56:51 +02:00 committed by Kubernetes Prow Robot
parent 9196b64ca6
commit b66c439f12
1 changed files with 2 additions and 4 deletions

View File

@ -455,10 +455,8 @@ export no_proxy=$no_proxy,$(minikube ip)
```
## Known Issues
* Features that require a Cloud Provider will not work in Minikube. These include:
* LoadBalancers
* Features that require multiple nodes. These include:
* Advanced scheduling policies
Features that require multiple nodes will not work in Minikube.
## Design