Skip to content

Commit

Permalink
[zh]Sync /inject-data-application/define-command-argument-container.m…
Browse files Browse the repository at this point in the history
…d and stateless-application/expose-external-ip-address.md
  • Loading branch information
yyyhhhh committed Oct 27, 2023
1 parent d2d7be1 commit 990e120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -61,7 +61,7 @@ file for the Pod defines a command and two arguments:
-->
本示例中,将创建一个只包含单个容器的 Pod。在此 Pod 配置文件中设置了一个命令与两个参数:

{{< codenew file="pods/commands.yaml" >}}
{{% code_sample file="pods/commands.yaml" %}}

<!--
1. Create a Pod based on the YAML configuration file:
Expand Down
Expand Up @@ -57,7 +57,7 @@ external IP address.
-->
1. 在集群中运行 Hello World 应用程序:

{{< codenew file="service/load-balancer-example.yaml" >}}
{{% code_sample file="service/load-balancer-example.yaml" %}}

```shell
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
Expand Down

0 comments on commit 990e120

Please sign in to comment.