File tree Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Original file line number Diff line number Diff line change @@ -200,17 +200,6 @@ function install_cortex() {
200
200
$CORTEX_IMAGE_MANAGER
201
201
}
202
202
203
- function uninstall_cortex() {
204
- echo
205
- docker run -it --entrypoint /root/uninstall_cortex.sh \
206
- -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
207
- -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
208
- -e CORTEX_CLUSTER=$CORTEX_CLUSTER \
209
- -e CORTEX_REGION=$CORTEX_REGION \
210
- -e CORTEX_NAMESPACE=$CORTEX_NAMESPACE \
211
- $CORTEX_IMAGE_MANAGER
212
- }
213
-
214
203
function uninstall_operator() {
215
204
echo
216
205
docker run -it --entrypoint /root/uninstall_operator.sh \
@@ -453,7 +442,7 @@ elif [ "$arg1" = "uninstall" ]; then
453
442
show_help
454
443
exit 1
455
444
elif [ " $arg2 " = " " ]; then
456
- uninstall_cortex && uninstall_eks
445
+ uninstall_eks
457
446
elif [ " $arg2 " = " cli" ]; then
458
447
uninstall_cli
459
448
elif [ " $arg2 " = " " ]; then
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN pip3 install awscli --upgrade --user && \
9
9
10
10
RUN apk add --no-cache bash curl gettext jq
11
11
12
- RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.1.40 /eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
12
+ RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.2.1 /eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
13
13
mv /tmp/eksctl /usr/local/bin
14
14
15
15
RUN curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments