operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.24k stars 1.74k forks source link

I need to recreate a different CRD object that exists on Openshift, from inside the controller of my operator. How too do this is the controller in operatorSDK? #4175

Closed anusood closed 3 years ago

anusood commented 3 years ago

So I have a scenario where if the pod gets deleted, it gets recreated from my operator, but I want the CRD Object for the VirtualService of Istio to also be recreated at the same time. How do you suggest I do it? Would be of great help. Thanks

joelanford commented 3 years ago

Closing as a duplicate of #4171.