Skip to content

Commit

Permalink
fix: Login to ECR Public in Karpenter lab (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Feb 3, 2025
1 parent 02c7575 commit 98c9deb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/autoscaling/compute/karpenter/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ You can find the full installation documentation for Karpenter [here](https://ka
All that we have left to do is install Karpenter as a helm chart:

```bash
$ aws ecr-public get-login-password \
--region us-east-1 | helm registry login \
--username AWS \
--password-stdin public.ecr.aws
$ helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter \
--version "${KARPENTER_VERSION}" \
--namespace "karpenter" --create-namespace \
Expand Down

0 comments on commit 98c9deb

Please sign in to comment.