Closed
Description
As for now, when the installer finishes its job, it only prints how many resources were applied, but it does not tell me anything else...
Some suggestions for what we should print out after installer finish:
- A path to kubeconfig and how to use it (something users can copy&pasta)
- List of public hostnames for masters perhaps (including the
core@
username for login). Right now, I have to either go to EC2 console to figure out what it public hostname for my masters and bootstrap node is or parse the terraform vars... - An API URL to use to login with the user I specified? (
oc login https://<hostname>:6443/
) - The help (?) button in setup should probably also show the "hidden" environment variable you can set to not be asked the question on next installer run ;-)
Also it would be a good idea to warn that you haven't set the public SSH key variable, so you won't be able to SSH into your cluster, probably ask users if they are OK with that :-)
Also I noticed that the cluster is not fully up when the installer complete, which might not be great experience... If we don't want to poll the API server readiness in installer, we should probably tell users to wait for the cluster to fully provision ?