mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
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:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user