mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Update missing Chinese translation about troubleshooting and RK API for latest and v2.8 (#1203)
* Update missing chinese translation about troubleshooting and RK API for latest * Update missing chinese translation about troubleshooting and RK API for v2.8
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: Kubernetes 组件
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/zh/troubleshooting/kubernetes-components"/>
|
||||
</head>
|
||||
|
||||
本文列出的命令和步骤适用于 [Rancher 启动的 Kubernetes](../../how-to-guides/new-user-guides/launch-kubernetes-with-rancher/launch-kubernetes-with-rancher.md) 集群上的核心 Kubernetes 组件。
|
||||
|
||||
本文包括以下类别的故障排除提示:
|
||||
|
||||
- [etcd 节点故障排除](troubleshooting-etcd-nodes.md)
|
||||
- [Controlplane 节点故障排除](troubleshooting-controlplane-nodes.md)
|
||||
- [nginx-proxy 节点故障排除](troubleshooting-nginx-proxy.md)
|
||||
- [Worker 节点和通用组件故障排除](troubleshooting-worker-nodes-and-generic-components.md)
|
||||
|
||||
## Kubernetes 组件图
|
||||
|
||||
<br/>
|
||||
<sup>线条表示组件之间的通信。而颜色纯粹用于视觉辅助。</sup>
|
||||
+4
-7
@@ -2,6 +2,10 @@
|
||||
title: etcd 节点故障排除
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/zh/troubleshooting/kubernetes-components/troubleshooting-etcd-nodes"/>
|
||||
</head>
|
||||
|
||||
本文介绍了对具有 `etcd` 角色的节点进行故障排除的命令和提示。
|
||||
|
||||
|
||||
@@ -47,13 +51,6 @@ docker logs etcd
|
||||
docker exec etcd etcdctl member list
|
||||
```
|
||||
|
||||
输出示例:
|
||||
```
|
||||
xxx, started, etcd-xxx, https://IP:2380, https://IP:2379,https://IP:4001
|
||||
xxx, started, etcd-xxx, https://IP:2380, https://IP:2379,https://IP:4001
|
||||
xxx, started, etcd-xxx, https://IP:2380, https://IP:2379,https://IP:4001
|
||||
```
|
||||
|
||||
### 检查端点状态
|
||||
|
||||
`RAFT TERM` 的值应该是相等的,而且 `RAFT INDEX` 相差不能太大。
|
||||
|
||||
Reference in New Issue
Block a user