--
You received this message because you are subscribed to the Google Groups "kubernetes-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/086a5ea5-add3-4381-9a87-bf8c903e371f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
failed to create kubelet: cAdvisor is unsupported in this build
I saw Vish's comment on github which says "cadvisor only works on linux as of now and in-order to build it, CGO needs to be enabled". I tried enabling CGO but get compilation error "ld: unknown option: --build-id=none"
cluster/images/kubelet/Makefile. I don't think anyone uses the latter. If you want to make an image, then
to "make quick-release" from the top-level directory and then grab the binary from _output/release-stage/server/linux-amd64/kubernetes/server/bin/kubelet.
You don't need a docker image for kubelet: it doesn't run under docker.
--
You received this message because you are subscribed to the Google Groups "kubernetes-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/a1ec56ef-7d08-4418-adae-cf63d731cd87%40googlegroups.com.