From 28422b9f6ccf033f0b9b6663ce32624bb905d56b Mon Sep 17 00:00:00 2001 From: repent Date: Mon, 21 Apr 2025 07:25:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E4=B8=8D=E6=B8=85=E6=99=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: repent --- .../\350\277\220\350\241\214\346\265\213\350\257\225pod.md" | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git "a/docs/zh/docs/Kubernetes/\350\277\220\350\241\214\346\265\213\350\257\225pod.md" "b/docs/zh/docs/Kubernetes/\350\277\220\350\241\214\346\265\213\350\257\225pod.md" index fc5508493..b8006ebb8 100644 --- "a/docs/zh/docs/Kubernetes/\350\277\220\350\241\214\346\265\213\350\257\225pod.md" +++ "b/docs/zh/docs/Kubernetes/\350\277\220\350\241\214\346\265\213\350\257\225pod.md" @@ -1,6 +1,5 @@ # 运行测试 pod - ## 配置文件 ```bash @@ -30,7 +29,7 @@ spec: ## 启动 pod -通过kubectl命令运行nginx。 +通过kubectl命令运行nginx.yaml文件。 ```bash $ kubectl apply -f nginx.yaml @@ -41,4 +40,3 @@ nginx-deployment-66b6c48dd5-6rnwz 1/1 Running 0 33s nginx-deployment-66b6c48dd5-9pq49 1/1 Running 0 33s nginx-deployment-66b6c48dd5-lvmng 1/1 Running 0 34s ``` - -- Gitee