Skip to content

Commit

Permalink
adjust KUBECONFIG requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Mar 9, 2022
1 parent 2011793 commit 440f470
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 @@ -25,11 +25,14 @@ chmod u+x /usr/bin/tasty

## Requirements

Kubeconfig environment variable must be set.
Kubeconfig environment variable must be set

```
export KUBECONFIG=/path/to/kubeconfig
```

Alternatively, you can rely on your `~/.kube/config`

## Running as kubelet and oc plugin

Run the following and you can then use `kubectl olm` or `oc olm`
Expand Down

0 comments on commit 440f470

Please sign in to comment.