github.com/looshlee/cilium@v1.6.12/test/k8sT/manifests/v1.5/cilium-cm-patch-clean-cilium-state.yaml (about)

     1  ---
     2  metadata:
     3    namespace: kube-system
     4  data:
     5    etcd-config: |-
     6      ---
     7      endpoints:
     8        - https://cilium-etcd-client.kube-system.svc:2379
     9      #
    10      # In case you want to use TLS in etcd, uncomment the 'ca-file' line
    11      # and create a kubernetes secret by following the tutorial in
    12      # https://cilium.link/etcd-config
    13      ca-file: '/var/lib/etcd-secrets/etcd-client-ca.crt'
    14      #
    15      # In case you want client to server authentication, uncomment the following
    16      # lines and create a kubernetes secret by following the tutorial in
    17      # https://cilium.link/etcd-config
    18      key-file: '/var/lib/etcd-secrets/etcd-client.key'
    19      cert-file: '/var/lib/etcd-secrets/etcd-client.crt'
    20  
    21    debug: "true"
    22    clean-cilium-state: "true"
    23  
    24    enable-ipv4: "true"
    25    enable-ipv6: "true"
    26  
    27    preallocate-bpf-maps: "true"
    28    enable-legacy-services: "false"