Merge branch 'main' into release/v2.7.2

This commit is contained in:
Marty Hernandez Avedon
2023-04-10 16:17:10 -04:00
committed by GitHub
46 changed files with 7177 additions and 1124 deletions
@@ -18,7 +18,7 @@ title: 部署带有 Ingress 的工作负载
1. 单击**创建**。
1. 点击 **Deployment**。
1. 为工作负载设置**名称**。
1. 在 **Docker 镜像**字段中,输入 `rancher/hello-world`。注意区分大小写。
1. 在**容器镜像**字段中,输入 `rancher/hello-world`。注意区分大小写。
1. 在 `Service Type` 点击 **Add Port** 和 `Cluster IP`,并在 **Private Container Port** 字段中输入`80`。你可以将 `Name` 留空或指定名称。通过添加端口,你可以访问集群内外的应用。有关详细信息,请参阅 [Service](../../../pages-for-subheaders/workloads-and-pods.md#services)。
1. 单击**创建**。