mirror of https://github.com/kubernetes/kops.git
Merge pull request #14748 from NorseGaud/master
trying to fix the broken list items for ECR permissions
This commit is contained in:
commit
6f0ad3ada2
|
@ -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') }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue