https://rancher.com/ logo
p

polite-forest-41591

07/12/2022, 8:10 AM
Hi Team, 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 ?
t

tall-school-18125

07/14/2022, 4:40 AM
@busy-ability-54059 do you know why an active deployment could show as orphaned?
b

busy-ability-54059

07/14/2022, 8:41 AM
Not really @tall-school-18125 🤔 would have to dig into the code to check if the
deployments
state has some special parsing involved
9 Views