github.com/elfadel/cilium@v1.6.12/test/k8sT/manifests/1.15/cilium-cm-patch.yaml (about)

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