k3s/cmd/kubelet/app
Clayton Coleman 7d53ad1fb0
Kubelet should request protobuf from the apiserver
The kubelet was not asking for application/vnd.kubernetes.protobuf
on list and get calls. It looks like we lost that code when we
moved to cert rotation. Clean up the client initialization path
and make sure that all non-dynamic clients use protobuf by default.
2019-03-22 12:42:20 -04:00
..
options Merge pull request #74424 from liggitt/drop-k8s-io-node-labels 2019-03-06 08:24:26 -08:00
BUILD Kubelet should request protobuf from the apiserver 2019-03-22 12:42:20 -04:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
auth.go automated: Rename all package references 2018-08-29 19:07:52 +03:00
init_others.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
init_windows.go Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
plugins.go fix golint issues for pkg/volume/empty_dir 2018-10-15 20:00:36 +00:00
server.go Kubelet should request protobuf from the apiserver 2019-03-22 12:42:20 -04:00
server_bootstrap_test.go Switch WaitForCertificate to informers to avoid broken watches 2019-02-06 22:27:00 +01:00
server_linux.go replace golang.org/x/exp/inotify with standalone library 2018-11-13 14:51:40 -08:00
server_test.go
server_unsupported.go