> For the complete documentation index, see [llms.txt](https://liujinye.gitbook.io/kubernetes-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting.md).

# troubleshooting

- [coredns service 连接超时(connection timed out; no servers could be reached)](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/coredns-service-lian-jie-chao-shi-connection-timed-out-no-servers-could-be-reached.md)
- [etcdDatabaseHighFragmentationRatio 异常处理](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/etcddatabasehighfragmentationratio-yi-chang-chu-li.md)
- [helm更新服务报错提示statefulset更新是被禁止的](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/helm-geng-xin-fu-wu-bao-cuo-ti-shi-statefulset-geng-xin-shi-bei-jin-zhi-de.md)
- [k8s如果防止容器中出现僵尸进程](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/k8s-ru-guo-fang-zhi-rong-qi-zhong-chu-xian-jiang-shi-jin-cheng.md)
- [kubevirt api server 证书过期问题导致openshfit调度异常](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/kubevirtapiserver-zheng-shu-guo-qi-dao-zhi-ocp-tiao-du-yi-chang.md)
- [macOS Chrome访问https://registry-console-default.appsxxx.xxx.xxx/页面显示ERR\_CERT\_INVALID，且不能点继续](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/macoschrome-fang-wen-https-ye-mian-xian-shi-errcertinvalid-qie-bu-neng-dian-ji-xu.md)
- [master 主机df 卡死](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/master-zhu-ji-df-ka-si-gu-zhang-chu-li.md)
- [openshift project Terminaing处理](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/openshiftprojectterminaing-chu-li.md)
- [OpenShift Docker Registry 500](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/openshiftregistry500-cuo-wu.md)
- [解决openshift3.11 node NotReady csr Pending](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/openshift3.11-node-notready-csr-pending.md)
- [openshift3.11-pvc-delete-Terminating-hang](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/openshift3.11-pvc-delete-terminating-hang.md)
- [openshift3.11清理Terminating 状态project](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/openshift3.11-qing-li-terminating-zhuang-tai-project.md)
- [pod pending event报错cni无可用IP](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/podpendingevent-bao-cuo-cni-wu-ke-yong-ip.md)
- [ucloud环境开启selinux后/var/log/messages不能写入问题](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/ucloud-huan-jing-kai-qi-selinux-hou-varlogmessages-bu-neng-xie-ru-wen-ti.md)
- [ucloud环境开启selinux](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/ucloud-huan-jing-kai-qi-selinux-dao-zhi-wang-luo-bu-tong-wen-ti.md)
- [解决openshift3.11不能下载redhat registry.access.redhat.com中镜像问题](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/jie-jue-openshift3.11-bu-neng-xia-zai-redhat-registry.access.redhat.com-zhong-jing-xiang-wen-ti.md)
- [证书未过期但是报NET::ERR\_CERT\_AUTHORITY\_INVALID证书错误处理](https://liujinye.gitbook.io/kubernetes-docs/troubleshooting/zheng-shu-wei-guo-qi-dan-shi-bao-neterrcertauthorityinvalid-zheng-shu-cuo-wu-chu-li.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://liujinye.gitbook.io/kubernetes-docs/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
