pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.07k stars 151 forks source link

Better error format for K8S apply stage #3466

Open khanhtc1202 opened 2 years ago

khanhtc1202 commented 2 years ago

What would you like to be added:

This error is shown in the stage log. Need to found out and update error format for all error like this

 (%!w(*fmt.wrapError=&{failed to apply:  (signal: killed) 0xc0090b8dc0}))

Why is this needed:

kentakozuka commented 1 year ago

Partially resolved. https://github.com/pipe-cd/pipecd/pull/4398

kentakozuka commented 1 year ago

Search with regex; ^.*fmt\.Errorf\(.*%v.*$.

saka2jp commented 1 year ago

👍