cockroachdb / k8s

Images and utilities to run cockroach on kubernetes
Apache License 2.0
26 stars 25 forks source link

Put the long-form cockroachdb-public DNS name into each node cert #10

Closed a-robinson closed 6 years ago

a-robinson commented 6 years ago

We put the short-form and long-form names of each node into the node certs (e.g. cockroachdb-0.cockroachdb and cockroachdb-0.cockroachdb.default.svc.cluster.local) but only put the short-form name for the client-facing service: cockroachdb-public. We should also include the long-form name so that the service can be accessed from other namespaces.

@mberhault