Add simple embed-certs integration test
parent
da7227eb72
commit
5bb0c580a0
|
|
@ -71,6 +71,9 @@ func TestStartStop(t *testing.T) {
|
|||
"--disable-driver-mounts",
|
||||
"--extra-config=kubeadm.ignore-preflight-errors=SystemVerification",
|
||||
}},
|
||||
{"embed-certs", constants.DefaultKubernetesVersion, []string{
|
||||
"--embed-certs",
|
||||
}},
|
||||
}
|
||||
|
||||
for _, tc := range tests {
|
||||
|
|
|
|||
Loading…
Reference in New Issue