-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
helm operator upgrade is happening continuously without any trigger #6233
Comments
Seeing this especially with helm-operator sdk 1.25.3 |
@malli31 Can you provide more details on what you mean by "immediate upgrade is happening". If possible, can you also point us towards your repository so that we can look at the code. Also, what is the version of operator-sdk you are using? |
Dear @varshaprasad96 @laxmikantbpandhare Thanks for responding, please find git url where our metadata is present this is metadata that we used from our helm charts, let me know if you want ful helm-charts code? |
If you want to try our operator in kubernetes you can install from kubectl create ns caapm and try to delete uma_cr jus installed its struck forever, and seeing reconisile error in uma-operator-*** pod, also before running delete cr, we are continuously seeing Upgraded release info in uma-operator logs If you want to insall in Openshift 4.11 jus go to operator hub and search for uma and install |
thank you @malli31 for a detailed explanation. I will take a look into it. |
@laxmikantbpandhare any update on this, please we are not able to delete cr |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am seeing strange issue with Helm operator,
Installed helm operator setup and the tried installing
CR , after successful installation, Immediate upgrade is happening
and this process continuing , I am seeing below logs in operator pod continuously
{"level":"info","ts":1671986485.61458,"logger":"helm.controller","msg":"Upgraded release","namespace":"caapm","name":"uma-monitor","apiVersion":"ca.broadcom.com/v1alpha1","kind":"UniversalMonitoringAgent","release":"uma-monitor","force":false}
{"level":"info","ts":1671986545.2212965,"logger":"helm.controller","msg":"Upgraded release","namespace":"caapm","name":"uma-monitor","apiVersion":"ca.broadcom.com/v1alpha1","kind":"UniversalMonitoringAgent","release":"uma-monitor","force":false}
{"level":"info","ts":1671986606.602362,"logger":"helm.controller","msg":"Upgraded release","namespace":"caapm","name":"uma-monitor","apiVersion":"ca.broadcom.com/v1alpha1","kind":"UniversalMonitoringAgent","release":"uma-monitor","force":false}
{"level":"info","ts":1671986667.6448646,"logger":"helm.controller","msg":"Upgraded release","namespace":"caapm","name":"uma-monitor","apiVersion":"ca.broadcom.com/v1alpha1","kind":"UniversalMonitoringAgent","release":"uma-monitor","force":false}
{"level":"info","ts":1671986728.6824412,"logger":"helm.controller","msg":"Upgraded release","namespace":"caapm","name":"uma-monitor","apiVersion":"ca.broadcom.com/v1alpha1","kind":"UniversalMonitoringAgent","release":"uma-monitor","force":false}
{"level":"info","ts":1671986789.7362242,"logger":"helm.controller","msg":"Upgraded release","namespace":"caapm","name":"uma-monitor","apiVersion":"ca.broadcom.com/v1alpha1","kind":"UniversalMonitoringAgent","release":"uma-monitor","force":false}
The text was updated successfully, but these errors were encountered: