app-oran-o2/stx-oran-o2-helm
Zhang Rong(Jon) affec587e0 Change deployment strategy to Recreate
The default deployment strategy is RollingUpdate, which causes the
application update to fail. Since the Pods share the same Persistent
Volume for their database, the original Pod must be shut down before
creating a new one.

This commit resolves the application issue by switching the deployment
strategy to Recreate. This ensures the old Pod is shut down before a new
Pod is created during the upgrade process.

Test Plan:
PASS: Validate basic application lifecycle operations:
      upload/apply/remove/delete
PASS: Upgrade the application on Duplex nodes, confirming a successful
      upgrade to the new version without issues.

Closes-Bug: 2088424
Change-Id: Ide821620ffedfd0a8e58ad2883e3348fddb6994f
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
2024-11-18 07:34:50 +00:00
..
debian Change deployment strategy to Recreate 2024-11-18 07:34:50 +00:00
stx-oran-o2-helm Fix O2 app apply failed by helm chart version 2024-08-01 22:08:00 +08:00