Skip to content

After updating to version 0.15.0, the name argument in KatibClient().get_success_trial_details() has disappeared. #2132

Closed
@moey920

Description

/kind bug

What steps did you take and what happened:
The code below, which worked well in version 0.14.0, fails because of the name parameter in version 0.15.0.

trial_details_log = kclient.get_success_trial_details(
     name=experiment, namespace=namespace
)

What did you expect to happen:
I wonder if this was done intentionally in version 0.15.0 or if a bug fix is needed. Is it something that will be changed in the future update version?

  • Katib version (check the Katib controller image version): 0.15.0
  • Kubernetes version: (kubectl version): v1.21.11
  • OS (uname -a): Linux control-plane.minikube.internal 5.4.0-144-generic #161~18.04.1-Ubuntu SMP Fri Feb 10 15:55:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Impacted by this bug? Give it a 👍 We prioritize the issues with the most 👍

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions