Different docker versions may implement different docker API versions. I don't remember if docker 1.10 uses the same docker API version than 1.9, but kubernetes 1.2 for sure works with docker 1.9.
If that is the error, you should see it in the kubelets log. On Sunday, August 14, 2016, Mike Mester <[email protected]> wrote: > 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) > > http://kubernetes.io/docs/getting-started-guides/centos/ > centos_manual_config/ > > > [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 > > -- > You received this message because you are subscribed to the Google Groups > "Kubernetes user discussion and Q&A" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','kubernetes-users%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
