frankly_coding

Results 9 comments of frankly_coding
trafficstars

I'm afraid my Japanese is too poor to do the translation. If @kenfdev or another person doesn't resolve it, I guess the Issue can be put on the back burner...

I also am finding that Velero is failing to restore PVs even though the PV is clearly in the backup tarball. I've included the entire backup directory in this zip...

I wonder if I should create a separate issue because I am not having problems with backup, only restore of PVs, and the title of this issue suggests the problem...

I'd like to work on this issue. I'll try to reproduce the problem of`os.Exit` after failed setup as my first step.

/remove-lifecycle stale

I'm thinking about how to write a test that ensures finish/clean up steps happen after setup step fails. This PR will be a WIP until I can get some tests...

Thanks, @vladimirvivien! I responded to your first review comment and tried to explain why I had to make a separate example and use `TestMain`. As for your second review comment,...

My team has tried to recover from a `CreateContainerConfigError` because the TaskRun hasn't really failed. Notice no `completionTimestamp`, and the one `status.steps` item is `waiting`, not `terminated`. `TaskRun` ```yaml status:...

There are a few other similar issues, some closed due to inactivity, but this issue (#6960) seems closest to what my team is seeing. - https://github.com/tektoncd/pipeline/issues/3897 - https://github.com/tektoncd/pipeline/issues/2268 - https://github.com/tektoncd/pipeline/issues/7573