File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh/docs/tutorials/stateless-application Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ external IP address.
86
86
[Pods](/docs/concepts/workloads/pods/pod/),
87
87
each of which runs the Hello World application.
88
88
-->
89
- 前面的命令创建一个 [Deployment](/zh/docs/concepts/workloads/controllers/deployment/)
90
- 对象和一个关联的 [ReplicaSet](/zh/docs/concepts/workloads/controllers/replicaset/)对象。
91
- ReplicaSet 有五个 [Pod](/zh/docs/concepts/workloads/pods/pod/),每个都运行 Hello World 应用程序。
89
+ 前面的命令创建一个 [ Deployment] ( /zh/docs/concepts/workloads/controllers/deployment/ )
90
+ 对象和一个关联的 [ ReplicaSet] ( /zh/docs/concepts/workloads/controllers/replicaset/ ) 对象。
91
+ ReplicaSet 有五个 [ Pod] ( /zh/docs/concepts/workloads/pods/pod/ ) ,每个都运行 Hello World 应用程序。
92
92
93
93
<!--
94
94
1. Display information about the Deployment:
You can’t perform that action at this time.
0 commit comments