mirror of https://github.com/kubernetes/kops.git
https://github.com/kubernetes/kops/pull/14748: fix broken list items for ECR permissions
This commit is contained in:
parent
1a97b024a5
commit
5fcf9e6670
|
@ -17,8 +17,10 @@ iam:
|
||||||
```
|
```
|
||||||
|
|
||||||
Adding ECR permissions will extend the IAM policy documents as below:
|
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:
|
The additional permissions are:
|
||||||
```json
|
```json
|
||||||
|
@ -39,6 +41,7 @@ The additional permissions are:
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Permissions Boundaries
|
## Permissions Boundaries
|
||||||
{{ kops_feature_table(kops_added_default='1.19') }}
|
{{ kops_feature_table(kops_added_default='1.19') }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue