diff --git a/pkg/embeddedcluster/node_join.go b/pkg/embeddedcluster/node_join.go index 4401a53688..4db0d833b2 100644 --- a/pkg/embeddedcluster/node_join.go +++ b/pkg/embeddedcluster/node_join.go @@ -201,7 +201,7 @@ func getAdminConsolePort(ctx context.Context, client kubernetes.Interface) (int3 return port.NodePort, nil } } - return -1, fmt.Errorf("did not find port 'http' in service 'admin-console'") + return -1, fmt.Errorf("did not find port 'http' in service 'kurl-proxy-kotsadm'") } // getControllerNodeIP gets the IP of a healthy controller node