diff --git a/README.md b/README.md index a832fa7f9a3..e0a96c53fb7 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ Example output: ```sh INFO Waiting 10m0s for the openshift-console route to be created... INFO Install complete! -INFO Run 'export KUBECONFIG=/path/to/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. -INFO The cluster is ready when 'oc login -u kubeadmin -p 5char-5char-5char-5char' succeeds (wait a few minutes). +INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/path/to/installer/auth/kubeconfig' INFO Access the OpenShift web-console here: https://console-openshift-console.apps.${CLUSTER_NAME}.${BASE_DOMAIN}:6443 INFO Login to the console with user: kubeadmin, password: 5char-5char-5char-5char ``` diff --git a/cmd/openshift-install/create.go b/cmd/openshift-install/create.go index 006d46fb82e..d6a98dbbdcd 100644 --- a/cmd/openshift-install/create.go +++ b/cmd/openshift-install/create.go @@ -427,8 +427,7 @@ func logComplete(directory, consoleURL string) error { return err } logrus.Info("Install complete!") - logrus.Infof("Run 'export KUBECONFIG=%s' to manage the cluster with 'oc', the OpenShift CLI.", kubeconfig) - logrus.Infof("The cluster is ready when 'oc login -u kubeadmin -p %s' succeeds (wait a few minutes).", pw) + logrus.Infof("To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=%s'", kubeconfig) logrus.Infof("Access the OpenShift web-console here: %s", consoleURL) logrus.Infof("Login to the console with user: kubeadmin, password: %s", pw) return nil diff --git a/docs/user/aws/install.md b/docs/user/aws/install.md index c322fa1da04..43617213f6e 100644 --- a/docs/user/aws/install.md +++ b/docs/user/aws/install.md @@ -34,10 +34,9 @@ INFO Destroying the bootstrap resources... INTO Waiting up to 30m0s for the cluster at https://api.test.example.com:6443 to initialize... INFO Waiting up to 10m0s for the openshift-console route to be created... INFO Install complete! -INFO Run 'export KUBECONFIG=/home/user/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. -INFO The cluster is ready when 'oc login -u kubeadmin -p XXXX' succeeds (wait a few minutes). +INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/home/user/auth/kubeconfig' INFO Access the OpenShift web-console here: https://console-openshift-console.apps.test.example.com -INFO Login to the console with user: kubeadmin, password: XXXX +INFO Login to the console with user: kubeadmin, password: 5char-5char-5char-5char ``` ### Running Cluster diff --git a/docs/user/openstack/README.md b/docs/user/openstack/README.md index 89e2828c153..16f9904ee99 100644 --- a/docs/user/openstack/README.md +++ b/docs/user/openstack/README.md @@ -188,10 +188,9 @@ It will print the console URL, username and password and you should be able to g ``` INFO Install complete! -INFO Run 'export KUBECONFIG=/home/thomas/go/src/github.com/openshift/installer/ostest/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. -INFO The cluster is ready when 'oc login -u kubeadmin -p siDhh-STMU3-hWDPW-jM4co' succeeds (wait a few minutes). +INFO To access the cluster as the system:admin user when using 'oc', run 'export KUBECONFIG=/path/to/installer/auth/kubeconfig' INFO Access the OpenShift web-console here: https://console-openshift-console.apps.ostest.shiftstack.com -INFO Login to the console with user: kubeadmin, password: siDhh-STMU3-hWDPW-jM4co +INFO Login to the console with user: kubeadmin, password: 5char-5char-5char-5char ``` ## Using an External Load Balancer