aws / karpenter-provider-aws

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

docs: Drop old redirects #6406

Closed jonathan-innis closed 6 days ago

jonathan-innis commented 1 week ago

Fixes #N/A

Description

Drop old redirects from docs and drop old path checking in testing

How was this change tested?

/karpenter snapshot

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.

netlify[bot] commented 1 week ago

Deploy Preview for karpenter-docs-prod ready!

Name Link
Latest commit 03e49d97d63730037e3dfa02bad20a06ff255e89
Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/667bab73e6b09c0007f54963
Deploy Preview https://deploy-preview-6406--karpenter-docs-prod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 1 week ago

Snapshot successfully published to oci://021119463062.dkr.ecr.us-east-1.amazonaws.com/karpenter/snapshot/karpenter:0-03e49d97d63730037e3dfa02bad20a06ff255e89. 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-03e49d97d63730037e3dfa02bad20a06ff255e89" --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 1 week ago

Pull Request Test Coverage Report for Build 9674241158

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 9669988716: 0.0%
Covered Lines: 5551
Relevant Lines: 6730

💛 - Coveralls