aws / karpenter-provider-aws

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
https://karpenter.sh
Apache License 2.0
6.68k stars 934 forks source link

chore: update gomod for cherrypick #7034

Closed njtran closed 2 weeks ago

njtran commented 2 weeks ago

Fixes #N/A

Description Updates gomod for cherrypick for 1662

How was this change tested? testing here

Does this change impact docs?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

github-actions[bot] commented 2 weeks ago

Snapshot successfully published to oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter:0-f7c7b30ff9e275f896c4e2b10d05281a8706e9ff. To install you must login to the ECR repo with an AWS account:

aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 021119463062.dkr.ecr.us-east-1.amazonaws.com

helm upgrade --install karpenter oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter --version "0-f7c7b30ff9e275f896c4e2b10d05281a8706e9ff" --namespace "kube-system" --create-namespace \
  --set "settings.clusterName=${CLUSTER_NAME}" \
  --set "settings.interruptionQueue=${CLUSTER_NAME}" \
  --set controller.resources.requests.cpu=1 \
  --set controller.resources.requests.memory=1Gi \
  --set controller.resources.limits.cpu=1 \
  --set controller.resources.limits.memory=1Gi \
  --wait
coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 10932058415

Details


Totals Coverage Status
Change from base Build 10782722236: 0.0%
Covered Lines: 5394
Relevant Lines: 6975

💛 - Coveralls