From 76d50fdcb6e15f3bdca441166c007562e05543c8 Mon Sep 17 00:00:00 2001 From: Andre Dietisheim Date: Thu, 10 Oct 2024 18:27:53 +0200 Subject: [PATCH] fix: readme: removed cdk, minishift. renamed CRC to OpenShift Local (#909) (#923) Signed-off-by: Andre Dietisheim --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e2ba9507..a662d9005 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,10 @@ A JetBrains IntelliJ plugin for interacting with Red Hat OpenShift and Kubernete To run the instance of OpenShift cluster locally, developers can use the following: -* OpenShift 4.x - [CodeReadyContainers](https://console.redhat.com/openshift/create/local) +* OpenShift 4.x - [Red Hat OpenShift Local](https://console.redhat.com/openshift/create/local) * Kubernetes 1.x - [minikube](https://minikube.sigs.k8s.io/docs/start/) -* ~~OpenShift 3.x~~ - [minishift](https://github.com/minishift/minishift/releases) / [CDK](https://developers.redhat.com/products/cdk/download/) -The extension also supports OpenShift running on Azure, AWS, and any others supported environments. +The extension also supports the [Red Hat Developer Sandbox](https://developers.redhat.com/developer-sandbox), OpenShift running on Azure, AWS, and any others supported environments. ## New features