From 2f5e07cd1fd7247836ca9579c4f6dd46528d53fa Mon Sep 17 00:00:00 2001 From: The_Spider Date: Tue, 15 Mar 2022 16:51:26 -0500 Subject: [PATCH] removes un-necessary install of kubectl --- nordvpn-autoconfigure.jenkins | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nordvpn-autoconfigure.jenkins b/nordvpn-autoconfigure.jenkins index b23c453..ef4d337 100644 --- a/nordvpn-autoconfigure.jenkins +++ b/nordvpn-autoconfigure.jenkins @@ -72,13 +72,6 @@ podTemplate( container ("alpine") { sh """ apk add --no-cache curl jq sed - KUBE_VERSION="\$(curl --location --silent https://dl.k8s.io/release/stable.txt)" - curl \ - --location \ - --silent \ - --output /usr/local/bin/kubectl \ - "https://dl.k8s.io/release/\${KUBE_VERSION}/bin/linux/amd64/kubectl" - chmod +x /usr/local/bin/kubectl """ } }