Crc: [Improvement] CRC Start console output should inform about developer account

Created on 11 Sep 2019  路  3Comments  路  Source: code-ready/crc

General information

  • OS: macOS (but I suppose this output is on all OSs)
  • Hypervisor: VirtualBox (but I suppose this output is on all hypervisors)
  • Did you run crc setup before starting it (Yes/No)? yes

CRC version

version: 1.0.0-beta.3-4.1.11+e97bf65

Steps to reproduce

  1. crc setup
  2. crc start (+ needed parameters)
  3. info about connection to openshift cluster is shown:
    bash ... INFO Starting OpenShift cluster ... [waiting 3m] INFO To access the cluster using 'oc', run 'eval $(crc oc-env) && oc login -u kubeadmin -p 78UVa-zNj5W-YB62Z-ggxGZ https://api.crc.testing:6443' INFO Access the OpenShift web-console here: https://console-openshift-console.apps-crc.testing INFO Login to the console with user: kubeadmin, password: 78UVa-zNj5W-YB62Z-ggxGZ

Expected

In info about connecting user to openshift cluster could be also information about developer account.

Actual

There is no info about developer account, only about kubeadmin.

kinbug

All 3 comments

This would make sense. Also, the developer account is used e.g. in this introduction to CRC.

On the master it is already fixed, so when we release beta-2 then it should be auto fixed.

Was this page helpful?
0 / 5 - 0 ratings