Skip to content

Commit

Permalink
Merge pull request opendatahub-io#2932 from manosnoam/ocp_version
Browse files Browse the repository at this point in the history
Update references of docs.openshift.com to the latest OCP version
  • Loading branch information
openshift-merge-bot[bot] authored Jun 20, 2024
2 parents 520c92a + 1513643 commit a1c9c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ODH requires the following to run:
- [NodeJS and NPM](https://nodejs.org/)
- Node recommended version -> `18.16.0`
- NPM recommended version -> `9.6.7`
- [OpenShift CLI](https://docs.openshift.com/container-platform/4.12/cli_reference/openshift_cli/getting-started-cli.html)
- [OpenShift CLI](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html)
- [kustomize](https://github.com/kubernetes-sigs/kustomize) (if you need to do deployment)

### Additional tooling
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- Previously installed and configured Kubernetes, including access to **kubectl**.
- An editor suitable for editing YAML files.
- Your SEP (Starburst Enterprise) license file.
- The latest OpenShift Container Platform (OCP) client for your platform as described in the [OpenShift documentation](https://docs.openshift.com/container-platform/4.10/cli_reference/openshift_cli/getting-started-cli.html) and the **oc** executable copied into your path, usually **/usr/local/bin.**
- The latest OpenShift Container Platform (OCP) client for your platform as described in the [OpenShift documentation](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) and the **oc** executable copied into your path, usually **/usr/local/bin.**
## Installation
Expand Down

0 comments on commit a1c9c39

Please sign in to comment.