bright-fireman-42144
02/25/2023, 9:22 PM{
"Code": {
"Code": "NotFound",
"Status": 404
},
"Message": "<http://clusters.management.cattle.io|clusters.management.cattle.io> \"v1\" not found",
"Cause": null,
"FieldName": ""
}
and the UI shows: clusters.management.cattle.io "v1" not found
on my harvester master node a hv01:/home/rancher # kubectl api-resources | grep clusters.management.cattle.io/v1 does not produce any output
and a curl https://harvester.xxx.com/healthz
produces
curl: (60) SSL certificate problem: self-signed certificate in certificate chain
which is to be expected as cert management, especially an automated process with let's encrypt is not available.
Would anyone in the community have any ideas of where to look or next steps to begin to troubleshoot?