Skip to content

Commit

Permalink
Merge pull request kubernetes#43706 from yyyhhhh/my_demo_branch
Browse files Browse the repository at this point in the history
[zh]Sync /inject-data-application/define-command-argument-container.m…
  • Loading branch information
k8s-ci-robot authored Oct 27, 2023
2 parents 956109a + 990e120 commit 6face83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 6face83

Please sign in to comment.