# 排查k8s问题

1.看日志

```
systemctl status kubelet.service -l
```

查看详细内容

```
 journalctl -xefu kubelet
```

2.卸载k8s管理组件

```
yum erase -y kubelet kubectl kubeadm kubernetes-cni
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiangrens-organization.gitbook.io/qkd90/rong-qi-hua-ji-shu/k8s-yun-yuan-sheng-shi-zhan/pai-cha-k8s-wen-ti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
