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
This would upgrade docker-ce to 17.12.* which is not compatible with current K8S releases.
This can be prevented by creating /etc/apt/preferences.d/docker-ce:
Package: docker-ce
Pin: version 17.03.*
Pin-Priority: 1000
Once the version is pinned, the apt-cache/grep workaround won't be needed anymore and a simple apt install -y docker-ce will install the correct docker-ce release.
apt list --upgradable
on a newly created node shows:This would upgrade
docker-ce
to17.12.*
which is not compatible with current K8S releases.This can be prevented by creating
/etc/apt/preferences.d/docker-ce
:References regarding supported versions:
The text was updated successfully, but these errors were encountered: