kyma-project / hydroform

Infrastructure SDK for provisioning and managing Kubernetes cluster based on Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New installation: prerequisites uninstall order

clebs opened this issue · comments

Description

Prerequisites are uninstalled in the wrong order, which makes uninstallation fail.
See: https://storage.googleapis.com/kyma-prow-logs/logs/adamwalach_test_of_prowjob_kyma-nightly-gardener-gcp-busola-kym/1399255172038791168/build-log.txt

Expected result

Prerequisite uninstallation has no errors

Actual result

Error due to uninstalling istio before the certificates component.

Steps to reproduce

  1. Deploy kyma on a cluster with kyma alpha deploy
  2. Delete kyma with kyma alpha delete

Prerequisites are now deleted in the correct order and uninstallation finishes successfully.