https://github.com/kubernetes/kops/pull/14748: fix broken list items for ECR permissions

This commit is contained in:
Nathan Pierce 2022-12-08 17:36:19 -05:00
parent 1a97b024a5
commit 5fcf9e6670
No known key found for this signature in database
GPG Key ID: 444490833A549CC9
1 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,10 @@ iam:
```
Adding ECR permissions will extend the IAM policy documents as below:
- Control Plane Nodes: https://github.com/kubernetes/kops/blob/master/pkg/model/iam/tests/iam_builder_master_strict_ecr.json
- Worker Nodes: https://github.com/kubernetes/kops/blob/master/pkg/model/iam/tests/iam_builder_node_strict_ecr.json
- Control Plane Nodes: [https://github.com/kubernetes/kops/blob/master/pkg/model/iam/tests/iam_builder_master_strict_ecr.json](https://github.com/kubernetes/kops/blob/master/pkg/model/iam/tests/iam_builder_master_strict_ecr.json)
- Worker Nodes: [https://github.com/kubernetes/kops/blob/master/pkg/model/iam/tests/iam_builder_node_strict_ecr.json](https://github.com/kubernetes/kops/blob/master/pkg/model/iam/tests/iam_builder_master_strict_ecr.json)
The additional permissions are:
```json
@ -39,6 +41,7 @@ The additional permissions are:
]
}
```
## Permissions Boundaries
{{ kops_feature_table(kops_added_default='1.19') }}