helm undeploy onap

Run the following script updating your namespace accordingly (ie.  -n onap):

#!/bin/bash
kubectl delete jobs -n onap --all
sleep 10
kubectl delete poddisruptionbudget -n onap --all
kubectl delete pods -n onap --all --force --grace-period 0
kubectl delete services -n onap --all
kubectl delete persistentvolumeclaims -n onap --all
kubectl delete persistentvolumes -n onap --all
kubectl delete configmaps -n onap
kubectl delete ingress -n onap --all
kubectl delete kb -n onap --all
kubectl delete kt -n onap --all
kubectl delete namespace onap
sudo rm -fr /dockerdata-nfs/* /tmp/dockerdata-nfs
sleep 5
helm undeploy onap

Kafka version should be 3.2.3

make clean SKIP_LINT=TRUE all

redeploy:

helm deploy onap local/onap --verbose --namespace onap --create-namespace --set 
global.masterPassword=test -f your-overrides-file.yaml


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24270): https://lists.onap.org/g/onap-discuss/message/24270
Mute This Topic: https://lists.onap.org/mt/95061105/21656
Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom
Mute #strimzi:https://lists.onap.org/g/onap-discuss/mutehashtag/strimzi
Mute #error:https://lists.onap.org/g/onap-discuss/mutehashtag/error
Mute #retry:https://lists.onap.org/g/onap-discuss/mutehashtag/retry
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to