It's interesting. With Fedora-atomic, it's working fine but not with coreos current.

I'll try to work around using fedora-atomic.

On Fri, Apr 5, 2019 at 3:30 PM Ionut Biru <ionut@fleio.com> wrote:
Hello, 

Yes, I can. That's why I think I need the names to have a FQDN.

pod/init-demo created
»» kubectl get pod init-demo
NAME        READY   STATUS            RESTARTS   AGE
init-demo   0/1     PodInitializing   0          9s
»» kubectl get pod init-demo
NAME        READY   STATUS            RESTARTS   AGE
init-demo   0/1     PodInitializing   0          12s
»» kubectl get pod init-demo
NAME        READY   STATUS    RESTARTS   AGE
init-demo   1/1     Running   0          20s
»» kubectl exec -it init-demo -- /bin/bash
Error from server: error dialing backend: dial tcp: lookup k8s-cluster-coreos-uddxvspsxcon-minion-0 on 8.8.8.8:53: no such host


On Fri, Apr 5, 2019 at 3:08 PM Bharat Kunwar <bharat@stackhpc.com> wrote:
Can you even deploy a POD?

On 5 Apr 2019, at 13:06, Ionut Biru <ionut@fleio.com> wrote:

Hello,

From my computer, after exporting the config using: 
openstack coe cluster config id.

I'm using helm from my computer because coreos master doesn't have this utility or even  kubectl.



On Fri, Apr 5, 2019 at 2:52 PM Bharat Kunwar <bharat@stackhpc.com> wrote:
Where are you running this command?

On 5 Apr 2019, at 12:44, Ionut Biru <ionut@fleio.com> wrote:

Hello,

I was wondering if there is a way to set up the domain for template to use in order to have a FQDN hostname for all the vms that are part from the cluster
Currently the name is:  k8s-cluster-coreos-somerandomtext-minion-0 but i want something like  k8s-cluster-coreos-somerandomtext-minion-0.mydomain.net

I'm trying to resolve this:

helm install stable/wordpress
Error: forwarding ports: error upgrading connection: error dialing backend: dial tcp: lookup k8s-cluster-coreos-7pctbrnuykc6-minion-0 on 8.8.8.8:53: no such host