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 12, 2022
1 parent 61f2e8f commit 4e37820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/new-ui/v1beta1/backend.go
Original file line number Diff line number Diff line change
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 4e37820

Please sign in to comment.