Created
March 3, 2019 11:03
-
-
Save secustor/6891b05759433a3672a7e7d36640618a to your computer and use it in GitHub Desktop.
Config map
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
apiVersion: v1 | |
data: | |
clean-cilium-bpf-state: "false" | |
clean-cilium-state: "false" | |
cluster-id: "1" | |
cluster-name: default | |
ct-global-max-entries-other: "262144" | |
ct-global-max-entries-tcp: "524288" | |
debug: "False" | |
enable-ipv4: "true" | |
enable-ipv6: "false" | |
etcd-config: |- | |
--- | |
endpoints: | |
- https://10.0.0.14:2379 | |
# In case you want to use TLS in etcd, uncomment the 'ca-file' line | |
# and create a kubernetes secret by following the tutorial in | |
# https://cilium.link/etcd-config | |
ca-file: "/etc/cilium/certs/ca_cert.crt" | |
# In case you want client to server authentication, uncomment the following | |
# lines and create a kubernetes secret by following the tutorial in | |
# https://cilium.link/etcd-config | |
key-file: "/etc/cilium/certs/key.pem" | |
cert-file: "/etc/cilium/certs/cert.crt" | |
flannel-manage-existing-containers: "false" | |
flannel-master-device: "" | |
flannel-uninstall-on-exit: "false" | |
monitor-aggregation-level: none | |
preallocate-bpf-maps: "false" | |
sidecar-istio-proxy-image: cilium/istio_proxy | |
tofqdns-enable-poller: "false" | |
tunnel: vxlan | |
kind: ConfigMap | |
metadata: | |
annotations: | |
--- | |
creationTimestamp: "2019-03-03T10:34:09Z" | |
name: cilium-config | |
namespace: kube-system | |
resourceVersion: "1174" | |
selfLink: /api/v1/namespaces/kube-system/configmaps/cilium-config | |
uid: e0f0ba5c-3d9f-11e9-bfc5-080027116c67 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment