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