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.
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.