diff --git a/cn/docs/admin/authorization/abac.md b/cn/docs/admin/authorization/abac.md index 1db4103ed8..bdf17e9c82 100644 --- a/cn/docs/admin/authorization/abac.md +++ b/cn/docs/admin/authorization/abac.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - erictune - lavalamp - deads2k diff --git a/cn/docs/admin/authorization/index.md b/cn/docs/admin/authorization/index.md index fdf788fd1c..ff878b6da4 100644 --- a/cn/docs/admin/authorization/index.md +++ b/cn/docs/admin/authorization/index.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - erictune - lavalamp - deads2k diff --git a/cn/docs/admin/authorization/webhook.md b/cn/docs/admin/authorization/webhook.md index 3a08d14ed1..5c4f7a13e4 100644 --- a/cn/docs/admin/authorization/webhook.md +++ b/cn/docs/admin/authorization/webhook.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - erictune - lavalamp - deads2k diff --git a/cn/docs/admin/bootstrap-tokens.md b/cn/docs/admin/bootstrap-tokens.md index 1e0bdcc6fe..11ce1c53d7 100644 --- a/cn/docs/admin/bootstrap-tokens.md +++ b/cn/docs/admin/bootstrap-tokens.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - jbeda title: 使用启动引导令牌(Bootstrap Tokens)认证 --- @@ -134,4 +134,4 @@ ConfigMap 的 `kubeconfig` 成员是一个填好了集群信息的配置文件 签名是一个 JWS 签名,使用了 "detached" 模式。为了检验签名,用户应该按照 JWS 规则 (base64 编码而忽略结尾的 `=`)对 `kubeconfig` 的载荷进行编码。完成编码的载荷会被通过插入 JWS 并存在于两个点的中间 ,用于形成一个完整的 JWS。可以使用令牌的完整信息(比如 `07401b.f395accd246ae52d`)作为共享密钥, -通过 `HS256` 方式 (HMAC-SHA256) 对 JWS 进行校验。 用户 _必须_ 确保使用了 HS256。 \ No newline at end of file +通过 `HS256` 方式 (HMAC-SHA256) 对 JWS 进行校验。 用户 _必须_ 确保使用了 HS256。 diff --git a/cn/docs/admin/ovs-networking.md b/cn/docs/admin/ovs-networking.md index 7153f2a7b1..5b4fe7f5f8 100644 --- a/cn/docs/admin/ovs-networking.md +++ b/cn/docs/admin/ovs-networking.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - thockin title: Kubernetes OpenVSwitch GRE/VxLAN 网络 --- diff --git a/cn/docs/concepts/architecture/nodes.md b/cn/docs/concepts/architecture/nodes.md index f5159814d7..5ddc4ee7e4 100644 --- a/cn/docs/concepts/architecture/nodes.md +++ b/cn/docs/concepts/architecture/nodes.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - caesarxuchao - dchen1107 diff --git a/cn/docs/concepts/overview/components.md b/cn/docs/concepts/overview/components.md index 8275ba4df6..6258db2fbf 100644 --- a/cn/docs/concepts/overview/components.md +++ b/cn/docs/concepts/overview/components.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - lavalamp title: Kubernetes 组件 redirect_from: diff --git a/cn/docs/concepts/policy/pod-security-policy.md b/cn/docs/concepts/policy/pod-security-policy.md index 6d269c89b2..5cc7ab07f3 100644 --- a/cn/docs/concepts/policy/pod-security-policy.md +++ b/cn/docs/concepts/policy/pod-security-policy.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - pweil- title: Pod 安全策略 redirect_from: diff --git a/cn/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md b/cn/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md index dc0fec24cd..3ad1239021 100644 --- a/cn/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md +++ b/cn/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - rickypai - thockin title: 使用 HostAliases 向 Pod /etc/hosts 文件添加条目 diff --git a/cn/docs/concepts/services-networking/dns-pod-service.md b/cn/docs/concepts/services-networking/dns-pod-service.md index e1792c4657..1ce39cde26 100644 --- a/cn/docs/concepts/services-networking/dns-pod-service.md +++ b/cn/docs/concepts/services-networking/dns-pod-service.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - davidopp - thockin title: DNS Pod 与 Service diff --git a/cn/docs/concepts/services-networking/service.md b/cn/docs/concepts/services-networking/service.md index c6f2581062..2f7f139377 100644 --- a/cn/docs/concepts/services-networking/service.md +++ b/cn/docs/concepts/services-networking/service.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - bprashanth title: Service redirect_from: diff --git a/cn/docs/concepts/workloads/controllers/cron-jobs.md b/cn/docs/concepts/workloads/controllers/cron-jobs.md index ba64ea4032..6d3d990c07 100644 --- a/cn/docs/concepts/workloads/controllers/cron-jobs.md +++ b/cn/docs/concepts/workloads/controllers/cron-jobs.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - erictune - soltysh - janetkuo diff --git a/cn/docs/concepts/workloads/controllers/daemonset.md b/cn/docs/concepts/workloads/controllers/daemonset.md index 200d7efed1..e7058e4bc4 100644 --- a/cn/docs/concepts/workloads/controllers/daemonset.md +++ b/cn/docs/concepts/workloads/controllers/daemonset.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - erictune title: DaemonSet redirect_from: diff --git a/cn/docs/concepts/workloads/pods/init-containers.md b/cn/docs/concepts/workloads/pods/init-containers.md index 47c31535c0..e075dbbec6 100644 --- a/cn/docs/concepts/workloads/pods/init-containers.md +++ b/cn/docs/concepts/workloads/pods/init-containers.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - erictune title: Init 容器 redirect_from: diff --git a/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md b/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md index 5ffd280425..408f6b4b41 100644 --- a/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md +++ b/cn/docs/tasks/administer-cluster/apply-resource-quota-limit.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - derekwaynecarr - janetkuo diff --git a/cn/docs/tasks/administer-cluster/cpu-memory-limit.md b/cn/docs/tasks/administer-cluster/cpu-memory-limit.md index e6949e26fe..b2c8e625d6 100644 --- a/cn/docs/tasks/administer-cluster/cpu-memory-limit.md +++ b/cn/docs/tasks/administer-cluster/cpu-memory-limit.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - derekwaynecarr - janetkuo title: 设置 Pod CPU 和内存限制 diff --git a/cn/docs/tutorials/stateful-application/basic-stateful-set.md b/cn/docs/tutorials/stateful-application/basic-stateful-set.md index 7290344cf3..049c86de11 100644 --- a/cn/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/cn/docs/tutorials/stateful-application/basic-stateful-set.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - enisoc - erictune - foxish diff --git a/cn/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/cn/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index 635a246e06..030d2c24e5 100644 --- a/cn/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/cn/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -1,6 +1,6 @@ --- title: "基于 Persistent Volumes 搭建 WordPress 和 MySQL 应用" -assignees: +approvers: - ahmetb - jeffmendoza --- diff --git a/cn/docs/tutorials/stateful-application/zookeeper.md b/cn/docs/tutorials/stateful-application/zookeeper.md index b227fd7854..f6f3ef46f9 100644 --- a/cn/docs/tutorials/stateful-application/zookeeper.md +++ b/cn/docs/tutorials/stateful-application/zookeeper.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - bprashanth - enisoc - erictune diff --git a/docs/tasks/administer-cluster/cilium-network-policy.md b/docs/tasks/administer-cluster/cilium-network-policy.md index f58dd543ce..92cb6bf637 100644 --- a/docs/tasks/administer-cluster/cilium-network-policy.md +++ b/docs/tasks/administer-cluster/cilium-network-policy.md @@ -1,5 +1,5 @@ --- -assignees: +approvers: - danwent title: Use Cilium for NetworkPolicy --- diff --git a/docs/tools/kompose/user-guide.md b/docs/tools/kompose/user-guide.md index 2aa6666bde..d8811b618d 100644 --- a/docs/tools/kompose/user-guide.md +++ b/docs/tools/kompose/user-guide.md @@ -1,6 +1,6 @@ --- -assignees: +approvers: - cdrage title: Translate a Docker Compose File to Kubernetes Resources diff --git a/docs/tutorials/stateful-application/cassandra.md b/docs/tutorials/stateful-application/cassandra.md index 0cbe0e6d84..608cf6a352 100644 --- a/docs/tutorials/stateful-application/cassandra.md +++ b/docs/tutorials/stateful-application/cassandra.md @@ -1,6 +1,6 @@ --- title: "Example: Deploying Cassandra with Stateful Sets" -assignees: +approvers: - ahmetb --- diff --git a/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md b/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md index cc95dc5dc1..d2cea24525 100644 --- a/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md +++ b/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md @@ -1,6 +1,6 @@ --- title: "Example: Deploying WordPress and MySQL with Persistent Volumes" -assignees: +approvers: - ahmetb --- diff --git a/docs/tutorials/stateless-application/guestbook.md b/docs/tutorials/stateless-application/guestbook.md index 81f5b48fb7..b779b93999 100644 --- a/docs/tutorials/stateless-application/guestbook.md +++ b/docs/tutorials/stateless-application/guestbook.md @@ -1,6 +1,6 @@ --- title: "Example: Deploying PHP Guestbook application with Redis" -assignees: +approvers: - ahmetb --- diff --git a/docs/user-guide/update-demo/index.md.orig b/docs/user-guide/update-demo/index.md.orig index 812862f938..a45ca72d97 100644 --- a/docs/user-guide/update-demo/index.md.orig +++ b/docs/user-guide/update-demo/index.md.orig @@ -1,5 +1,5 @@ --- -assignees: +approvers: - mikedanese title: Rolling Update Demo ---