Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request kubernetes#40152 from mengjiao-liu/sync-tasks-1.26
Browse files Browse the repository at this point in the history
[zh-cn] sync task files of  task-2
  • Loading branch information
k8s-ci-robot authored Mar 21, 2023
2 parents fba8c35 + e490e4d commit 9472968
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: 为 Pod 配置用户名字空间
reviewers:
content_type: task
weight: 160
weight: 210
min-kubernetes-server-version: v1.25
---

<!--
title: Use a User Namespace With a Pod
reviewers:
content_type: task
weight: 160
weight: 210
min-kubernetes-server-version: v1.25
-->

Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/docs/tasks/manage-kubernetes-objects/_index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "管理 Kubernetes 对象"
weight: 25
weight: 50
description: 用声明式和命令式范型与 Kubernetes API 交互。
---

<!--
title: "Manage Kubernetes Objects"
description: Declarative and imperative paradigms for interacting with the Kubernetes API.
weight: 25
weight: 50
-->
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,8 @@ kind: Deployment
metadata:
annotations:
# ...
# 注解中包含更新后的 image,nginx 1.16.1,
# 但不包含更新后的 replicas
# 注解中包含更新后的镜像 nginx 1.16.1,
# 但是其中并不包含更改后的 replicas 值 2
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment",
"metadata":{"annotations":{},"name":"nginx-deployment","namespace":"default"},
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/docs/tasks/network/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "网络"
weight: 160
weight: 140
description: 了解如何为你的集群配置网络。
---

0 comments on commit 9472968

Please sign in to comment.