github.com/zhyoulun/cilium@v1.6.12/test/k8sT/manifests/cilium-cm-kvstore-allocator-patch.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 'trusted-ca-file' line
    11      # and create a kubernetes secret by following the tutorial in
    12      # https://cilium.link/etcd-config
    13      trusted-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    # If you want to run cilium in debug mode change this value to true
    22    debug: "true"
    23  
    24    enable-ipv4: "true"
    25    enable-ipv6: "true"
    26    preallocate-bpf-maps: "true"
    27    kvstore-lease-ttl: "30s"
    28    identity-allocation-mode: "kvstore"