# create a new profile to test the operator |
$ minishift profile set operator |
# enable the admin-user add-on |
$ minishift addon enable admin-user |
# optionally, configure the VM |
$ minishift config set cpus 4 |
$ minishift config set memory 8GB |
$ minishift config set vm-driver virtualbox |
# start the instance |
$ minishift start |
# login with the admin account |
$ oc login -u system:admin |
|