Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created May 22, 2017 08:21
Show Gist options
  • Save brgnepal/bd1759ccb6d688a267e25043099af223 to your computer and use it in GitHub Desktop.
Save brgnepal/bd1759ccb6d688a267e25043099af223 to your computer and use it in GitHub Desktop.
Minishift update
$ minishift version
Minishift version: 1.0.0
$ minishift start --memory 4096
Starting local OpenShift cluster using 'kvm' hypervisor...
Downloading OpenShift binary 'oc' version 'v1.5.1'
19.96 MiB / 19.96 MiB [==========================================================================================================================] 100.00% 0s
-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ... OK
-- Checking for openshift/origin:v1.5.1 image ...
Pulling image openshift/origin:v1.5.1
Pulled 0/3 layers, 3% complete
Pulled 0/3 layers, 59% complete
Pulled 1/3 layers, 78% complete
Pulled 1/3 layers, 94% complete
Pulled 2/3 layers, 96% complete
Pulled 3/3 layers, 100% complete
Extracting
Image pull complete
-- Checking Docker daemon configuration ... OK
-- Checking for available ports ... OK
-- Checking type of volume mount ...
Using Docker shared volumes for OpenShift volumes
-- Creating host directories ... OK
-- Finding server IP ...
Using 192.168.42.131 as the server IP
-- Starting OpenShift container ...
Creating initial OpenShift configuration
Starting OpenShift using container 'origin'
Waiting for API server to start listening
OpenShift server started
-- Adding default OAuthClient redirect URIs ... OK
-- Installing registry ... OK
-- Installing router ... OK
-- Importing image streams ... OK
-- Importing templates ... OK
-- Login to server ... OK
-- Creating initial project "myproject" ... OK
-- Removing temporary directory ... OK
-- Checking container networking ... OK
-- Server Information ...
OpenShift server started.
The server is accessible via web console at:
https://192.168.42.131:8443
You are logged in as:
User: developer
Password: developer
To login as administrator:
oc login -u system:admin
$ minishift update
A newer version of minishift is available.
Do you want to update from 1.0.0 to 1.0.1 now? [y/N]: y
Downloading https://github.com/minishift/minishift/releases/download/v1.0.1/minishift-1.0.1-linux-amd64.tgz
3.43 MiB / 3.43 MiB [============================================================================================================================] 100.00% 0s
65 B / 65 B [====================================================================================================================================] 100.00% 0s
Updated to minishift v1.0.1 successfully.
$ minishift stop
Stopping local OpenShift cluster...
Cluster stopped.
$ minishift start --memory 4096
Starting local OpenShift cluster using 'kvm' hypervisor...
-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ...
Deleted existing OpenShift container
-- Checking for openshift/origin:v1.5.0 image ...
Pulling image openshift/origin:v1.5.0
Pulled 0/3 layers, 3% complete
Pulled 0/3 layers, 29% complete
Pulled 0/3 layers, 57% complete
Pulled 1/3 layers, 73% complete
Pulled 2/3 layers, 99% complete
Pulled 3/3 layers, 100% complete
Extracting
Image pull complete
-- Checking Docker daemon configuration ... OK
-- Checking for available ports ... OK
-- Checking type of volume mount ...
Using Docker shared volumes for OpenShift volumes
-- Creating host directories ... OK
-- Finding server IP ...
Using 192.168.42.131 as the server IP
-- Starting OpenShift container ...
Starting OpenShift using container 'origin'
Waiting for API server to start listening
OpenShift server started
-- Removing temporary directory ... OK
-- Checking container networking ... OK
-- Server Information ...
OpenShift server started.
The server is accessible via web console at:
https://192.168.42.131:8443
To login as administrator:
oc login -u system:admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment