Remove "LoadBalancer" limitation from Minikube (#15568)
* Remove "LoadBalancer" limitation from Minikube * Update minikube.md
This commit is contained in:
parent
9196b64ca6
commit
b66c439f12
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue