On Sat, May 28, 2016 at 08:17:22PM -0700, Qian Zhang wrote:
> I installed my K8s cluster from latest source code, just cloned 
> from https://github.com/kubernetes/kubernetes.git, and ran "make" to build 

This is not stable. Does the same happens if you use the branch for release 1.2?
(or, even better maybe, point to 1.2.4)

> And I see the following in kube-proxy log, maybe something wrong with it?
> I0529 08:49:52.046704    9069 server.go:201] Using iptables Proxier.
> *I0529 08:49:52.046840    9069 proxier.go:209] missing br-netfilter module 
> or unset br-nf-call-iptables; proxy may not work as intended*
> I0529 08:49:52.046901    9069 server.go:214] Tearing down userspace rules.

Are you using the iptables kube-proxy? (I think it is the default, but this
"userspace" in the logs make me doubt. Although I don't have my cluster handy to
check).

> I also tried to edit the service to change its type to NodePort, and then I 
> see it works perfectly, i.e., curl <node-ip>:<node-port> always works.

Hmm, then I would look at the flannel configuration you setup.

Also, you can try a local cluster with vagrant, just as the documentation says.
If it doesn't happen there, you have a working example to dig for the
differences :)

Sorry, but I'm not using flannel so I don't know what else to look at. And as a
recommendation, you probably want to use a stable release and the kube-up script
(just like the doc says) until you are more comfortable with kubernetes.




Thanks a lot,
Rodrigo

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" 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/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to