| commit | c5eb0245932e3ebdabcb12417d880cd70776abb9 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Feb 06 13:05:56 2026 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Feb 06 13:05:56 2026 +0100 |
| tree | 5cceaae63e3039bf871739a21b5b3010cd55b6eb | |
| parent | d0376773da8b460264c1ada5f95c8d5f6f03340b [diff] |
Add flux uninstall to delete_remote_cluster when PURGE set to true Change-Id: I0b15fc4afd5fcce672fad19d9ad894de4185a4d7 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/docker/osm-krm-functions/scripts/library/krm-functions.rc b/docker/osm-krm-functions/scripts/library/krm-functions.rc index 515dda6..951a54e 100644 --- a/docker/osm-krm-functions/scripts/library/krm-functions.rc +++ b/docker/osm-krm-functions/scripts/library/krm-functions.rc
@@ -1020,6 +1020,7 @@ # Perform the purge if needed if [[ "${PURGE,,}" == "true" ]]; then echo "Purging the remote Flux instalation..." + flux uninstall -s --namespace=flux-system fi echo "Deleting cluster profiles and (when applicable) its cloud resources..."