-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
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
RUN curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \ |
eksctl
last week deprecated k8s 1.17:
eksctl-io/eksctl#4487
We are using k8s 1.18 for the ephemeral cluster:
--version ${EKS_CLUSTER_VERSION:-"1.18"} \ |
kimwnasptd
Metadata
Metadata
Assignees
Labels
No labels