Page cover image

Network Error ! ServerError: Response not successful: Received status code 503

Scenario

Viewing the resources under a cluster, may fail with error. Network Error ! ServerError: Response not successful: Received status code 503. This happens when you try to view the cluster resources immediately after registering the Cluster in gopaddle.

Network Error ! ServerError: Response not successful: Received status code 503

Solution

  1. Navigate to the cluster Home folder.

  2. Under the Installed Add Ons section, verify if the kubeagent-server is listed.

  1. Click on cluster Refresh option to refresh the discovered resources

Refresh the Cluster Page
  1. If the problem persists, then perform the below step to make sure the kubeagent pod is in running state.

    kubectl wait --for=condition=ready pod -l app=kubeagent -n gopaddle-servers

Last updated