Hey,
I am trying to run replicated with an existing kubernetes cluster. I am able to apply the replicated.yml files but when I try to open the dashboard through an endpoint, I get the following error,
Any ideas?
Hey,
I am trying to run replicated with an existing kubernetes cluster. I am able to apply the replicated.yml files but when I try to open the dashboard through an endpoint, I get the following error,
Any ideas?
This means Replicated was unable to set up its underlying components that are required for proper operation. It is generally a sign of a networking issue between your containers, or a problem allocating filesystems. There are other things that can cause this issue as well. The best bet from here is to collect the logs for the replicated container and all of the retraced containers.
Check kubectl logs for all pods in the default namespace, especially Retraced containers. Watch for spinning or crashing pods with
kubectl get pods