Merge pull request #40152 from mengjiao-liu/sync-tasks-1.26
[zh-cn] sync task files of task-2pull/40186/head
commit
9472968c70
|
@ -2,7 +2,7 @@
|
|||
title: 为 Pod 配置用户名字空间
|
||||
reviewers:
|
||||
content_type: task
|
||||
weight: 160
|
||||
weight: 210
|
||||
min-kubernetes-server-version: v1.25
|
||||
---
|
||||
|
||||
|
@ -10,7 +10,7 @@ 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
|
||||
-->
|
||||
|
||||
|
|
|
@ -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
|
||||
-->
|
|
@ -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"},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "网络"
|
||||
weight: 160
|
||||
weight: 140
|
||||
description: 了解如何为你的集群配置网络。
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue