Hi,
I deployed Xena using kolla-ansible. Then I deployed Magnum, then created a kubernetes template with --dns-nameserver ip_of_my_dns_server
That dns server does not get pushed into the master instance, and I get :
Apr 07 13:57:32 k8simplekubf34-bnczkwda7z5d-master-0 podman[2153]: Authorization failed: Unable to establish connection to https://dash.cloud.example.local:5000/v3/auth/tokens
Apr 07 13:57:32 k8simplekubf34-bnczkwda7z5d-master-0 podman[2153]: Source [heat] Unavailable.
Apr 07 13:57:32 k8simplekubf34-bnczkwda7z5d-master-0 podman[2153]: /var/lib/os-collect-config/local-data not found. Skipping
In the master's /etc/resolv.conf I have google's dns 8.8.8.8
I am using fedora-core 34 for my cluster.
Regards.