From 4a1e3c1075e54afdb41ee65d954e4ff6e1b7e29e Mon Sep 17 00:00:00 2001 From: JagannathS <171037306+sjagannath05@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:45:37 +0530 Subject: [PATCH] Update kind-install.md (#1903) the kind install command had reference to oc (openshift cli). removed that and made it to kubectl --- docs/installation/kind-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/kind-install.md b/docs/installation/kind-install.md index 8b643af1..4fbb51b2 100644 --- a/docs/installation/kind-install.md +++ b/docs/installation/kind-install.md @@ -107,7 +107,7 @@ spec: Create your AWX CR ``` -oc create -f awx-cr.yaml +kubectl create -f awx-cr.yaml ``` Your AWX instance should now be reacheable at http://localhost:32000/