File tree Expand file tree Collapse file tree 6 files changed +2
-134
lines changed
charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium
examples/capi-quick-start Expand file tree Collapse file tree 6 files changed +2
-134
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ kubeProxyReplacement: true
4545{{- end }}
4646
4747{{- if eq $capiProvider "eks" }}
48- k8sServiceHost : " {{ trimPrefix " https://" .Cluster.spec.controlPlaneEndpoint.host }}"
49- k8sServicePort : " {{ .Cluster.spec.controlPlaneEndpoint.port }}"
48+ k8sServiceHost : " {{ trimPrefix .Cluster.Spec.ControlPlaneEndpoint.Host " https://" }}"
49+ k8sServicePort : " {{ .Cluster.Spec.ControlPlaneEndpoint.Port }}"
5050{{- else }}
5151k8sServiceHost : auto
5252{{- end }}
Original file line number Diff line number Diff line change 1- apiVersion : v1
2- data :
3- values.yaml : |-
4- cni:
5- exclusive: false
6- hubble:
7- enabled: true
8- tls:
9- auto:
10- enabled: true # enable automatic TLS certificate generation
11- method: cronJob # auto generate certificates using cronJob method
12- certValidityDuration: 60 # certificates validity duration in days (default 2 months)
13- schedule: "0 0 1 * *" # schedule on the 1st day regeneration of each month
14- relay:
15- enabled: true
16- tls:
17- server:
18- enabled: true
19- mtls: true
20- image:
21- useDigest: false
22- priorityClassName: system-cluster-critical
23- image:
24- useDigest: false
25- operator:
26- image:
27- useDigest: false
28- certgen:
29- image:
30- useDigest: false
31- socketLB:
32- hostNamespaceOnly: true
33- envoy:
34- image:
35- useDigest: false
36- kubeProxyReplacement: true
37- k8sServiceHost: "{{ trimPrefix "https://" .Cluster.spec.controlPlaneEndpoint.host }}"
38- k8sServicePort: "{{ .Cluster.spec.controlPlaneEndpoint.port }}"
39- ipam:
40- mode: eni
41- enableIPv4Masquerade: false
42- eni:
43- enabled: true
44- awsReleaseExcessIPs: true
45- routingMode: native
46- endpointRoutes:
47- enabled: true
48- kind : ConfigMap
49- metadata :
50- labels :
51- cluster.x-k8s.io/provider : eks
52- name : ${CLUSTER_NAME}-cilium-cni-helm-values-template
53- ---
541apiVersion : cluster.x-k8s.io/v1beta1
552kind : Cluster
563metadata :
7017 clusterAutoscaler : {}
7118 cni :
7219 provider : Cilium
73- values :
74- sourceRef :
75- kind : ConfigMap
76- name : ${CLUSTER_NAME}-cilium-cni-helm-values-template
7720 csi :
7821 defaultStorage :
7922 provider : aws-ebs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,17 +5,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
55kind: Kustomization
66
77resources:
8- - ../../../additional-resources/eks/cilium-configmap.yaml
98- ../../../bases/eks/cluster
109
1110sortOptions:
1211 order: fifo
1312
1413patches:
15- # TODO: Replace with generic cilium patch and dynamically generate the correct EKS values
16- - target:
17- kind: Cluster
18- path: ../../../patches/eks/cilium-with-custom-values.yaml
1914 - target:
2015 kind: Cluster
2116 path: ../../../patches/skip-kube-proxy.yaml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 nfd : {}
1212 cni :
1313 provider : Cilium
14- values :
15- sourceRef :
16- name : ${CLUSTER_NAME}-cilium-cni-helm-values-template
17- kind : ConfigMap
You can’t perform that action at this time.
0 commit comments