Debug logging which fails to query the cloud when trying to run add-k8s: Ubuntu Pastebin
Because of that failure, I added the cloud with: juju add-k8s k8s --storage=rbd.csi.ceph.com --cloud=bos01 --region=bos01
I’ve provided kubectl get all --all-namespaces above in the original post. Since the controller can’t bootstrap there isn’t a k8s-model name space at all. The repeated error is juju saying it can’t find the DNS service which you’ll see is running in the above kubectl output.
I can describe any/all of the pods, sc,pv,pvc as well if there’s something in specific that I miss let me know.
Here are the sc,pv,pvc: Ubuntu Pastebin
Here is the describe output: Ubuntu Pastebin
It appears that all of the services and pods are running, and ceph storage is available. I’m not clear why juju can’t add-k8s itself and maybe manually adding as I did masked the actual root issue.
I’ve redeployed, removed the manually added add-k8s (which is where all of this output is from) but as before add-k8s fails.