Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -84,7 +84,12 @@ Now it is time to tell Kubernetes to read the configuration files using Kustomiz
|
|||||||
!!! warning "Be Patient"
|
!!! warning "Be Patient"
|
||||||
The AWX deployment process can take a while. Use the commands in the [Troubleshooting](https://docs.bunny-lab.io/Containers/Kubernetes/Rancher%20RKE2/AWX%20Operator/Ansible%20Operator/#troubleshooting) section if you want to track the progress after running the commands below.
|
The AWX deployment process can take a while. Use the commands in the [Troubleshooting](https://docs.bunny-lab.io/Containers/Kubernetes/Rancher%20RKE2/AWX%20Operator/Ansible%20Operator/#troubleshooting) section if you want to track the progress after running the commands below.
|
||||||
|
|
||||||
If you get any errors mentioning "**CRD**" in the output, re-run the `kubectl apply -k .` command a second time after waiting about 10 seconds. The second time the error should be gone.
|
If you get an error that looks like the below, re-run the `kubectl apply -k .` command a second time after waiting about 10 seconds. The second time the error should be gone.
|
||||||
|
``` sh
|
||||||
|
error: resource mapping not found for name: "awx" namespace: "awx" from ".": no matches for kind "AWX" in version "awx.ansible.com/v1beta1"
|
||||||
|
ensure CRDs are installed first
|
||||||
|
```
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
cd /awx
|
cd /awx
|
||||||
kubectl apply -k .
|
kubectl apply -k .
|
||||||
|
Reference in New Issue
Block a user