Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jan 16, 2024
1 parent b56fc1c commit b358fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/embeddedcluster/node_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b358fe1

Please sign in to comment.