Skip to content

Commit e490e4d

Browse files
author
Mengjiao Liu
committed
[zh-cn] sync task files of task-2
1 parent fba8c35 commit e490e4d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/zh-cn/docs/tasks/configure-pod-container/user-namespaces.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: 为 Pod 配置用户名字空间
33
reviewers:
44
content_type: task
5-
weight: 160
5+
weight: 210
66
min-kubernetes-server-version: v1.25
77
---
88

99
<!--
1010
title: Use a User Namespace With a Pod
1111
reviewers:
1212
content_type: task
13-
weight: 160
13+
weight: 210
1414
min-kubernetes-server-version: v1.25
1515
-->
1616

Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "管理 Kubernetes 对象"
3-
weight: 25
3+
weight: 50
44
description: 用声明式和命令式范型与 Kubernetes API 交互。
55
---
66

77
<!--
88
title: "Manage Kubernetes Objects"
99
description: Declarative and imperative paradigms for interacting with the Kubernetes API.
10-
weight: 25
10+
weight: 50
1111
-->

content/zh-cn/docs/tasks/manage-kubernetes-objects/declarative-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ kind: Deployment
763763
metadata:
764764
annotations:
765765
# ...
766-
# 注解中包含更新后的 image,nginx 1.16.1,
767-
# 但不包含更新后的 replicas
766+
# 注解中包含更新后的镜像 nginx 1.16.1,
767+
# 但是其中并不包含更改后的 replicas 值 2
768768
kubectl.kubernetes.io/last-applied-configuration: |
769769
{"apiVersion":"apps/v1","kind":"Deployment",
770770
"metadata":{"annotations":{},"name":"nginx-deployment","namespace":"default"},
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "网络"
3-
weight: 160
3+
weight: 140
44
description: 了解如何为你的集群配置网络。
55
---

0 commit comments

Comments
 (0)