knight42
808867ba2f
test(kubelet): deflake TestRotateShutsDownConnections
...
Signed-off-by: knight42 <anonymousknight96@gmail.com >
2020-09-18 16:52:58 +08:00
Jordan Liggitt
a298c14f18
Switch cert manager to v1 CSR API by default, falling back to v1beta1
2020-06-10 02:30:54 -04:00
Davanum Srinivas
07d88617e5
Run hack/update-vendor.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-16 07:54:33 -04:00
Han Kang
3a50917795
migrate kubelet's metrics/probes & metrics endpoint to metrics stability framework
2019-08-28 11:16:38 -07:00
Davanum Srinivas
954996e231
Move from glog to klog
...
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
* github.com/kubernetes/repo-infra
* k8s.io/gengo/
* k8s.io/kube-openapi/
* github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
Lucas Käldström
844487aea4
autogenerated
2018-08-29 20:21:17 +03:00
Jordan Liggitt
db9d3c2d10
Derive kubelet serving certificate CSR template from node status addresses
2018-07-10 14:33:48 -04:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Andrew Lytvynov
85a61ff3aa
Extract connection rotating dialer into a package
...
This will be re-used for exec auth plugin to rotate connections on
credential change.
2018-05-16 10:30:53 -07:00
Jeff Grafton
ef56a8d6bb
Autogenerated: hack/update-bazel.sh
2018-02-16 13:43:01 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Jacob Simpson
415c4d2c3a
Move certificate manager to client.
2017-10-05 12:54:38 -07:00
Jacob Simpson
f1fef11b37
Add a kubelet metric to track certificate expiration.
2017-08-30 09:55:40 -07:00
Michael Taufen
24bab4c20f
move KubeletConfiguration out of componentconfig API group
2017-08-15 08:12:42 -07:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
Eric Chiang
98795b32de
generated:
...
Commands run:
./hack/update-bazel.sh
2017-08-01 16:33:52 -07:00
Clayton Coleman
333536a68b
Move client cert bootstrap to a kubelet package
...
Makes it more clearly associated with the existing code and simplifies
cmd/kubelet/app.
2017-07-25 17:54:15 -04:00
xiangpengzhao
01daf707c5
Refactor: pkg/util into sub-pkgs
2017-07-18 14:34:08 +08:00
Jacob Simpson
29c1b81d4c
Scripted migration from clientset_generated to client-go.
2017-07-17 15:05:37 -07:00
Clayton Coleman
b8e662fcea
Move the kubelet certificate management code into a single package
...
Code is very similar and belongs together.
2017-07-05 18:11:49 -04:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Jacob Simpson
855627e5cb
Rotate the kubelet certificate when about to expire.
...
Changes the kubelet so it doesn't use the cert/key files directly for
starting the TLS server. Instead the TLS server reads the cert/key from
the new CertificateManager component, which is responsible for
requesting new certificates from the Certificate Signing Request API on
the API Server.
2017-02-17 17:42:35 -08:00