[go: nahoru, domu]

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

kind_cluster.yaml containerPort default=32088 #1458

Merged
merged 1 commit into from
May 7, 2023
Merged
Show file tree
Hide file tree
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
make the kind_cluster.yaml containerPort same with above word descrip…
…tion

Signed-off-by: yanggang <gang.yang@daocloud.io>
  • Loading branch information
yanggang committed May 7, 2023
commit cb189f21dad6cbb1e2c2fa3d23a7a6b06c8ba1c0
2 changes: 1 addition & 1 deletion docs/en/docs/install/community/kind/online.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This page explains how to install DCE 5.0 Community Release online using a kind

1. Set up the `kind_cluster.yaml` configuration file.

Note that port 32000 in the cluster is exposed to port 8888 external to kind (you can modify it yourself). The configuration file example is as follows:
Note that port 32088 in the cluster is exposed to port 8888 external to kind (you can modify it yourself). The configuration file example is as follows:

```yaml title="kind_cluster.yaml"
apiVersion: kind.x-k8s.io/v1alpha4
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/docs/install/community/kind/online.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ precheck pass..

1. 设置 `kind_cluster.yaml` 配置文件。

注意,暴露集群内的 32000 端口到 kind 对外的 8888 端口(可自行修改),配置文件示例如下:
注意,暴露集群内的 32088 端口到 kind 对外的 8888 端口(可自行修改),配置文件示例如下:

```yaml title="kind_cluster.yaml"
apiVersion: kind.x-k8s.io/v1alpha4
Expand Down
Loading