Removed the remained original text
This commit is contained in:
parent
2db0e88027
commit
a4e4902a8a
|
@ -262,10 +262,6 @@ rules: [] # コントロールプレーンは自動的にルールを入力し
|
||||||
既存の集約されたClusterRoleのラベルセレクターと一致する新しいClusterRoleを作成すると、その変更をトリガーに、集約されたClusterRoleに新しいルールが追加されます。
|
既存の集約されたClusterRoleのラベルセレクターと一致する新しいClusterRoleを作成すると、その変更をトリガーに、集約されたClusterRoleに新しいルールが追加されます。
|
||||||
`rbac.example.com/aggregate-to-monitoring: true`ラベルが付けられた別のClusterRoleを作成して、ClusterRole「monitoring」にルールを追加する例を以下に示します。
|
`rbac.example.com/aggregate-to-monitoring: true`ラベルが付けられた別のClusterRoleを作成して、ClusterRole「monitoring」にルールを追加する例を以下に示します。
|
||||||
|
|
||||||
|
|
||||||
Here is an example that adds rules to the "monitoring" ClusterRole, by creating another
|
|
||||||
ClusterRole labeled `rbac.example.com/aggregate-to-monitoring: true`.
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
|
|
Loading…
Reference in New Issue