Skip to content

Commit ad5fa9a

Browse files
authored
Update README.md
1 parent 7fe6c47 commit ad5fa9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This repository contains end-to-end tests for Kuadrant project. It supports runn
55
## Requirements
66

77
### Authorino standalone tests
8-
* OpenShift 4.x cluster
8+
* Kubernetes cluster
99
* Authorino Operator installed
1010
* Use `authorino-standalone` make target
1111

1212
### Service Protection tests
13-
* OpenShift 4.x cluster
13+
* Kubernetes cluster
1414
* Kuadrant Operator installed
1515
* Use `test` make target
1616

@@ -56,7 +56,7 @@ Requirements:
5656
* Python 3.11+
5757
* [poetry](https://python-poetry.org/)
5858
* [CFSSL](https://github.com/cloudflare/cfssl)
59-
* [OpenShift CLI tools](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) (oc)
59+
* [kubectl](https://kubernetes.io/docs/reference/kubectl/) (kubectl)
6060

6161
If you have all of those, you can run ```make poetry``` to install virtual environment and all dependencies
6262
To run all tests you can then use ```make test```

0 commit comments

Comments
 (0)