From e752c2f3594c31bcce2f8c7f64b329430c39b6b9 Mon Sep 17 00:00:00 2001 From: Shubham Minglani Date: Sun, 16 Jan 2022 18:06:23 +0530 Subject: [PATCH] Drop minishift instructions This commit drops instructions for minishift since it's not in active development anymore and has been replaced by CRC which does not need any specific instructions. See https://github.com/minishift/minishift#welcome-to-minishift. --- docs/install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 7e2effaeb97..05aa5f0b1c5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -109,7 +109,6 @@ for more information. uses the default `system:admin` user: ```bash - # For MiniShift: oc login -u admin:admin oc login -u system:admin ```