-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSCvu76204: Istio resources clean-up
Issue: When aci-cni deployment file is deleted, some of the resources such as istio-operator NS are not deleted. AciIstioOperator CRD presence in aci-cni deployment drives istio installation which includes + istio-operator NS + istio-operator deployment + istio-system NS + istiocontrolplane CR Fix: This change will set the OwnerReference with AciIstioOperator for all resources that gets created by ACC. Caveat: There are bunch of istio related CRDs that gets created by upstream istio-operator deployment are not cleaned up even after istio-operator deployment goes away. This is a known issue in upstream community (istio/istio#24038)
- Loading branch information
1 parent
ad732a6
commit a94364b
Showing
3 changed files
with
722 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.