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 zacharysarah
parent 65d285c489
commit df50409a6b
+1 -1
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