Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Oct 11, 2018
1 parent cf8a2da commit eef4651
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ Orca is a simplifier. It focuses on the world around Kubernetes and CI\CD, but i

### Install
```
wget -qO- https://github.com/maorfr/orca/releases/download/0.1.5/orca.tar.gz | sudo tar xvz -C /usr/local/bin
wget -qO- https://github.com/maorfr/orca/releases/download/0.1.9/orca.tar.gz | sudo tar xvz -C /usr/local/bin
```

### Use it in your CI\CD processes
```
docker pull maorfr/orca
```
Docker hub repository: https://hub.docker.com/r/maorfr/orca

### Build from source

Orca uses glide as a dependency management tool, since some of the referenced packages are not available using [dep](https://github.com/golang/dep).
Expand Down Expand Up @@ -202,7 +209,7 @@ orca get env
### Kubernetes

Orca tries to get credentials in the following order:
if `KUBECONFIG` environment variable is set - orca will use the current context from that config file. Otherwise it will use `~/.kube/config` with an [out-of-cluster client configuration](https://github.com/kubernetes/client-go/tree/master/examples/out-of-cluster-client-configuration)
If `KUBECONFIG` environment variable is set - orca will use the current context from that config file. Otherwise it will use `~/.kube/config`.

## All commands

Expand Down

0 comments on commit eef4651

Please sign in to comment.