fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Deployments are shown in orphaned state in Fleet UI

Open preethignanesh opened this issue 2 years ago • 1 comments

I have been using Fleet for CD and have created a git repo to monitor. I have added my k8s resource yamls files and have observed that they did get deployed into my k8s cluster. But in the UI, I see 2 of my deployments in Orphaned state. But on my k8s cluster, when I do kubeclt get deployment I see that the deployment is up and running -

[opc@wls0701-admin ~]$ k get deploy -n hello-helidon NAME READY UP-TO-DATE AVAILABLE AGE hello-helidon-deployment 1/1 1 1 23h hello-helidon-deployment-v2 1/1 1 1 23h Due to this the cluster ready state is 0/1. Why does the deployment show as orphaned state ?

Screenshot 2022-07-12 at 12 12 01 PM

Rancher version - v2.5.9-20211209021347-2e57ce2a4

preethignanesh avatar Jul 26 '22 07:07 preethignanesh