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
Taking a note here after our discussion with @kimwnasptd , this is a time-bomb that will explode next time the aws image will be built with the combination of a newer release of eksctl which might deprecate the version of k8s we're using.
We are using the latest eksctl release for the image:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions.
Taking a note here after our discussion with @kimwnasptd , this is a time-bomb that will explode next time the aws image will be built with the combination of a newer release of eksctl which might deprecate the version of k8s we're using.
We are using the latest
eksctl
release for the image:testing/images/Dockerfile.py3.aws
Line 60 in a59d753
eksctl
last week deprecated k8s 1.17:eksctl-io/eksctl#4487
We are using k8s 1.18 for the ephemeral cluster:
testing/images/aws-scripts/create-eks-cluster.sh
Line 29 in a59d753
The text was updated successfully, but these errors were encountered: