StarlingX ORAN Spec Compliance O2 Interfaces App
affec587e0
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> |
||
---|---|---|
helm-charts/upstream/oran-o2-helm | ||
python3-k8sapp-oran-o2 | ||
stx-oran-o2-helm | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
debian_build_layer.cfg | ||
debian_iso_image.inc | ||
debian_pkg_dirs | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |