Doan Minh Tu
Doan Minh Tu
@shanemcd Hi Shane, I have found the root cause for this issue. https://github.com/ansible/awx/blob/21.3.0/awx/api/serializers.py#L4934-L4941 Briefly describe: - `policy_instance_percentage` of `default` container instance group is 100. - There are 2 cases that...
Can I know that how long does it take for this PR to be merged ? Since we are facing many critical issue from `ansible-operator:v1.12.0` (mostly come from Golang v1.16)....
Your auth generic config is fine. However, for the server config, it should be: ``` GF_SERVER_ROOT_URL: 'https://pmm.xxxx.com/graph/' GF_SERVER_SERVE_FROM_SUB_PATH: 'true' GF_SERVER_DOMAIN: pmm.xxxx.com ``` You are: - missing path `/graph/` in root...
@NICK-DUAN To config the admin listening address. you should update this config instead of `env`. ``` admin: enabled: true addresses: - 127.0.0.1 ``` Clearly, here is my helm diff after...