Adding curl (some systems does not have it installed in minimal version) (#8041)
This commit is contained in:
committed by
k8s-ci-robot
parent
3db571632e
commit
920dbbfd7f
@@ -173,7 +173,7 @@ For more information on version skews, please read our
|
||||
{% capture ubuntu %}
|
||||
|
||||
```bash
|
||||
apt-get update && apt-get install -y apt-transport-https
|
||||
apt-get update && apt-get install -y apt-transport-https curl
|
||||
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
|
||||
cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
|
||||
deb http://apt.kubernetes.io/ kubernetes-xenial main
|
||||
|
||||
Reference in New Issue
Block a user