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
As we discuss in issue #2369 , we choose to always pass the Trial name as env variable KATIB_TRIAL_NAME to the training container. And we implemented this feature as function mutatePodEnv and used it here:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
As we discuss in issue #2369 , we choose to always pass the Trial name as env variable
KATIB_TRIAL_NAME
to the training container. And we implemented this feature as functionmutatePodEnv
and used it here:katib/pkg/webhook/v1beta1/pod/inject_webhook.go
Lines 140 to 142 in 206fe1c
Here are some discussions about it: #2369 (comment) #2369 (comment) #2369 (comment)
We use this issue to track the discussion. Any suggestions are welcome!
The text was updated successfully, but these errors were encountered: