Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox authored and seldondev committed Oct 12, 2020
1 parent 97863d5 commit c06f0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion operator/openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make scorecard

## Tests

Run on a kind cluster tests [./openshift/tests/README]. k8s >= 1.16.
Run [kind cluster tests](./openshift/tests/README.md). k8s >= 1.16.

Run on an openshift cluster. Openshift >= 4.3.

Expand Down
3 changes: 3 additions & 0 deletions operator/openshift/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ kubectl create -f operator-group.yaml

Create Subscription

Note a subscription that starts with csv <= 1.2.2 will fail on k8s>=1.18 as these earlier versions will not run on k8s 1.18.


```bash
kubectl create -f operator-subscription.yaml
```
Expand Down

0 comments on commit c06f0f8

Please sign in to comment.