Trying to figure out why my kubernetes 1.16 cluster cannot be imported into Rancher 2.2.8. My cluster is running on ubuntu 18.04 on hyper-v.
The yaml generated by rancher to import an existing cluster still references extensions/v1beta1 for kind: Deployment and for kind: DaemonSet
After changing apiVersion: extensions/v1beta1 to app/v1 for Deployment and DaemonSet, it imported ok. It’s currently in a waiting state (waiting for API). The message in Rancher is:
This cluster is currently Waiting ; areas that interact directly with it will not be available until the API is ready.
Waiting for API to be available
Any idea on what I can do to help this along? I realize that the link I posted above may actually be telling me what to do…but I do not understand.
Thank you.