Hello,Yes, I can. That's why I think I need the names to have a FQDN.»» kubectl apply -f https://k8s.io/examples/pods/init-containers.yamlpod/init-demo created»» kubectl get pod init-demoNAME READY STATUS RESTARTS AGEinit-demo 0/1 PodInitializing 0 9s»» kubectl get pod init-demoNAME READY STATUS RESTARTS AGEinit-demo 0/1 PodInitializing 0 12s»» kubectl get pod init-demoNAME READY STATUS RESTARTS AGEinit-demo 1/1 Running 0 20s»» kubectl exec -it init-demo -- /bin/bashError from server: error dialing backend: dial tcp: lookup k8s-cluster-coreos-uddxvspsxcon-minion-0 on 8.8.8.8:53: no such hostOn 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 clusterCurrently the name is: k8s-cluster-coreos-somerandomtext-minion-0 but i want something like k8s-cluster-coreos-somerandomtext-minion-0.mydomain.netI'm trying to resolve this:helm install stable/wordpressError: 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