-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CrashLoopBackOff pods after 'apply k8s' #2077
Comments
@dpaks +1 the same problem |
Can you give a +1 for the issue, so that this question catch dev attention? |
@dpaks
|
@royxue Yes, you're right. This doesn't have anything to do with Kubeflow. In my case, the pods were not able to reach outside the subnet. After resolving that, things worked fine. |
Client Version: v1.13.0, GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: v1.13.0, GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
OS: Ubuntu 18
ksonnet version: 0.13.1
jsonnet version: v0.11.2
client-go version: kubernetes-1.10.4
argo: v2.2.1
kubeflow: v0.3.4
Env: A single node cluster using kubeadm
After issuing ${KUBEFLOW_SRC}/scripts/kfctl.sh apply k8s, I happen to see that few of the pods are in CrashLoopBackOff state.
kubeflow ambassador-9f48fcc6c-lfcxg 2/3 CrashLoopBackOff 39 3h21m
kubeflow ambassador-9f48fcc6c-lz7xn 2/3 CrashLoopBackOff 39 3h21m
kubeflow ambassador-9f48fcc6c-xd27x 2/3 CrashLoopBackOff 39 3h21m
kubeflow ml-pipeline-65dbcdc844-jmtjx 0/1 CrashLoopBackOff 30 3h20m
kubeflow ml-pipeline-persistenceagent-69bd5876df-nz9mg 0/1 CrashLoopBackOff 29 3h20m
kubeflow vizier-core-7ccdc5577-w92wk 0/1 CrashLoopBackOff 30 3h19m
There are no logs for them. When I described ambassador pod, I got the following.
Events:
Type Reason Age From Message
Warning BackOff 116s (x833 over 3h17m) kubelet, ubuntu-3 Back-off restarting failed container
Many solutions that I found online suggested adding a command to the docker yaml. Should I do as suggested or shall I ignore this issue?
The text was updated successfully, but these errors were encountered: