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
Reproduced the unsupported docker versions error for docker versions 18.06 and 18.09
soumyas-MacBook-Pro:rke soumya$ ./rke_darwin-amd64 up --config cluster.yml
INFO[0000] Building Kubernetes cluster
INFO[0000] [dialer] Setup tunnel for host [a.b.c.d]
FATA[0000] Unsupported Docker version found [18.06.2-ce], supported versions are [1.11.x 1.12.x 1.13.x 17.03.x]
Tested with rke version v0.1.16-rc1 with K8s version v1.12.4-rancher1-1
Created DO nodes with docker version 18.06.2-ce. Created cluster with these nodes. Cluster creation was successful. Creation of pods was fine. Cluster was fucntional
Created DO nodes with docker version 18.09.2. Created cluster with these nodes. Cluster creation was successful. Creation of pods was fine. Cluster was fucntional
Tested with rke version v0.1.16-rc2 with K8s version v1.11.6-rancher1-1
Created DO nodes with docker version 18.06.2-ce. Created cluster with these nodes. Cluster creation was successful. Creation of pods was fine. Cluster was fucntional
Created DO nodes with docker version 18.09.2. Created cluster with these nodes. Cluster creation was successful. Creation of pods was fine. Cluster was fucntional
Enable 18.09.x docker support to align with Rancher SLA https://rancher.com/support-maintenance-terms/
The text was updated successfully, but these errors were encountered: