|
| 1 | +apiVersion: v1 |
| 2 | +data: |
| 3 | + agent-not-ready-taint-key: node.cilium.io/agent-not-ready |
| 4 | + arping-refresh-period: 30s |
| 5 | + auto-direct-node-routes: "false" |
| 6 | + bpf-lb-external-clusterip: "false" |
| 7 | + bpf-lb-map-max: "65536" |
| 8 | + bpf-lb-mode: snat |
| 9 | + bpf-map-dynamic-size-ratio: "0.0025" |
| 10 | + bpf-policy-map-max: "16384" |
| 11 | + bpf-root: /sys/fs/bpf |
| 12 | + cgroup-root: /run/cilium/cgroupv2 |
| 13 | + cilium-endpoint-gc-interval: 5m0s |
| 14 | + cluster-id: "0" |
| 15 | + cluster-name: default |
| 16 | + debug: "false" |
| 17 | + disable-cnp-status-updates: "true" |
| 18 | + disable-endpoint-crd: "false" |
| 19 | + enable-auto-protect-node-port-range: "true" |
| 20 | + enable-bgp-control-plane: "false" |
| 21 | + enable-bpf-clock-probe: "true" |
| 22 | + enable-endpoint-health-checking: "false" |
| 23 | + enable-endpoint-routes: "true" |
| 24 | + enable-health-check-nodeport: "true" |
| 25 | + enable-health-checking: "true" |
| 26 | + enable-host-legacy-routing: "true" |
| 27 | + enable-hubble: "false" |
| 28 | + enable-ipv4: "true" |
| 29 | + enable-ipv4-masquerade: "false" |
| 30 | + enable-ipv6: "false" |
| 31 | + enable-ipv6-masquerade: "false" |
| 32 | + enable-k8s-terminating-endpoint: "true" |
| 33 | + enable-l2-neigh-discovery: "true" |
| 34 | + enable-l7-proxy: "false" |
| 35 | + enable-local-node-route: "false" |
| 36 | + enable-local-redirect-policy: "false" |
| 37 | + enable-metrics: "true" |
| 38 | + enable-policy: default |
| 39 | + enable-remote-node-identity: "true" |
| 40 | + enable-session-affinity: "true" |
| 41 | + enable-svc-source-range-check: "true" |
| 42 | + enable-vtep: "false" |
| 43 | + enable-well-known-identities: "false" |
| 44 | + enable-xt-socket-fallback: "true" |
| 45 | + identity-allocation-mode: crd |
| 46 | + install-iptables-rules: "true" |
| 47 | + install-no-conntrack-iptables-rules: "false" |
| 48 | + ipam: delegated-plugin |
| 49 | + kube-proxy-replacement: strict |
| 50 | + kube-proxy-replacement-healthz-bind-address: "" |
| 51 | + local-router-ipv4: 169.254.23.0 |
| 52 | + metrics: +cilium_bpf_map_pressure |
| 53 | + monitor-aggregation: medium |
| 54 | + monitor-aggregation-flags: all |
| 55 | + monitor-aggregation-interval: 5s |
| 56 | + node-port-bind-protection: "true" |
| 57 | + nodes-gc-interval: 5m0s |
| 58 | + operator-api-serve-addr: 127.0.0.1:9234 |
| 59 | + operator-prometheus-serve-addr: :9963 |
| 60 | + preallocate-bpf-maps: "false" |
| 61 | + procfs: /host/proc |
| 62 | + prometheus-serve-addr: :9962 |
| 63 | + remove-cilium-node-taints: "true" |
| 64 | + set-cilium-is-up-condition: "true" |
| 65 | + sidecar-istio-proxy-image: cilium/istio_proxy |
| 66 | + synchronize-k8s-nodes: "true" |
| 67 | + tofqdns-dns-reject-response-code: refused |
| 68 | + tofqdns-enable-dns-compression: "true" |
| 69 | + tofqdns-endpoint-max-ip-per-hostname: "50" |
| 70 | + tofqdns-idle-connection-grace-period: 0s |
| 71 | + tofqdns-max-deferred-connection-deletes: "10000" |
| 72 | + tofqdns-min-ttl: "3600" |
| 73 | + tofqdns-proxy-response-max-delay: 100ms |
| 74 | + #Replaces tunnel: disabled in v1.15 |
| 75 | + routing-mode: "native" |
| 76 | + unmanaged-pod-watcher-interval: "15" |
| 77 | + vtep-cidr: "" |
| 78 | + vtep-endpoint: "" |
| 79 | + vtep-mac: "" |
| 80 | + vtep-mask: "" |
| 81 | +kind: ConfigMap |
| 82 | +metadata: |
| 83 | + annotations: |
| 84 | + meta.helm.sh/release-name: cilium |
| 85 | + meta.helm.sh/release-namespace: kube-system |
| 86 | + labels: |
| 87 | + app.kubernetes.io/managed-by: Helm |
| 88 | + name: cilium-config |
| 89 | + namespace: kube-system |
0 commit comments