cilium / cilium-etcd-operator

Operator to manage Cilium's etcd cluster
Apache License 2.0
26 stars 15 forks source link

certs: Whitelist *.mesh.cilium.io #35

Closed tgraf closed 5 years ago

tgraf commented 5 years ago

This is required for cluster mesh. etcds are made available to other clusters via the the name

{clustername}.mesh.cilium.io

The name is mapped to the service IP of etcd via hosts file.

Signed-off-by: Thomas Graf thomas@cilium.io