Update content/ja/docs/reference/access-authn-authz/rbac.md

OKです!

Co-authored-by: inductor(Kohei) <kela@inductor.me>
pull/24236/head
Yoshiki Fujiwara 2020-09-30 13:20:31 +09:00 committed by GitHub
parent 2ac805485b
commit ee9961c59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ kube-apiserver --authorization-mode=Example,RBAC --other-options --more-options
## APIオブジェクト{#api-overview}
RBAC APIは4種類のKubernetesオブジェクト(_Role_, _ClusterRole_, _RoleBinding_ そして _ClusterRoleBinding_)を宣言します。他のKubernetesオブジェクトのように`kubectl`のようなツールを使って、[オブジェクトを記述](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects)、または変更できます。
RBAC APIは4種類のKubernetesオブジェクト(_Role__ClusterRole_ _RoleBinding_ そして _ClusterRoleBinding_)を宣言します。他のKubernetesオブジェクトのように`kubectl`のようなツールを使って、[オブジェクトを記述](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects)、または変更できます。
{{< caution >}}
これらのオブジェクトは設計上、アクセス制限を課します。学んできたように変更を行っている場合、