Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Add setup steps for the Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson authored Feb 22, 2019
1 parent 8ad44b2 commit fb1d2ed
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ sudo oc --config kubeconfig -n openshift-ingress port-forward svc/router-inter
```
Leave this running in the terminal.

## Running it
### Running it
In the browser use `https://console-openshift-console.apps.test1.tt.testing`

To login use:
Expand All @@ -78,7 +78,11 @@ To login use:
- Currently script prerequisite part only support RHEL/Fedora/CentOS.
- If you using a different distribution then you need to edit the script around how to install the libvirt packages and make the config changes.

### Steps
### Steps
Run these commands from the installed/extracted directory:
- `export KUBECONFIG=$PWD/kubeconfig`
- `./crc_libvirt.sh create`
- `./crc_libvirt.sh start`

### How to expose the webconsole
- You need to wait till the cluster is in healthy state, check if all pods are running `oc get pods --all-namespaces` after exporting the kubeconfig file.
Expand Down Expand Up @@ -110,7 +114,7 @@ $ kubectl -n openshift-ingress port-forward svc/router-internal-default 443
```
Leave this running in the terminal.

## Running it
### Running it
In the browser use `https://console-openshift-console.apps.test1.tt.testing`

To login use:
Expand Down

0 comments on commit fb1d2ed

Please sign in to comment.