Skip to content

Commit 47f1f78

Browse files
authored
Merge pull request #48373 from asa3311/sync-zh-156
[zh] sync multi-tenancy securing-a-cluster custom-resource-definitions
2 parents d920518 + 9095ac9 commit 47f1f78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/zh-cn/docs/concepts/security/multi-tenancy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,10 +975,8 @@ listed below.
975975

976976
<!--
977977
* [Capsule](https://github.com/clastix/capsule)
978-
* [Kiosk](https://github.com/loft-sh/kiosk)
979978
-->
980979
* [Capsule](https://github.com/clastix/capsule)
981-
* [Kiosk](https://github.com/loft-sh/kiosk)
982980

983981
<!--
984982
#### Multi-customer tenancy

content/zh-cn/docs/tasks/administer-cluster/securing-a-cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,11 @@ page for more on how to report vulnerabilities.
532532
## What's next
533533
534534
- [Security Checklist](/docs/concepts/security/security-checklist/) for additional information on Kubernetes security guidance.
535+
- [Seccomp Node Reference](/docs/reference/node/seccomp/)
535536
-->
536537
## {{% heading "whatsnext" %}}
537538

538539
- 阅读[安全检查清单](/zh-cn/docs/concepts/security/security-checklist/)了解有关
539540
Kubernetes 安全指南的更多信息。
541+
- [Seccomp Node 参考文档](/zh-cn/docs/reference/node/seccomp/)
540542

content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,15 +912,15 @@ Kubernetes 会最终删除该资源,
912912
### Validation
913913

914914
Custom resources are validated via
915-
[OpenAPI v3 schemas](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schemaObject),
915+
[OpenAPI v3.0 schemas](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schema-object),
916916
by x-kubernetes-validations when the [Validation Rules feature](#validation-rules) is enabled, and you
917917
can add additional validation using
918918
[admission webhooks](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook).
919919
-->
920920
### 合法性检查 {#validation}
921921

922922
定制资源是通过
923-
[OpenAPI v3 模式定义](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schemaObject)
923+
[OpenAPI v3.0 模式定义](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schema-object),
924924
来执行合法性检查的,当启用[验证规则特性](#validation-rules)时,通过 `x-kubernetes-validations` 验证,
925925
你可以通过使用[准入控制 Webhook](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook)
926926
来添加额外的合法性检查逻辑。

0 commit comments

Comments
 (0)