[00:01] bdx: there is an extra SANS section to the cert that you can specify. you will have to look at the code, but you may be able to insert the fqdn in the extra sans (if it is not already). [00:05] bdx: to view the cert you can run a command to introspect the certificate or key. [00:05] openssl x509 -text -in /usr/local/share/ca-certificates/easyrsa.crt [00:09] bdx: The section you want to look for is X509v3 Subject Alternative Name [00:10] openssl x509 -text -in /var/lib/juju/agents/unit-easyrsa-0/charm/EasyRSA-3.0.1/pki/issued/kubernetes-master_0.crt [00:11] mbruzek: so, I was able to get my fqdn into the certs by specifying it here https://jujucharms.com/u/containers/kubernetes-master/11#charm-config-dns_domain, then just setting the A record pointing to the master to kubernetes.mydomain.com [00:11] oh yeah [00:11] That [00:12] the kubernetes charm will append the dns_name config to "kubernetes." [00:12] Do that then! [00:12] mbruzek: I did, but then I was still blocked by "unauthorized authority" error .... then I found the '--ssl-verify' option [00:13] which I set to false [00:14] and I now seem to be able to reach the endpoint successfully, but hit another trapped door :/ [00:15] https://imgur.com/a/6IMya [00:19] mbruzek: thanks for your insight there [00:50] stokachu: Hi, conjure-up imports ubuntu .root.tar.gz images for novakvm, shouldn't it be ubuntu -disk1.img? [00:50] https://github.com/conjure-up/spells/blob/master/openstack-base/steps/share/glance.sh [00:51] https://jujucharms.com/openstack-base/ [00:52] or is it the lxd images will work on kvm machines as well? === ken is now known as Guest85087 === ayan is now known as GoosGoarch [20:10] NUDNO