Helm del dev-so -purge will only delete the so deployments. Replace dev-so with dev-[project] you want to remove. Helm list -a to confirm it got removed (can not be in FAILED or PENDING_INSTALL state for subsequent deploy to work) Then Helm deploy ... will redeploy so (and bumps the revision of the others but its not a restart)
You do have to make sure that pv, pvc, secrets and data in /dockerdata-nfs is removed for your project. For Integration it seems to work fairly reliably. Brian From: [email protected] <[email protected]> On Behalf Of Ying, Ruoyu Sent: Thursday, October 25, 2018 10:20 PM To: [email protected] Subject: [onap-discuss] [OOM] Redeploy without affecting other components Hi all, Is there a way to redeploy a single component while not affecting others(including upgrade)? I know before we can first purge certain component with command 'kubectl delete - - purge <component_name>' then set 'true' in the integration-override.yaml file for only one component. So that it will redeploy the certain component. However, while using the newest version of OOM, I found these method won't work. You have to enable all components in the integration-override.yaml, so that other components won't be deleted. But sometimes, I really don't want to upgrade the others. Is there a way to do so? Thanks a lot. Best Regards, Ruoyu -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13330): https://lists.onap.org/g/onap-discuss/message/13330 Mute This Topic: https://lists.onap.org/mt/27735380/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
