• k8s-merge-robot's avatar
    Merge pull request #25366 from Jollyturns/ubuntu-download-latest · 11cd07ef
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Automatically download the latest stable release version of Kubernetes.
    
    The ubuntu version of download-release.sh included in the binary release downloads the released .tar.gz file again. Right now the version of the downloaded file is manually encoded within the script. This change fetches the released version automatically, similar to the shell script available on the main Kubernetes site below:
    
    https://get.k8s.io/
    
    Ideally the installation on bare metal ubuntu should work with the files available in the already downloaded package.
    
    @mikedanese 
    11cd07ef
get-kube.sh 4.29 KB