kubernetes-the-hard-way/scripts/download_node_binaries

2 lines
126 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
curl -sL https://github.com/kubernetes/kubernetes/releases/download/v1.15.0/kubernetes.tar.gz | tar zxvf -