NVIDIA / cloud-native-stack

Run cloud native workloads on NVIDIA GPUs
Apache License 2.0
119 stars 47 forks source link

Failed to init kubeadm #7

Closed jewhe93 closed 3 years ago

jewhe93 commented 3 years ago

I am following exactly the steps from the guide https://github.com/NVIDIA/egx-platform/blob/master/install-guides/Jetson_Xavier_NX_v2.0.md

I failed at this command:

sudo kubeadm init --pod-network-cidr=10.244.0.0/16

I did try with sudo kubeadm reset -fbut the error is still same. Any clue that what is the problem?

output: [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" I0524 18:07:42.638020 13185 local.go:69] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml" I0524 18:07:42.638133 13185 waitcontrolplane.go:80] [wait-control-plane] Waiting for the API server to be healthy [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s [kubelet-check] Initial timeout of 40s passed.

Unfortunately, an error has occurred: timed out waiting for the condition

This error is likely caused by:

If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:

Additionally, a control plane component may have crashed or exited when started by the container runtime. To troubleshoot, list all containers using your preferred container runtimes CLI, e.g. docker. Here is one example how you may list all Kubernetes containers running in docker:

jewhe93 commented 3 years ago

found out replacing a new SD card the whole setup went smoothly.