azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Manually deleting failed appliances doesn't (always) work #39

Closed jjo93sa closed 1 year ago

jjo93sa commented 1 year ago

Sometimes the following steps permits removal of failed appliances:

kubectl edit cluster.caas.azimuth.stackhpc.com -n <namespace> <appliance>

And deleting the finaliser content:

  finalizers:
  - kopf.zalando.org/KopfFinalizerMarker

But in many cases, this does not remove the appliance. Indeed, the finaliser content reappears almost immediately.

JohnGarbutt commented 1 year ago

Are you sure you deleted the cluster first?

jjo93sa commented 1 year ago

I think we can close this one. I thought I'd deleted the clusters, but could be wrong. We'll re-open if it re-occurs.