removes un-necessary install of kubectl
This commit is contained in:
parent
c5c9ee27d1
commit
2f5e07cd1f
@ -72,13 +72,6 @@ podTemplate(
|
|||||||
container ("alpine") {
|
container ("alpine") {
|
||||||
sh """
|
sh """
|
||||||
apk add --no-cache curl jq sed
|
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
|
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user