mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #17494 from kikov79/master
Auto commit by PR queue bot
This commit is contained in:
commit
17a6e28d72
@ -184,7 +184,7 @@ coreos:
|
|||||||
Documentation=http://kubernetes.io/
|
Documentation=http://kubernetes.io/
|
||||||
Requires=network-online.target
|
Requires=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=KUBE_RELEASE_TARBALL=https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v1.0.6/kubernetes.tar.gz
|
Environment=KUBE_RELEASE_TARBALL=https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v1.1.2/kubernetes.tar.gz
|
||||||
ExecStartPre=/bin/mkdir -p /opt/
|
ExecStartPre=/bin/mkdir -p /opt/
|
||||||
ExecStart=/opt/bin/curl-retry.sh --silent --location $KUBE_RELEASE_TARBALL --output /tmp/kubernetes.tgz
|
ExecStart=/opt/bin/curl-retry.sh --silent --location $KUBE_RELEASE_TARBALL --output /tmp/kubernetes.tgz
|
||||||
ExecStart=/bin/tar xzvf /tmp/kubernetes.tgz -C /tmp/
|
ExecStart=/bin/tar xzvf /tmp/kubernetes.tgz -C /tmp/
|
||||||
|
Loading…
Reference in New Issue
Block a user