Escape $ in CentOS et al script. (#7926)

Otherwise the repo URL is wrong.
This commit is contained in:
Nathan Baum 2018-04-01 15:27:02 +01:00 committed by k8s-ci-robot
parent e7bf1283b0
commit 1524b0f999
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ apt-get install -y kubelet kubeadm kubectl
cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-$basearch
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1