You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happens when you run multiple builds in quick succession. If you delete the old build jobs then the next one works. Seems to be the ephemeral storage that is being used for logging. Istio logs quite a lot and we log a lot anyway in our E2E tests, which we run multiple times within kind for different platforms.
This seems to have worked as tests passed on #1323. Didn't do any cleanup prior to that so the changes in that PR seem to be what has fixed it.
Re cleanup, we may occasionally want to run jx gc and alsojx get build pods followed by kubectl delete pod <pod> for any completed ones. Unfortunately the jx gc command alone doesn't do this. Old pods do get automatically cleaned up but typically not fast enough.
Seen for example at #1298 (comment)
and #1315 (comment)
Happens when you run multiple builds in quick succession. If you delete the old build jobs then the next one works. Seems to be the ephemeral storage that is being used for logging. Istio logs quite a lot and we log a lot anyway in our E2E tests, which we run multiple times within kind for different platforms.
Looks like a fairly common one to hit with JX anyway - jenkins-x/jx#3243 and jenkins-x/jx#5622
The text was updated successfully, but these errors were encountered: