-
Couldn't load subscription status.
- Fork 8
Description
Describe the feature request
While exploring the creation of custom convention service, currently the convention controller performs very strict checks and fails the entire podintent when even 1 convention server fails to respond with a PodConventionContext (with Status and AppliedStatus included).
This strictness becomes a barrier for deploying / testing convention servers, as it affects all cartographer workloads in the cluster to be prevented to proceed.
While ideally the convention server should always be stable, it will help developing conventions if we can relax this checking by adding a flag to skip the convention server, if it fails to respond with the correct output.
Is your feature request related to a problem? Please describe
Describe alternatives you've considered
Additional context