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
11
deploy/kind/kustomization.yaml
Normal file
11
deploy/kind/kustomization.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: ingress-nginx
|
||||
bases:
|
||||
- ../baremetal
|
||||
- ../cluster-wide
|
||||
images:
|
||||
- name: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
|
||||
newTag: dev
|
||||
patchesStrategicMerge:
|
||||
- service-hostport.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue