Quick background:
Rancher 2.6.9 in a 3-node RKE cluster. Provisioned an EKS cluster in Amazon AWS, but due to network configuration issues it never succeeded. I added the cluster to Rancher (using the cloud credentials & selected the cluster from a list in the UI) and it never fully finished adding the cluster (cattle-cluster-agent was never able to talk back to Rancher).
No way to delete the cluster inside the UI because it wasn’t fully provisioned yet. I found the clusters.v3.management.cattle.io object which had a reference to the new cluster, and I deleted it. That finally removed the cluster from the UI.
However, since then, I occasionally find a couple entries in the list-
(blue)Removing - Resource scheduled for deletion - Kubernetes Version Unknown
(blue)Reconciling - Kubernetes Version Unknown
When I hit CTRL+R to reload the rancher UI, these entries disappear. But they always come back.
Is there a stuck reference to this old cluster somewhere in the rancher-hosting RKE environment I should look for & delete?