You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the following error while trying to create a new cluster:
stderr:Process exited with status 1002018/10/07 00:44:49 run failed
command:apt-get install -y docker-ce kubelet=1.9.6-00 kubeadm=1.9.6-00 kubectl=1.9.6-00 wireguard linux-headers-$(uname -r) linux-headers-virtual
stdout:Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kubelet : Depends: kubernetes-cni (= 0.6.0) but 0.6.0-02 is to be installed
As a workaround I explicitly added kubernetes-cni=0.6.0-00 into installation instruction:
Got the following error while trying to create a new cluster:
As a workaround I explicitly added
kubernetes-cni=0.6.0-00
into installation instruction:The text was updated successfully, but these errors were encountered: