Merge pull request #34367 from Sea-n/zh-rm-approvers

[zh] Remove approvers for localized files
This commit is contained in:
Kubernetes Prow Robot 2022-06-17 21:32:02 -07:00 committed by GitHub
commit f9c092c788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 21 deletions

View File

@ -1,13 +1,8 @@
--- ---
approvers:
- erictune
- lavalamp
- deads2k
- liggitt
title: 使用 ABAC 鉴权 title: 使用 ABAC 鉴权
content_type: concept content_type: concept
weight: 80
--- ---
<!-- <!--
reviewers: reviewers:
- erictune - erictune
@ -67,7 +62,7 @@ properties:
- `/foo/*` matches all subpaths of `/foo/`. - `/foo/*` matches all subpaths of `/foo/`.
- `readonly`, type boolean, when true, means that the Resource-matching policy only applies to get, list, and watch operations, Non-resource-matching policy only applies to get operation. - `readonly`, type boolean, when true, means that the Resource-matching policy only applies to get, list, and watch operations, Non-resource-matching policy only applies to get operation.
--> -->
## 策略文件格式 ## 策略文件格式 {#policy-file-format}
基于 `ABAC` 模式,可以这样指定策略文件 `--authorization-policy-file=SOME_FILENAME` 基于 `ABAC` 模式,可以这样指定策略文件 `--authorization-policy-file=SOME_FILENAME`
@ -141,7 +136,7 @@ To permit a user to do anything, write a policy with the apiGroup, namespace,
resource, and nonResourcePath properties set to `"*"`. resource, and nonResourcePath properties set to `"*"`.
--> -->
## 鉴权算法 ## 鉴权算法 {#authorization-algorithm}
请求具有与策略对象的属性对应的属性。 请求具有与策略对象的属性对应的属性。
@ -267,7 +262,7 @@ system:serviceaccount:<namespace>:<serviceaccountname>
--> -->
[完整文件示例](https://releases.k8s.io/{{< param "fullversion" >}}/pkg/auth/authorizer/abac/example_policy_file.jsonl) [完整文件示例](https://releases.k8s.io/{{< param "fullversion" >}}/pkg/auth/authorizer/abac/example_policy_file.jsonl)
## 服务帐户的快速说明 ## 服务帐户的快速说明 {#a-quick-note-on-service-accounts}
服务帐户自动生成用户。用户名是根据命名约定生成的: 服务帐户自动生成用户。用户名是根据命名约定生成的:

View File

@ -1,6 +1,4 @@
--- ---
approvers:
- janetkuo
title: 对 DaemonSet 执行回滚 title: 对 DaemonSet 执行回滚
content_type: task content_type: task
weight: 20 weight: 20
@ -234,5 +232,3 @@ have revision 1 and 2 in the system, and roll back from revision 2 to revision
## 故障排查 ## 故障排查
* 参阅 [DaemonSet 滚动升级故障排除](/zh/docs/tasks/manage-daemon/update-daemon-set/#troubleshooting)。 * 参阅 [DaemonSet 滚动升级故障排除](/zh/docs/tasks/manage-daemon/update-daemon-set/#troubleshooting)。

View File

@ -1,15 +1,20 @@
--- ---
title: StatefulSet 基础 title: StatefulSet 基础
content_type: tutorial content_type: tutorial
approvers: weight: 10
---
<!--
reviewers:
- enisoc - enisoc
- erictune - erictune
- foxish - foxish
- janetkuo - janetkuo
- kow3ns - kow3ns
- smarterclayton - smarterclayton
title: StatefulSet Basics
--- content_type: tutorial
weight: 10
-->
<!-- overview --> <!-- overview -->