Hi,
   You should use Mike's undeploy/deploy plugin
https://wiki.onap.org/display/DW/OOM+Helm+%28un%29Deploy+plugins

   But if you run into any existing artifact (pv, pvc, secret, 
clusterrolebinding) - run the following in sequence - some of this may be due 
to the secondary cloudify orchestration


    kubectl delete namespace $ENVIRON

    sudo helm delete --purge $ENVIRON
https://git.onap.org/logging-analytics/tree/deploy/cd.sh#n77
    kubectl delete pv --all
    kubectl delete pvc --all
    kubectl delete secrets --all
    kubectl delete clusterrolebinding --all

/michael

From: [email protected] <[email protected]> On Behalf Of 
Sangeeth G
Sent: Monday, November 19, 2018 12:08 AM
To: [email protected]; [email protected]
Subject: Re: [onap-discuss] [oom] Helm Installation failure

Hi Xin,

You can try listing the releases using helm and make sure that the release 
which you tried to delete is deleted from the list. If its deleted you can 
retry installing it using same name, else you can give different name while 
installing.

Best Regards,
Sangeeth G

From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Xin Miao
Sent: Saturday, November 17, 2018 4:54 AM
To: [email protected]<mailto:[email protected]>
Subject: [onap-discuss] [oom] Helm Installation failure

Hi, Team,

Please help.

After I ran 'helm del   -purg  <release name>'  and then ran 'helm install 
local/onap -n <release name> --namespace onap' again.  I received the following 
error:
'Error: release <release name> faild: object is being deleted: 
persistentvolumes "<release name>-dbc-pd-data1" already exists'

Please help.

Thank you and best regards,

Xin Miao
Cloudify Network OSDT
Standard Development Lab
Futurewei Technologies, Inc.
5700 Tennyson Dr., Plano, TX 75024
Phone: 469-277-5884; Mobile:469-268-5226
[email protected]<mailto:[email protected]>
 [cid:[email protected]]

============================================================================================================================
Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.
============================================================================================================================

“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13859): https://lists.onap.org/g/onap-discuss/message/13859
Mute This Topic: https://lists.onap.org/mt/28181198/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to