Merge pull request #49316 from asa3311/sync-zh-164
[zh] sync web-ui-dashboard configure-upgrade-etcd debug-running-podupdate-schedule
commit
4faf8d8207
|
@ -115,18 +115,18 @@ by running the following command:
|
||||||
你可以使用 `kubectl` 命令行工具来启用 Dashboard 访问,命令如下:
|
你可以使用 `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 >}}
|
{{< note >}}
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -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
|
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
|
different patch version of etcd is also supported. A restore operation is
|
||||||
employed to recover the data of a failed cluster.
|
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 进程中获取的快照进行恢复。
|
||||||
还原操作用于恢复失败的集群的数据。
|
还原操作用于恢复失败的集群的数据。
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -1029,7 +1029,7 @@ kubectl delete pod myapp
|
||||||
-->
|
-->
|
||||||
### 应用自定义配置 {#custom-profile}
|
### 应用自定义配置 {#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,
|
You can define a partial container spec for debugging as a custom profile in either YAML or JSON format,
|
||||||
|
|
Loading…
Reference in New Issue