You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to install Karpenter when deploying EKS cluster by running eksctl in a codebuild project created by AWS CDK
What happened?
We know that Karpenter can only be installed using Eksctl during first time cluster creation based on this issue and thats what we did. However, we got this error Error: failed to install Karpenter: failed to install Karpenter chart: failed to install chart: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
How to reproduce it?
create a codebuild project that runs eksctl create cluster -f cluster_config.yaml in its buildspec.yaml
If using a config file, include it here, removing any sensitive information!
-->
Hello andreprawira 👋 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
What were you trying to accomplish?
We are trying to install Karpenter when deploying EKS cluster by running eksctl in a codebuild project created by AWS CDK
What happened?
We know that Karpenter can only be installed using Eksctl during first time cluster creation based on this issue and thats what we did. However, we got this error
Error: failed to install Karpenter: failed to install Karpenter chart: failed to install chart: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
How to reproduce it?
create a codebuild project that runs
eksctl create cluster -f cluster_config.yaml
in its buildspec.yamlIf using a config file, include it here, removing any sensitive information!
-->
Logs
Error: failed to install Karpenter: failed to install Karpenter chart: failed to install chart: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
322
Anything else we need to know?
aws/codebuild/amazonlinux2-x86_64-standard:3.0
Versions
The text was updated successfully, but these errors were encountered: