-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
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
AWX operator is over writing awx config map and causing awe-web to crash #1233
Comments
@rakesh561 the CRD is a cluster-scoped resource. This is a k8s thing, not something we can change. I agree, it is not ideal... Can you share your AWX CR yaml? I just tested this out and when |
@rooftopcellist you mean cm ? |
@rooftopcellist this is the example where my spec is getting overwritten by operator and ipv6_disabled value is removed from my config. Please edit the object below. Lines beginning with a '#' will be ignored,and an empty file will abort the edit. If an error occurs while saving this file will bereopened with the relevant failures.apiVersion: awx.ansible.com/v1beta1
|
You can see from the below output ipv6_disabled: true was set to true initially and its getting overwritten Please edit the object below. Lines beginning with a '#' will be ignored,and an empty file will abort the edit. If an error occurs while saving this file will bereopened with the relevant failures.apiVersion: awx.ansible.com/v1beta1
|
There seems to be a bit of confusion here. I will try to clarify:
Since the bug described in the issue was fixed by this commit that merged yesterday, I think we can close this. A release with those changes should be happening on Monday. |
Please confirm the following
Bug Summary
Recently I have upgraded my awx instance from 20.0.1 to 21.10.2 and operator from 0.19.0 to 1.1.3.Every thing went fine I was using make deploy to do operator deployment and then run awx deployment to upgrade to 21.10.2 I have passed the value ipv6_disabled: true upgrade went fine after two days awx-web pod started crashing.When did a deep dig into the issue
awx-awx-configmap is getting overwritten and has entry of ipv6 ngnix config.Wat I did for work around is kubectl edit awx and manually replace ipv6_disabled: false to ipv6_disabled: true then delete awx-awx-configmap manually and restart the awx deployment after that issue is getting fixed.Just trying to understand where I'm going wrong also I see crd awxs.awx.ansible.com is not configured per namespace any reason why it's not configured at namespace level instead its one CRD for entire cluster ?
AWX Operator version
1.1.3
AWX version
21.10.2
Kubernetes platform
kubernetes
Kubernetes/Platform version
v1.19.0
Modifications
no
Steps to reproduce
N/A
Expected results
N/A
Actual results
N/A
Additional information
N/A
Operator Logs
No response
The text was updated successfully, but these errors were encountered: