Remove minikube and only use kind (#5059)
This commit is contained in:
parent
281139d1a7
commit
0365a7c172
8 changed files with 81 additions and 58 deletions
|
|
@ -78,7 +78,6 @@ minikube addons disable ingress
|
|||
```console
|
||||
$ kubectl get pods -n ingress-nginx
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
default-http-backend-66b447d9cf-rrlf9 1/1 Running 0 12s
|
||||
nginx-ingress-controller-fdcdcd6dd-vvpgs 1/1 Running 0 11s
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -19,11 +19,6 @@ cd ingress-nginx
|
|||
|
||||
### Initial developer environment build
|
||||
|
||||
>**Prequisites**: Minikube must be installed.
|
||||
See [releases](https://github.com/kubernetes/minikube/releases) for installation instructions.
|
||||
|
||||
If you are using **MacOS** and deploying to **minikube**, the following command will build the local nginx controller container image and deploy the ingress controller onto a minikube cluster with RBAC enabled in the namespace `ingress-nginx`:
|
||||
|
||||
```
|
||||
$ make dev-env
|
||||
```
|
||||
|
|
|
|||
|
|
@ -100,8 +100,7 @@ All these options (including host) allow environment variables, such as `$HOSTNA
|
|||
|
||||
## Examples
|
||||
|
||||
The following examples show how to deploy and test different distributed tracing systems. These example can be performed
|
||||
using Minikube.
|
||||
The following examples show how to deploy and test different distributed tracing systems. These example can be performed using Minikube.
|
||||
|
||||
### Zipkin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue