-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: parameterize cilium 1.14 templates (#2562)
* parameterize version cilium 1.14.x for pipelines * fix tag substitution * update dualstack step * update load test template
- Loading branch information
Showing
16 changed files
with
138 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
test/integration/manifests/cilium/v1.14/cilium-config/cilium-config-dualstack.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
apiVersion: v1 | ||
data: | ||
agent-not-ready-taint-key: node.cilium.io/agent-not-ready | ||
arping-refresh-period: 30s | ||
auto-direct-node-routes: "false" | ||
bpf-lb-external-clusterip: "false" | ||
bpf-lb-map-max: "65536" | ||
bpf-lb-mode: snat | ||
bpf-map-dynamic-size-ratio: "0.0025" | ||
bpf-policy-map-max: "16384" | ||
bpf-root: /sys/fs/bpf | ||
cgroup-root: /run/cilium/cgroupv2 | ||
cilium-endpoint-gc-interval: 5m0s | ||
cluster-id: "0" | ||
cluster-name: default | ||
debug: "false" | ||
disable-cnp-status-updates: "true" | ||
disable-endpoint-crd: "false" | ||
enable-auto-protect-node-port-range: "true" | ||
enable-bgp-control-plane: "false" | ||
enable-bpf-clock-probe: "true" | ||
enable-endpoint-health-checking: "false" | ||
enable-endpoint-routes: "true" | ||
enable-health-check-nodeport: "true" | ||
enable-health-checking: "true" | ||
enable-host-legacy-routing: "true" | ||
enable-hubble: "false" | ||
enable-ipv4: "true" | ||
enable-ipv4-masquerade: "false" | ||
enable-ipv6: "true" | ||
enable-ipv6-masquerade: "false" | ||
enable-k8s-terminating-endpoint: "true" | ||
enable-l2-neigh-discovery: "true" | ||
enable-l7-proxy: "false" | ||
enable-local-node-route: "false" | ||
enable-local-redirect-policy: "false" | ||
enable-metrics: "true" | ||
enable-policy: default | ||
enable-remote-node-identity: "true" | ||
enable-session-affinity: "true" | ||
enable-svc-source-range-check: "true" | ||
enable-vtep: "false" | ||
enable-well-known-identities: "false" | ||
enable-xt-socket-fallback: "true" | ||
identity-allocation-mode: crd | ||
install-iptables-rules: "true" | ||
install-no-conntrack-iptables-rules: "false" | ||
ipam: delegated-plugin | ||
kube-proxy-replacement: strict | ||
kube-proxy-replacement-healthz-bind-address: "0.0.0.0:10256" | ||
local-router-ipv4: 169.254.23.0 | ||
local-router-ipv6: "fe80::" | ||
metrics: +cilium_bpf_map_pressure | ||
monitor-aggregation: medium | ||
monitor-aggregation-flags: all | ||
monitor-aggregation-interval: 5s | ||
node-port-bind-protection: "true" | ||
nodes-gc-interval: 5m0s | ||
operator-api-serve-addr: 127.0.0.1:9234 | ||
operator-prometheus-serve-addr: :9963 | ||
preallocate-bpf-maps: "false" | ||
procfs: /host/proc | ||
prometheus-serve-addr: :9962 | ||
remove-cilium-node-taints: "true" | ||
set-cilium-is-up-condition: "true" | ||
sidecar-istio-proxy-image: cilium/istio_proxy | ||
synchronize-k8s-nodes: "true" | ||
tofqdns-dns-reject-response-code: refused | ||
tofqdns-enable-dns-compression: "true" | ||
tofqdns-endpoint-max-ip-per-hostname: "50" | ||
tofqdns-idle-connection-grace-period: 0s | ||
tofqdns-max-deferred-connection-deletes: "10000" | ||
tofqdns-min-ttl: "0" | ||
tofqdns-proxy-response-max-delay: 100ms | ||
routing-mode: native | ||
unmanaged-pod-watcher-interval: "15" | ||
vtep-cidr: "" | ||
vtep-endpoint: "" | ||
vtep-mac: "" | ||
vtep-mask: "" | ||
# new default values from Cilium v1.14.4 | ||
enable-sctp: "false" | ||
external-envoy-proxy: "false" | ||
k8s-client-qps: "5" | ||
k8s-client-burst: "10" | ||
mesh-auth-enabled: "true" | ||
mesh-auth-queue-size: "1024" | ||
mesh-auth-rotated-identities-queue-size: "1024" | ||
mesh-auth-gc-interval: "5m0s" | ||
proxy-connect-timeout: "2" | ||
proxy-max-requests-per-connection: "0" | ||
proxy-max-connection-duration-seconds: "0" | ||
set-cilium-node-taints: "true" | ||
unmanaged-pod-watcher-interval: "15" | ||
kind: ConfigMap | ||
metadata: | ||
annotations: | ||
meta.helm.sh/release-name: cilium | ||
meta.helm.sh/release-namespace: kube-system | ||
labels: | ||
app.kubernetes.io/managed-by: Helm | ||
name: cilium-config | ||
namespace: kube-system |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.