linkerd / linkerd-examples

Examples of how to configure and run linkerd
https://linkerd.io
Apache License 2.0
432 stars 221 forks source link

Remove TLS interfaces from sample namerd configs #207

Closed klingerf closed 6 years ago

klingerf commented 6 years ago

Our namerd sample configs were reconfigured to start serving all of their interfaces over TLS as part of #188. This requires that the namerd containers volume mount certificates, but none of our examples explain how to create the certificate secret, which is confusing. I'm removing the TLS interfaces so that namerd pods will start without requiring that the certificate secret be created first.

The only config that was using the TLS interfaces was k8s/linkerd-namerd-cni-tls.yml, so I've modified it to use the non-TLS interfaces. It's still the case that that config uses TLS for linker-to-linker requests; it just no longer uses TLS when talking to namerd.