Skip to content

Commit

Permalink
Merge pull request #277 from xetys/fix-267
Browse files Browse the repository at this point in the history
fix #276 by sticking kubernetes-cni to 0.7.5-00
  • Loading branch information
xetys authored May 8, 2019
2 parents 7cfc664 + fa9142f commit d64c1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clustermanager/provision_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (provisioner *NodeProvisioner) updateAndInstall() error {
}

provisioner.eventService.AddEvent(provisioner.node.Name, "installing packages")
command := fmt.Sprintf("apt-get install -y docker-ce kubelet=%s kubeadm=%s kubectl=%s kubernetes-cni=0.6.0-00 wireguard linux-headers-$(uname -r) linux-headers-virtual",
command := fmt.Sprintf("apt-get install -y docker-ce kubelet=%s kubeadm=%s kubectl=%s kubernetes-cni=0.7.5-00 wireguard linux-headers-$(uname -r) linux-headers-virtual",
*K8sVersion, *K8sVersion, *K8sVersion)
_, err = provisioner.communicator.RunCmd(provisioner.node, command)
if err != nil {
Expand Down

0 comments on commit d64c1da

Please sign in to comment.