tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

tkn-results failing #617

Closed khrm closed 1 year ago

khrm commented 1 year ago

Expected Behavior

tkn-results list --insecure --addr ${RESULTS_API} ${NAMESPACE}

should show proper result

Actual Behavior

tkn-results list --insecure --addr ${RESULTS_API} ${NAMESPACE}
Dial: failed to build resolver: passthrough: received empty target in Build()
Error: failed to build resolver: passthrough: received empty target in Build()

Steps to Reproduce the Problem

  1. Install pipelines and results
  2. Run the above command after substituting appropriate values for address and namespace.

Additional Info

khrm commented 1 year ago

This is happening when ~/.config/tkn/results.yaml isn't present.

khrm commented 1 year ago

/assign @khrm