This is an IBM Automation portal for Digital Business Automation products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Cloud Pak for Business Automation - including Business Automation Studio and App Designer, Business Automation Insights
Business Automation Workflow (BAW) - including BAW, Business Process Manager, Workstream Services, Business Performance Center, Advanced Case Management
Content Services - FileNet Content Manager
Content Services - Content Manager OnDemand
Content Services - Daeja Virtual Viewer
Content Services - Navigator
Content Services - Content Collector for Email, Sharepoint, Files
Content Services - Content Collector for SAP
Content Services - Enterprise Records
Content Services - Content Manager (CM8)
Datacap
Automation Document Processing
Automation Decision Services (ADS)
Operational Decision Manager
Robotic Process Automation
Robotic Process Automation with Automation Anywhere
Blueworks Live
Business Automation Manager Open Edition
IBM Process Mining
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Might be a bug then as that functionality sounds like it would work for us. What I have seen happening is the ODM operator pod runs the task /opt/ansible/roles/ICP4AODM/tasks/delete-objects.yml deleting the ODM pods I assume when that checksum is changed. Maybe it's deleting the pods for a different reason but whatever the case may be unless we are deleting the entire ODM or Cloud Pak deployment we can't have pods restarted in this way.
I was trying to find some evidence but it hasn't happened recently enough but I decided to test scaling down the ODM operator in a dev environment and noticed the ODM pods did still see a restart. I wasn't watching it and it happened after hours so it went unnoticed but I am hoping it was as you described here, the checksum changed so the rollout took place. The closest log I could find to the restart is
Sounds like a bug? If RollingUpdate implemented for ODM: https://github.ibm.com/dba/cert-kubernetes/blob/abf6feeb40fe48fc1913a567d59f0752ff388c9b/descriptors/patterns/ibm_cp4a_cr_production_FC_decisions.yaml#L310-L312 and with checksum on the trusted certificate, if the checksum changes to the Deployment, Kubernetes (or OCP) would redeploy the ODM pods abiding to the RollingUpdate strategy.
I don't know how ODM operator is implemented, but here is how RollingUpdate strategy is defined in the Content operator for one of the FNCM components (e.g., CPE): https://github.ibm.com/dba/ibm-content-operator/blob/f1403d71250da2e27f8292cac898bd1be5060407/roles/FNCM/templates/cpe/ecm-cpe-deployment.yaml#L31-L35
And if the checksum of the trusted certificate list changes: https://github.ibm.com/dba/ibm-content-operator/blob/f1403d71250da2e27f8292cac898bd1be5060407/roles/FNCM/templates/cpe/ecm-cpe-deployment.yaml#L76-L78, then it will change the Deployment, which OCP/Kubernetes will recreate the pods following the RollingUpdate strategy defined in the Deployment
@VINCENT Le @TODD DEEN - could you please look into the above fact mentioned by @ALAIN Robert regarding rolling update behavior.
ODM implemented rolling updates - https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/25.0.1?topic=administering-applying-rolling-update-strategy