From f8d17b4ce203e2d3a7084a302c7035fbadebb7dc Mon Sep 17 00:00:00 2001 From: xin gu <418294249@qq.com> Date: Tue, 7 Jan 2025 16:06:03 +0800 Subject: [PATCH] sync web-ui-dashboard configure-upgrade-etcd debug-running-pod --- .../access-application-cluster/web-ui-dashboard.md | 10 +++++----- .../tasks/administer-cluster/configure-upgrade-etcd.md | 4 ++-- .../tasks/debug/debug-application/debug-running-pod.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard.md b/content/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard.md index ccd98a59ccfe5..910c383ee7501 100644 --- a/content/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/content/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -115,18 +115,18 @@ by running the following command: 你可以使用 `kubectl` 命令行工具来启用 Dashboard 访问,命令如下: ``` -kubectl proxy +kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443 ``` -kubectl 会使得 Dashboard 可以通过 [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/) 访问。 +kubectl 会使得 Dashboard 可以通过 [https://localhost:8443](https://localhost:8443) 访问。 -UI **只能**通过执行这条命令的机器进行访问。更多选项参见 `kubectl proxy --help`。 +UI **只能**通过执行这条命令的机器进行访问。更多选项参见 `kubectl port-forward --help`。 {{< note >}} -etcd 支持从 [major.minor](http://semver.org/) 或其他不同 patch 版本的 etcd 进程中获取的快照进行恢复。 +etcd 支持从 [major.minor](https://semver.org/) 或其他不同 patch 版本的 etcd 进程中获取的快照进行恢复。 还原操作用于恢复失败的集群的数据。 ### 应用自定义配置 {#custom-profile} -{{< feature-state for_k8s_version="v1.31" state="beta" >}} +{{< feature-state for_k8s_version="v1.32" state="stable" >}}