Kubernetes Prow Robot
df0af6f7b8
Merge pull request #110736 from Octopusjust/k8s-pr3
...
Incomplete coverage of test scenarios
2022-06-23 04:33:44 -07:00
ZhangYu
9f4562c7b6
Incomplete coverage of test scenarios
2022-06-23 11:41:23 +08:00
XinYang
72fd01095d
re-order imports for kubeadm
...
Signed-off-by: XinYang <xinydev@gmail.com>
2021-08-17 22:40:46 +08:00
XinYang
c2a8cd359f
re-order the imports in kubeadm
...
Signed-off-by: XinYang <xinydev@gmail.com>
Update cmd/kubeadm/app/cmd/join.go
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-07-04 16:41:27 +08:00
SataQiu
107db83839
kubeadm: re-enable kubelet version check test in preflight
2019-12-22 16:49:39 +08:00
SataQiu
2497a1209b
bump k8s.io/utils version
2019-12-21 14:54:44 +08:00
Rostislav M. Georgiev
d425520806
kubeadm: Use only stdout when calling kubelet for its version
...
Currently this uses the combined kubelet output (stdout + stderr), but this
causes parsing issues if the kubelet logs something on stderr.
Thus we ignore the entire stderr and use stdout only.
We do disable a couple of tests here. That is because the fakeexecer only
supports combined output and return a "not supported" error if `.Output()`
gets invoked thus permanently failing those.
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2019-11-15 18:50:40 +02:00
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