Trying to get a basic cluster up and running and am having some issues with the runtime. I presume this is talking about the docker runtime, but it is running.
I have seen that kubelet is specific about the docker version, but i have been following this guide. (Which installs the version of docker and kubernetes)
[root@k8s-02 log]# docker --version
Docker version 1.10.3, build d381c64-unsupported
[root@k8s-02 log]# kubelet --version
Kubernetes v1.2.0
any ideas on what i'm missing or what needs to happen here?
Thanks,
Mike