aws / karpenter-provider-aws

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

Helm installation fails with the error #956

Closed dharmendrakariya closed 2 years ago

dharmendrakariya commented 2 years ago

Version

Karpenter: 0.5.1

Kubernetes: 1.21

Expected Behavior

Karpenter installation without error

Actual Behavior

Helm install fails with below error

Release "karpenter" does not exist. Installing it now.
W1209 15:01:32.701922  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.702006  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.701926  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.701922  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.701948  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.701971  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.701989  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.702015  768056 transport.go:260] Unable to cancel request for *exec.roundTripper
W1209 15:01:32.703174  768056 transport.go:260] Unable to cancel request for *exec.roundTripper

Steps to Reproduce the Problem

Follow the https://karpenter.sh/docs/getting-started/

especially the helm installation part

bwagner5 commented 2 years ago

hmm I haven't seen this before. I haven't been able to reproduce yet. This seems like an issue related to the network connection to the cluster. Are you able to kubectl something in the cluster w/ the same kubeconfig?

dharmendrakariya commented 2 years ago

aah, I guess you are right! second time it ran fine! I am gonna close this issue, sorry, this doesn't persist