Added extra IAM permissions to download images from AWS ECR
This commit is contained in:
@@ -66,9 +66,14 @@ in the Pod definition.
|
|||||||
All users of the cluster who can create pods will be able to run pods that use any of the
|
All users of the cluster who can create pods will be able to run pods that use any of the
|
||||||
images in the ECR registry.
|
images in the ECR registry.
|
||||||
|
|
||||||
The kubelet will fetch and periodically refresh ECR credentials. It needs the
|
The kubelet will fetch and periodically refresh ECR credentials. It needs the following permissions to do this:
|
||||||
`ecr:GetAuthorizationToken` permission to do this.
|
- `ecr:GetAuthorizationToken`
|
||||||
|
- `ecr:BatchCheckLayerAvailability`
|
||||||
|
- `ecr:GetDownloadUrlForLayer`
|
||||||
|
- `ecr:GetRepositoryPolicy`
|
||||||
|
- `ecr:DescribeRepositories`
|
||||||
|
- `ecr:ListImages`
|
||||||
|
- `ecr:BatchGetImage`
|
||||||
|
|
||||||
### Configuring Nodes to Authenticate to a Private Repository
|
### Configuring Nodes to Authenticate to a Private Repository
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user