Ed Bartosh
|
215db4d46b
|
kubeadm: use T.Run API in app/
Used T.Run API for kubeadm tests in app/
This should improve testing output and make it more visible
which test is doing what.
|
2019-01-02 17:14:02 +02:00 |
|
qingsenLi
|
e94dd19e03
|
[kubeadm/app/..add other packages]Switch to github.com/pkg/errors
|
2018-11-09 18:54:03 +08:00 |
|
Ed Bartosh
|
3bdfdda99b
|
Reimplement 2 tests using fakeexec
Used fakeexec API from utils/exec/testing to test
GetKubeletVersion and KubeletVersionCheck APIs without
running kubelet.
|
2018-02-07 11:55:44 +02:00 |
|
Alexander Kanevskiy
|
521c84aa89
|
Detect major version mismatches between kubeadm and kubelet.
Kubeadm supports only one minor release back, thus for 1.9
it requires minimum kubelet from 1.8.
Fixes: kubernetes/kubeadm#430
|
2017-09-26 12:56:03 +03:00 |
|