You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I experimented, tf-operator requires crd to be created via admin manually; however, i believe in most of crd-based system, they are responsible to make sure crd exists, e.g. rook,, volume snapshot, etc
Note apart from creating crd upon startup, a robust operator should also make sure it always exists, though how to implement this varies, e.g. recreate if crd is deleted, using authz