File tree 3 files changed +6
-1
lines changed
manifests/charts/htnn-controller
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ helm: $(LOCALBIN)
34
34
35
35
.PHONY : create-cluster
36
36
create-cluster : kind kubectl
37
- $(KIND ) create cluster --name htnn --image kindest/node:v$(MIN_K8S_VERSION )
37
+ $(KIND ) create cluster --name htnn --image kindest/node:v$(MIN_K8S_VERSION ) --config=kind_cluster.yaml
38
38
$(KUBECTL ) apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v$(GATEWAY_API_VERSION ) /standard-install.yaml
39
39
$(KUBECTL ) apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v$(GATEWAY_API_VERSION ) /experimental-install.yaml
40
40
Original file line number Diff line number Diff line change
1
+ kind : Cluster
2
+ apiVersion : kind.x-k8s.io/v1alpha4
3
+ networking :
4
+ ipFamily : dual
Original file line number Diff line number Diff line change 35
35
PILOT_ENABLE_HTNN : " true"
36
36
PILOT_ENABLE_HTNN_STATUS : " true"
37
37
HTNN_ENABLE_LDS_PLUGIN_VIA_ECDS : " false"
38
+ ISTIO_DUAL_STACK : " true"
38
39
39
40
# Settings related to the untaint controller
40
41
# This controller will remove `cni.istio.io/not-ready` from nodes when the istio-cni pod becomes ready
You can’t perform that action at this time.
0 commit comments