[zh] Remove approvers for localized files

This commit is contained in:
Sean Wei 2022-06-18 09:06:00 +08:00
parent 1575e1e208
commit 34367abcea
3 changed files with 17 additions and 21 deletions

View File

@ -1,13 +1,8 @@
---
approvers:
- erictune
- lavalamp
- deads2k
- liggitt
title: 使用 ABAC 鉴权
content_type: concept
weight: 80
---
<!--
reviewers:
- erictune
@ -67,7 +62,7 @@ properties:
- `/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.
-->
## 策略文件格式
## 策略文件格式 {#policy-file-format}
基于 `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 `"*"`.
-->
## 鉴权算法
## 鉴权算法 {#authorization-algorithm}
请求具有与策略对象的属性对应的属性。
@ -267,7 +262,7 @@ system:serviceaccount:<namespace>:<serviceaccountname>
-->
[完整文件示例](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 执行回滚
content_type: task
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)。

View File

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