From 40640276d8c5dd635dee068935f95fd7749892a7 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Tue, 31 Aug 2021 15:38:02 -0700 Subject: [PATCH] Fix spacing in RELEASE.md --- docs/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index f32cbd20ef..c9276892f8 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -79,6 +79,7 @@ Follow the AWS-internal process. ## Verify the images are available In GCR: - `docker pull k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.1.1` + In ECR: - `aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 602401143452.dkr.ecr.us-west-2.amazonaws.com` - `docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver:v1.1.1`