We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c7575 commit 98c9debCopy full SHA for 98c9deb
website/docs/autoscaling/compute/karpenter/configure.md
@@ -15,6 +15,10 @@ You can find the full installation documentation for Karpenter [here](https://ka
15
All that we have left to do is install Karpenter as a helm chart:
16
17
```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
22
$ helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter \
23
--version "${KARPENTER_VERSION}" \
24
--namespace "karpenter" --create-namespace \
0 commit comments