Update kind-install.md (#1903)

the kind install command had reference to oc (openshift cli). removed that and made it to kubectl
This commit is contained in:
JagannathS
2024-06-27 01:45:37 +05:30
committed by GitHub
parent 4b6eb8df05
commit 4a1e3c1075

View File

@@ -107,7 +107,7 @@ spec:
Create your AWX CR 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/ Your AWX instance should now be reacheable at http://localhost:32000/