From 99b3350efda3a814d7967bda23404fda940cef9b Mon Sep 17 00:00:00 2001 From: Benjamin Affolter <5555767+bliemli@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:46:39 +0200 Subject: [PATCH] Add ways to work with OpenShift (#623) --- content/en/setup/more-tools-to-work-with-openshift.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/en/setup/more-tools-to-work-with-openshift.md b/content/en/setup/more-tools-to-work-with-openshift.md index cbfa15df..80721ba9 100644 --- a/content/en/setup/more-tools-to-work-with-openshift.md +++ b/content/en/setup/more-tools-to-work-with-openshift.md @@ -1,14 +1,17 @@ --- -title: "More tools to work with OpenShift" +title: "Other ways to work with OpenShift" weight: 30 type: docs onlyWhen: openshift --- -## More tools to work with OpenShift +## Other ways to work with OpenShift -* [Red Hat OpenShift Local](https://developers.redhat.com/products/openshift-local/overview) -* [Red Hat OpenShift Dev Spaces](https://developers.redhat.com/products/openshift-dev-spaces/overview) +If you don't have access to a running OpenShift development environment (anymore), there are several options to get one. + +* [OpenShift Developer Sandbox](https://developers.redhat.com/developer-sandbox): 30 days of no-cost access to a shared cluster on OpenShift +* [OpenShift Local](https://developers.redhat.com/products/openshift-local/overview): A local OpenShift environmennt running on your machine +* [OKD single node installation](https://docs.okd.io/latest/installing/installing_sno/install-sno-preparing-to-install-sno.html): OKD (OpenShift community edition) single node installation ## Next steps