File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
1 . Find the latest release on [ GitHub] ( https://github.com/weaveworks/eksctl/releases ) and check the changelog
6
6
1 . Update the version in ` manager/Dockerfile `
7
- 1 . Update ` eks.yaml ` as necessary (make sure to maintain all Cortex environment variables)
7
+ 1 . Update eks configuration file as necessary (make sure to maintain all Cortex environment variables)
8
8
1 . Check that ` eksctl utils write-kubeconfig ` log filter still behaves as desired
9
- 1 . Update eksctl on your dev machine: ` curl --location "https://github.com/weaveworks/eksctl/releases/download/0.15 .0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && sudo mv -f /tmp/eksctl /usr/local/bin `
9
+ 1 . Update eksctl on your dev machine: ` curl --location "https://github.com/weaveworks/eksctl/releases/download/0.16 .0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && sudo mv -f /tmp/eksctl /usr/local/bin `
10
10
11
11
## Kubernetes
12
12
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN pip install --upgrade pip && \
13
13
14
14
RUN apk add --no-cache bash curl gettext jq openssl
15
15
16
- RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.15 .0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
16
+ RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.16 .0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
17
17
mv /tmp/eksctl /usr/local/bin
18
18
19
19
RUN curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.14.6/2019-08-22/bin/linux/amd64/aws-iam-authenticator && \
You can’t perform that action at this time.
0 commit comments