Skip to content

Commit

Permalink
TODO comment for using controller-runtime client for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gol committed Dec 5, 2022
1 parent 4b3ecd1 commit ae7ba7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/new-ui/v1beta1/backend.go
Expand Up @@ -634,6 +634,7 @@ func getTrialLogs(k *KatibUIHandler, trialName string, namespace string) (string
selectionLabel = selectionLabel + "," + primaryKey + "=" + primaryValue
}

// TODO: Use controller-runtime client instead of kubernetes client to get logs, once this is available
cfg, err := config.GetConfig()
if err != nil {
return "", err
Expand Down

0 comments on commit ae7ba7c

Please sign in to comment.