mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
6 lines
290 B
Bash
6 lines
290 B
Bash
apt-get update
|
|
apt-get install -y apt-transport-https gnupg2
|
|
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
|
|
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list
|
|
apt-get update
|
|
apt-get install -y kubectl |