eksctl-io / eksctl

The official CLI for Amazon EKS
https://eksctl.io
Other
4.9k stars 1.4k forks source link

panic: "" not a valid CLUSTER_ENDPOINT URL; CLUSTER_NAME is required -- Karpenter #7926

Open oluranticode opened 2 months ago

oluranticode commented 2 months ago

I'm getting this error while trying to install karpenter in my kubernetes. see configuration below

apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: karpenter namespace: argocd spec: project: system source: repoURL: 'https://charts.karpenter.sh' chart: karpenter targetRevision: {{ index .Values "targetRevision" "karpenter" }} helm: values: | aws: clusterName: "" clusterEndpoint: "" defaultInstanceProfile: "KarpenterInstanceProfile" destination: server: 'https://kubernetes.default.svc' namespace: kube-system syncPolicy: automated: {} syncOptions:

github-actions[bot] commented 2 months ago

Hello oluranticode :wave: Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

cPu1 commented 2 months ago

Did you install Karpenter via eksctl? As the error indicates, you'll need to set a valid CLUSTER_ENDPOINT_URL and CLUSTER_NAME. This does not seem related to eksctl.