curved-baker-5639
08/31/2022, 12:08 PMRancher faced an issue (CONFLICT) during the deployment of server: [...] info: an <http://apps.catalog.cattle.io|apps.catalog.cattle.io> already exists with ID [...] in namespace [...]"}
I think the bit up to “info” comes from their code, so it’s just expressing a 409 I guess. I checked the app.catalog.cattle.io crd and it exists. What’s interesting is when I visit v3/project/[project]/apps
I see a list of apps, but when they try to upgrade one, they get that error and the app disappears from that list[WARNING] Error: Kubernetes cluster unreachable: unknown
and a similar condition on the app
{
"lastUpdateTime": "2022-08-31T12:16:18Z",
"message": "failed to install app [...]. Error: Kubernetes cluster unreachable: unknown\n",
"reason": "Error",
"status": "False",
"type": "Installed"
}