Skip to content

Commit

Permalink
Merge pull request #49316 from asa3311/sync-zh-164
Browse files Browse the repository at this point in the history
[zh] sync web-ui-dashboard configure-upgrade-etcd debug-running-pod
k8s-ci-robot authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 9f2292a + f8d17b4 commit 4faf8d8
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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 will make Dashboard available at [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 will make Dashboard available at [https://localhost:8443](https://localhost:8443).
-->
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) 访问。

<!--
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl port-forward --help` for more options.
-->
UI **只能**通过执行这条命令的机器进行访问。更多选项参见 `kubectl proxy --help`
UI **只能**通过执行这条命令的机器进行访问。更多选项参见 `kubectl port-forward --help`

{{< note >}}
<!--
Original file line number Diff line number Diff line change
@@ -724,11 +724,11 @@ restoration, critical components will lose leader lock and restart themselves.

<!--
etcd supports restoring from snapshots that are taken from an etcd process of
the [major.minor](http://semver.org/) version. Restoring a version from a
the [major.minor](https://semver.org/) version. Restoring a version from a
different patch version of etcd is also supported. A restore operation is
employed to recover the data of a failed cluster.
-->
etcd 支持从 [major.minor](http://semver.org/) 或其他不同 patch 版本的 etcd 进程中获取的快照进行恢复。
etcd 支持从 [major.minor](https://semver.org/) 或其他不同 patch 版本的 etcd 进程中获取的快照进行恢复。
还原操作用于恢复失败的集群的数据。

<!--
Original file line number Diff line number Diff line change
@@ -1029,7 +1029,7 @@ kubectl delete pod myapp
-->
### 应用自定义配置 {#custom-profile}

{{< feature-state for_k8s_version="v1.31" state="beta" >}}
{{< feature-state for_k8s_version="v1.32" state="stable" >}}

<!--
You can define a partial container spec for debugging as a custom profile in either YAML or JSON format,

0 comments on commit 4faf8d8

Please sign in to comment.