Lubomir I. Ivanov
39330c4278
kubeadm: ensure CRI URL scheme is present in the kubelet env file
...
During "upgrade node" and "upgrade apply" read the
kubelet env file from /var/lib/kubelet/kubeadm-flags.env
patch the --container-runtime-endpoint flag value to
have the appropriate URL scheme prefix (e.g. unix:// on Linux)
and write the file back to disk.
This is a temporary workaround that should be kept only for 1 release
cycle - i.e. remove this in 1.25.
2022-01-03 23:13:31 +02: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
fabriziopandini
137137cbaa
fix-upgrade-certs-renew
2019-04-27 09:58:17 +02:00
Ed Bartosh
442098bdec
kubeadm: use t.Run in selfhosting and update phases
...
Used T.Run API for kubeadm tests in app/phases/selfhosting and
app/phases/update directories
This should improve testing output and make it more visible
which test is doing what.
2019-01-03 19:23:54 +02:00
fabriziopandini
c9302caf6c
error-imports-cleanups
2019-01-03 13:25:18 +01:00
Lucas Käldström
5656338b6e
Update unit tests after the rename
2018-11-09 14:47:45 +02:00
fabriziopandini
7dfb3c7134
kubeadm config add support for more than one APIEndpoint
2018-08-27 09:00:26 +02:00
Lucas Käldström
5224551fa1
kubeadm: Split out ClusterConfiguration from InitConfiguration
...
Trivial rebasement, fixed some broken tests,
and inserted some TODOs: Rostislav M. Georgiev <rostislavg@vmware.com >
2018-08-22 11:43:02 +03:00
liz
394e6b554a
Yank out a bunch of manual tests and prose
...
`phase certs` and upgrade commands now all use certslist infra
2018-08-20 15:21:08 -04:00
Lucas Käldström
52f0591ad9
Automated rename from MasterConfiguration to InitConfiguration
2018-07-09 04:55:02 +03:00
Lucas Käldström
fd47f8b20c
Update unit tests to use the new NodeRegistration object
2018-05-29 17:52:10 +03:00
xiangpengzhao
6aa8b2fd4d
Remove 1.8-1.9 upgrade codes of kubeadm
2018-03-07 09:59:16 +08:00