Error on arm device installation k3s #7830
Replies: 3 comments 4 replies
-
You haven't shown any logs from the actual pods that would indicate why they're crashing. Just showing that they are crashing doesn't provide enough information, you'd need to look at the pod logs (and possibly the containerd logs as well) to see why they're crashing. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ignore the
Something is causing basic filesystem operations in these pods to get |
Beta Was this translation helpful? Give feedback.
-
My server is an arm server, and the operating system is kylin-v10-server. When using binary packages for configuration and installation, using k3s kubectl get pod -A, the following error will appear first: E0627 13:29:52.544532 29764 memcache.go:287 ] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
When viewing pods, it is found that the status of 3 pods is CrashLoopBackOffCrashLoopBackOff. Through describe, you can see the pod Events log where metrics-server is located as follows:
What is the solution?
Beta Was this translation helpful? Give feedback.
All reactions