Skip to content

Commit 6face83

Browse files
authored
Merge pull request #43706 from yyyhhhh/my_demo_branch
[zh]Sync /inject-data-application/define-command-argument-container.m…
2 parents 956109a + 990e120 commit 6face83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/zh-cn/docs/tasks/inject-data-application/define-command-argument-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ file for the Pod defines a command and two arguments:
6161
-->
6262
本示例中,将创建一个只包含单个容器的 Pod。在此 Pod 配置文件中设置了一个命令与两个参数:
6363

64-
{{< codenew file="pods/commands.yaml" >}}
64+
{{% code_sample file="pods/commands.yaml" %}}
6565

6666
<!--
6767
1. Create a Pod based on the YAML configuration file:

content/zh-cn/docs/tutorials/stateless-application/expose-external-ip-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ external IP address.
5757
-->
5858
1. 在集群中运行 Hello World 应用程序:
5959

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

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

0 commit comments

Comments
 (0)