If it's checking the domain suffix, everything should work if you set the cluster domain to a subdomain of yours instead of cluster.local – then the name will be of the form <pod>.<namespace>.pod.<subdomain>.<domain>, no? We use this in all our clusters, but we make a custom distribution, so how to do this will depend on how you build the cluster(s).
Or, dirty but simple, can you manipulate the pod hostname and domain from inside the pod? Call `hostname` and mess with /etc/hosts?
/MR
--
You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
----- Original Message -----To:"Kubernetes user discussion and Q&A" <kubernet...@googlegroups.com>Cc:Sent:Fri, 8 Sep 2017 09:43:37 -0700Subject:Re: [kubernetes-users] FQDN's for pods?