Rafa Castelblanque

Results 35 comments of Rafa Castelblanque

That looks promising! Shouldn't we track the task in #4396 ?

> An alternative idea is to use reflection to unsafely set fields... but it is not a proper choice. IMHO Reflection is tricky and we better avoid it. Not initially,...

Awesome @beni0888! Are we storing artifacts from E2E in case they fail? (e.g. screenshots, videos, logs, etc.)

There is no way to get the artifacts downloaded independently like in CircleCI, but only as a zip file. Citing [GH action documentation](https://github.com/actions/upload-artifact#zipped-artifact-downloads): `There is currently no way to download...

> The GHA runner (`ubuntu-latest` in our case) comes with a set of preinstalled software applications I would assume that a container with `ubuntu-lastest` comes clean, but it is far...

Thanks @beni0888! Now that the `prerelease`/`release` is migrated to GHA, we should update the [release process](https://github.com/vmware-tanzu/kubeapps/blob/main/site/content/docs/latest/reference/developer/release-process.md) documentation that now points to CircleCI?

Shared my thoughts on [this related thread](https://github.com/vmware-tanzu/kubeapps/pull/4833#issuecomment-1148452780). That is with regards to how to communicate to the consumers the different states when getting the resourcerefs. Regarding when consumers should continue...

After taking a deeper look, it seems that the fix for this is more complex. The service account for additional clusters should only be used for listing namespaces. See [comment...

Indeed. Closing as this PR has been superseeded by #5566.