late-vase-67994
03/09/2021, 6:09 PM<https://github.com/rancher/rancher/issues/18832>
kubectl -n cattle-system patch deployments cattle-cluster-agent --patch '{
"spec": {
"template": {
"spec": {
"hostAliases": [
{
"hostnames":
[
"rancher.dev.test"
],
"ip": "NODE_IP_ADRESS"
}
]
}
}
}
}'
After I did this, the cluster was picked up and I could launch deployments from Rancher. But I have the attached image error.
My environment:
-Running of Google Cloud using Ubuntu 20.04.
-I have enabled add-ons in microk8s- helm3, dns