eksctl supported eks cluster? #6240
              
                Unanswered
              
          
                  
                    
                      andrei-on-github
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         @andrei-i-florentin, a more recent version of eksctl will prevent you from creating 1.20 clusters. Version-related changes require an update to eksctl.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm using eksctl to create an EKS cluster today 05.02.2023. As soon as eksctl created the cluster I went into the AWS Console where I saw a message that my cluster version is not supported, and to update my cluster version.
The command I used to create the cluster and my eksctl version:
$ eksctl create cluster --name training --version 1.20 --with-oidc --ssh-public-key
eksctl version:0.122.0
The official documentation[1] for AWS EKS support shows that eks 1.20 is EOS :November 1, 2022
So my question is why does eksctl allow the creation of new cluster with unsupported versions?
If it's by design I would appreciate an answer to understand the reasoning?
Thank you in advance!
[1] https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar
Beta Was this translation helpful? Give feedback.
All reactions