File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/tutorials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ Pod runs a Container based on the provided Docker image.
205
205
<!--
206
206
{{< note >}}For more information about `kubectl`commands, see the [kubectl overview](/docs/user-guide/kubectl-overview/).{{< /note >}}
207
207
-->
208
- {{< note >}}有关 kubectl 命令的更多信息,请参阅 [kubectl 概述](/zh/docs/user-guide/kubectl-overview/)。{{< /note >}}
208
+ {{< note >}}有关 kubectl 命令的更多信息,请参阅 [kubectl 概述](/zh/docs/user-guide/kubectl-overview/)。{{< /note >}}
209
209
210
210
<!--
211
211
## Create a Service
@@ -261,7 +261,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/).
261
261
the `LoadBalancer` type makes the Service accessible through the `minikube service`
262
262
command.
263
263
-->
264
- 在支持负载均衡器的云服务提供商上,将提供一个外部 IP 来访问该服务。在 Minikube 上,`LoadBalancer` 使得服务可以通过命令 `minikube service` 访问。
264
+ 在支持负载均衡器的云服务提供商上,将提供一个外部 IP 来访问该服务。在 Minikube 上,`LoadBalancer` 使得服务可以通过命令 `minikube service` 访问。
265
265
266
266
<!--
267
267
3. Run the following command:
You can’t perform that action at this time.
0 commit comments