k3s/pkg/kubelet
Clayton Coleman 6881db64a9 Allow configurable Kubelet net image for isolated networks
Public access to the DockerHub is not guaranteed in all environments,
add a flag to the kubelet that allows it to use a different image (like
one on a private registry) as well as only pull the first time the
image is needed.

Fixes #1545
2014-10-02 15:56:03 -04:00
..
config Introduce some default log verbosity control 2014-09-25 16:30:14 -04:00
dockertools Allow configurable Kubelet net image for isolated networks 2014-10-02 15:56:03 -04:00
doc.go Reduce logging noise 2014-06-28 22:16:26 -07:00
handlers.go Add new Event type 2014-09-25 11:31:35 -07:00
handlers_test.go Add support for the PostStart event handler. 2014-09-05 12:37:57 -07:00
kubelet.go Allow configurable Kubelet net image for isolated networks 2014-10-02 15:56:03 -04:00
kubelet_test.go Allow configurable Kubelet net image for isolated networks 2014-10-02 15:56:03 -04:00
server.go Introduce some default log verbosity control 2014-09-25 16:30:14 -04:00
server_test.go Merge pull request #1439 from jhadvig/err_handler 2014-09-25 15:00:47 -07:00
types.go Unify Godoc formatting, fix various typos 2014-09-02 13:41:03 +02:00
validation.go Errors should be part of api/errors, not apiserver 2014-09-03 17:16:00 -04:00
validation_test.go use _ as the separator for docker container name. 2014-09-26 09:21:21 -07:00