This then enforces that a provider must be specified for the resource.
Add this change to the v1alpha6 version
The default provider can't be removed from the KFP Operator configuration till v1alpha7 is created and we guarantee that provider is always populated (i.e. we drop alpha5 support)
Currently it is an annotation, but the requested provider can be moved to be a mandatory field in the spec of all the KFP-Operator custom resources.
Run
in Spec.Run)Before this card:
After this card:
Note that it will be in
Spec.Run.Provider
in RunConfigurations, rather than just inSpec.Provider
, as the RunConfiguration references a Run:This then enforces that a provider must be specified for the resource.
Add this change to the v1alpha6 version
The default provider can't be removed from the KFP Operator configuration till v1alpha7 is created and we guarantee that provider is always populated (i.e. we drop alpha5 support)