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

Commit

Permalink
Add oc and kubectl download links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
agajdosi committed Feb 25, 2019
1 parent 8ad44b2 commit 775066d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ To login use:
### Prerequisites
- 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.
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [oc 4.0.0](https://mirror.openshift.com/pub/openshift-v3/clients/4.0.0-0.179.0/linux/)


### Steps

Expand All @@ -100,7 +103,7 @@ $ echo "127.0.0.1 console-openshift-console.apps.test1.tt.testing" | sudo tee -a
Allow kubectl to bind to privileged ports:

```
$ sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/kubectl
$ sudo setcap CAP_NET_BIND_SERVICE=+eip $(which kubectl)
```

Note: If you omit the above, you have to start `kubectl` using `sudo`. Next, port-forward the `router-default` service:
Expand Down

0 comments on commit 775066d

Please sign in to comment.