We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]
Hello I am not good at English. Sorry if my English is strange.
I am having a lot of trouble starting awx-web. CrashLoopBackOff by awx-web and cannot install AWX
kubectl get all -n awx
NAME READY STATUS RESTARTS AGE pod/awx-operator-controller-manager-dfd7f7bdf-b7rn9 2/2 Running 0 12m pod/awx-postgres-15-0 1/1 Running 0 11m pod/awx-task-767c894fd9-z4m4j 0/4 Init:0/2 0 11m pod/awx-web-7c67c8bff6-mqc6f 2/3 CrashLoopBackOff 6 (2m27s ago) 11m
kubectl logs pod/awx-operator-controller-manager-xxxxxxxx -n awx -c awx-manager
{"level":"error","ts":"2024-12-05T01:03:39Z","msg":"Reconciler error","controller":"awx-controller","object":{"name":"awx","namespace":"awx"},"namespace":"aw x","name":"awx","reconcileID":"03ea3be2-fb61-4960-8325-e7e2f58b3e07","error":"event runner on failed","stacktrace":"sigs.k8s.io/controller-runtime/pkg/intern al/controller.(*Controller).reconcileHandler\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:329\nsig s.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/i nternal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/home/runner/go/pkg/mod/sigs.k8s. io/[email protected]/pkg/internal/controller/controller.go:227"}
cat awx-demo.yaml
--- apiVersion: awx.ansible.com/v1beta1 kind: AWX metadata: name: awx spec: ipv6_disabled: true service_type: nodeport postgres_data_volume_init: true postgres_init_container_commands: | chown 26:0 /var/lib/pgsql/data chmod 700 /var/lib/pgsql/data postgres_configuration_secret: awx-postgres-configuration postgres_storage_class: awx-postgres-volume postgres_storage_requirements: requests: storage: 2Gi
24.6.0
kubernetes
no
No response
I referred to the AWX-operator manual
Nodes should be deployed successfully (status = Running).
Deployment fails:
The text was updated successfully, but these errors were encountered:
Having this exact same issue. Any updates on your end?
Sorry, something went wrong.
No branches or pull requests
Please confirm the following
[email protected]
instead.)Bug Summary
Hello
I am not good at English. Sorry if my English is strange.
I am having a lot of trouble starting awx-web.
CrashLoopBackOff by awx-web and cannot install AWX
kubectl get all -n awx
kubectl logs pod/awx-operator-controller-manager-xxxxxxxx -n awx -c awx-manager
cat awx-demo.yaml
AWX version
24.6.0
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
I referred to the AWX-operator manual
Expected results
Nodes should be deployed successfully (status = Running).
Actual results
Deployment fails:
Additional information
No response
The text was updated successfully, but these errors were encountered: