Skip to content

eksctl latest release will break cluster setup #971

Description

@theofpa

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:

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"} \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions