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
@chandrams Thanks for highlighting the case of an invalid Kubernetes object type. As per my discussion with Dino, we currently only support the deployment type. I’ve also added tests to cover the invalid object type scenario for both modes.
POST /createExperiment API
valid
container
experiment withoutexperiment_type
andmode=auto
valid
container
experiment withoutexperiment_type
andmode=recreate
valid
container
experiment withexperiment_type
andmode=auto
valid
container
experiment withexperiment_type
andmode=recreate
invalid
namespace
experiment withmode=auto
invalid
namespace
experiment withmode=recreate
invalid
container
experiment withexperiment_type
,target_cluster=remote
andmode=recreate
invalid
container
experiment withexperiment_type
,target_cluster=remote
andmode=auto
invalid
container
experiment withoutexperiment_type
,target_cluster=remote
andmode=recreate
invalid
container
experiment withoutexperiment_type
,target_cluster=remote
andmode=auto
The text was updated successfully, but these errors were encountered: