Merge pull request #40158 from SSmallMonster/sync-15-4
[zh-cn] sync task files of task-15pull/40176/head^2
commit
e602858012
|
@ -1,5 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "管理 Secrets"
|
title: "管理 Secrets"
|
||||||
weight: 28
|
weight: 60
|
||||||
description: 使用 Secrets 管理机密配置数据。
|
description: 使用 Secrets 管理机密配置数据。
|
||||||
---
|
---
|
||||||
|
<!--
|
||||||
|
title: "Managing Secret"
|
||||||
|
weight: 60
|
||||||
|
description: Managing confidential settings data using Secrets.
|
||||||
|
-->
|
|
@ -363,4 +363,3 @@ kubectl delete secret mysecret
|
||||||
- 进一步阅读 [Secret 概念](/zh-cn/docs/concepts/configuration/secret/)
|
- 进一步阅读 [Secret 概念](/zh-cn/docs/concepts/configuration/secret/)
|
||||||
- 了解如何[使用 `kubectl` 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
- 了解如何[使用 `kubectl` 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
|
||||||
- 了解如何[使用 kustomize 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
- 了解如何[使用 kustomize 管理 Secret](/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kustomize/)
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
title: 监控、日志和调试
|
title: 监控、日志和调试
|
||||||
description: 设置监控和日志记录以对集群进行故障排除或调试容器化应用程序。
|
description: 设置监控和日志记录以对集群进行故障排除或调试容器化应用程序。
|
||||||
weight: 20
|
weight: 40
|
||||||
content_type: concept
|
content_type: concept
|
||||||
no_list: true
|
no_list: true
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
title: "Monitoring, Logging, and Debugging"
|
title: "Monitoring, Logging, and Debugging"
|
||||||
description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
|
description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
|
||||||
weight: 20
|
weight: 40
|
||||||
reviewers:
|
reviewers:
|
||||||
- brendandburns
|
- brendandburns
|
||||||
- davidopp
|
- davidopp
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "给应用注入数据"
|
title: "给应用注入数据"
|
||||||
weight: 30
|
weight: 70
|
||||||
description: 给你的工作负载 Pod 指定配置和其他数据。
|
description: 给你的工作负载 Pod 指定配置和其他数据。
|
||||||
---
|
---
|
||||||
|
<!--
|
||||||
|
title: "Inject Data Into Applications"
|
||||||
|
description: Specify configuration and other data for the Pods that run your workload.
|
||||||
|
weight: 70
|
||||||
|
-->
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "运行 Jobs"
|
title: "运行 Jobs"
|
||||||
weight: 50
|
weight: 90
|
||||||
description: 使用并行处理运行 Jobs。
|
description: 使用并行处理运行 Jobs。
|
||||||
---
|
---
|
||||||
|
<!--
|
||||||
|
title: "Run Jobs"
|
||||||
|
description: Run Jobs using parallel processing.
|
||||||
|
weight: 90
|
||||||
|
-->
|
||||||
|
|
Loading…
Reference in New Issue