Skip to content

Commit 98c9deb

Browse files
authored
fix: Login to ECR Public in Karpenter lab (#1256)
1 parent 02c7575 commit 98c9deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/autoscaling/compute/karpenter/configure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ You can find the full installation documentation for Karpenter [here](https://ka
1515
All that we have left to do is install Karpenter as a helm chart:
1616

1717
```bash
18+
$ aws ecr-public get-login-password \
19+
--region us-east-1 | helm registry login \
20+
--username AWS \
21+
--password-stdin public.ecr.aws
1822
$ helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter \
1923
--version "${KARPENTER_VERSION}" \
2024
--namespace "karpenter" --create-namespace \

0 commit comments

Comments
 (0)