You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then the following error was dumped repeatedly
I0528 23:52:02.142519 42339 clustercontroller.go:127] Failed to create cluster client, err: unexpected: POD_NAMESPACE env var returned empty string
I0528 23:52:02.142525 42339 clustercontroller.go:165] Failed to Get the status of cluster: cluster179
something wrong in clustercontroller.go make the controller manager failed to get the latest cluster status, this impact other controllers like service controller which depends on the status of clusters.
The workaround is to manually call cluster status update api to update the cluster to ready, then service controller will work properly.
example:
sent put request to the cluster status api like localhost:8080/apis/federation/v1alpha1/clusters/cluster179/status
with the following body.
When I create cluster with last master branch, by post request to federation apiserver, I got the following error logs
and then the following error was dumped repeatedly
something wrong in clustercontroller.go make the controller manager failed to get the latest cluster status, this impact other controllers like service controller which depends on the status of clusters.
The workaround is to manually call cluster status update api to update the cluster to ready, then service controller will work properly.
example:
sent put request to the cluster status api like localhost:8080/apis/federation/v1alpha1/clusters/cluster179/status
with the following body.
The text was updated successfully, but these errors were encountered: