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
Avoid the situation when an outdated version of eksctl prevents starting a newer (unsupported by ekstl) version of K8s e.g. eksctl 0.20.0 and EKS 1.20 (ticket #25221)
Goal
Avoid the situation when an outdated version of eksctl prevents starting a newer (unsupported by ekstl) version of K8s e.g. eksctl 0.20.0 and EKS 1.20 (ticket #25221)
Notes
current logic in def get_eksctl_or_fetch() present several issues:
DATA_DIR/tmp/local_eksctl/
or system-wide withwhich eksctl
eksctl_$(uname -s)_amd64.tar.gz
noteksctl.tar.gz
The text was updated successfully, but these errors were encountered: