Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh]update content/zh/docs/tasks/tls/manual-rotation-of-ca-certificates.md #33552

Merged
merged 1 commit into from
May 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,15 @@ Configurations with a single API server will experience unavailability while the

1. Validate the logs from control plane components, along with the kubelet and the
kube-proxy are not throwing any tls errors, see
[looking at the logs](/docs/tasks/debug-application-cluster/debug-cluster/#looking-at-logs).
[looking at the logs](/docs/tasks/debug/debug-cluster/#looking-at-logs).

1. Validate logs from any aggregated api servers and pods using in-cluster config.
-->
10. 验证集群的功能正常

1. 验证控制面组件的日志,以及 `kubelet` 和 `kube-proxy` 的日志,确保其中没有
抛出 TLS 错误,参阅
[查看日志](/zh/docs/tasks/debug-application-cluster/debug-cluster/#looking-at-logs).
[查看日志](/zh/docs/tasks/debug/debug-cluster/#looking-at-logs).

2. 验证被聚合的 API 服务器的日志,以及所有使用集群内配置的 Pod 的日志。

Expand Down