Closed
Description
Hi Team
I have deployed the k8gb to a cluster with Kube 1.16.15
I have used the k8gb annotations for the ingress and deleted it
what I have found is that the gslb record does not get deleted but tries to get recreated although the ingress has been deleted.
is there a way by means of annotation removal or when ingress is deleted that the ingress >>>> gslb relationship works smoothly and seamlessly to delete the actual gslb record when the ingress is unannotated or deleted
I had to manually use
k delete gslb -n namespace namegslbingress
Activity