From ee9961c59f7966f4be347e42e6ff347cc1d86463 Mon Sep 17 00:00:00 2001 From: Yoshiki Fujiwara <40357845+Yoshiki0705@users.noreply.github.com> Date: Wed, 30 Sep 2020 13:20:31 +0900 Subject: [PATCH] Update content/ja/docs/reference/access-authn-authz/rbac.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OKです! Co-authored-by: inductor(Kohei) --- content/ja/docs/reference/access-authn-authz/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/rbac.md b/content/ja/docs/reference/access-authn-authz/rbac.md index e0c0020e76..91d8f01417 100644 --- a/content/ja/docs/reference/access-authn-authz/rbac.md +++ b/content/ja/docs/reference/access-authn-authz/rbac.md @@ -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 >}} これらのオブジェクトは設計上、アクセス制限を課します。学んできたように変更を行っている場合、