Remove extra space.

pull/13072/head
klaases 2021-12-03 14:55:11 -08:00
parent 47a280bdc7
commit 3ac94ae5e3
1 changed files with 0 additions and 1 deletions

View File

@ -803,7 +803,6 @@ func (k *Bootstrapper) GenerateToken(cc config.ClusterConfig) (string, error) {
// StopKubernetes attempts to stop existing kubernetes.
func StopKubernetes(runner command.Runner, cr cruntime.Manager) {
// Verify that Kubernetes is still running.
stk := kverify.ServiceStatus(runner, "kubelet")
if stk.String() != "Running" {