awx-operator
awx-operator copied to clipboard
An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...
##### ISSUE TYPE - Bug Report ##### SUMMARY Operator and AWX Installation fails, when pod security policy is applied prohibiting pods running as root user, and write access to filesystem....
##### SUMMARY This PR implements liveness & readiness probes supporting the split web/task container configuration. It also adjusts database migrations to be done in the init container of the task...
##### SUMMARY This PR changes the docs requirements to use pip-tools to generate the full dependency tree. This allows us to declare only the direct dependencies in the `requirements.in` file....
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...
##### SUMMARY This PR enables search feature on the docs page:   ##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### ADDITIONAL INFORMATION The plugin configuration...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...
##### SUMMARY This change introduces the ability to define tolerances and affinity to the AWX Operator. The cluster on which I'm working is highly defined with taints to ensure workload...