Open LeiQL opened 5 months ago
We agree API standalone should be consistent with k8s mode. We need to 1) check the spec.rootResource in objectVersion vendor, 2) consider to extend a route in objectContainer route.
@LeiQL / @RemindD , do we still have this issue?
K8s mode checks container existence when users create a versioned object (catalog, campaign, target, solution, instance). If the relevant object does not exist, the creation will be blocked. And
spec.rootResource
andmetadata.ownerReferences
are required for versioned object. If container exists andownerReferences
is not set, mutation webhook handle the set-up.Use this issue to discuss about whether we need to make API standalone mode consistent with k8s.