Kyle Brennan
Kyle Brennan
### Bug description In `gen59`, we see errors like:  We must be hitting [this error](https://github.com/gitpod-io/gitpod/blob/e4842b96a389c5a4ccd0d1d44f74fb6990e4fb7e/components/content-service/pkg/initializer/git.go#L147), which gets [traced here](https://github.com/gitpod-io/gitpod/blob/e4842b96a389c5a4ccd0d1d44f74fb6990e4fb7e/components/content-service/pkg/initializer/git.go#L141-L142). ### Steps to reproduce Not sure. Maybe try starting a...
## Description An experiment to test warnings that route to Slack for Team Workspace. note: will try to test/trigger in preview environment, hence draft. ## Related Issue(s) Fixes # n/a...
### Bug description Here you can see `ws-manager` call `initializeWorkspace`, and then `retryIfUnavailable`:  Here you can see the chain of events that led to the retry, looks like a...
### Bug description It looks like a finalizer is being modified, failing and we trace as an error, and then successfully try again (refer to below picture). [Logs](https://console.cloud.google.com/logs/query;cursorTimestamp=2022-08-10T00:23:00Z;query=resource.labels.cluster_name%20:%20%2528%22us60%22%2529%0A-resource.labels.container_name%3D%22calico-node%22%0A%2269cd1a21-2d04-4f27-8528-f605fc580986%22;summaryFields=:false:32:beginning:false;timeRange=2022-08-09T23:48:26.037Z%2F2022-08-10T00:48:26.037Z?project=workspace-clusters) Message: _Operation...
### Bug description The full error on start is: ``` cannot initialize workspace: cannot restore backup: tar /dst: tar /dst: exit status 2;tar: .docker-root/overlay2/dedcf720e850fe485571223ecd9959f159eb8eef5250e7ee42ac96f010a3e369/diff/root/.npm/_cacache/content-v2/sha512/2c/49/1e6cfe1a91b8ccb4030ecac14cfe4d1d4e557aaf369a254fd344a9a7e864c7f4cab9edb19e21e7313357cb8eaacc48e19d7fc2b1d2ed294af55846548846: Cannot open: Permission denied tar: .docker-root/overlay2/dedcf720e850fe485571223ecd9959f159eb8eef5250e7ee42ac96f010a3e369/diff/root/.npm/_cacache/content-v2/sha512/74/de/010104b1dac999964663a5780e77912dd860c4bf1089dabe1f9b8175af2aaed3b5e5cba0f24fe31bfc38f19bcc40ffd609a6d2ab6ea02561055f96ba53a6:...
## Summary Better protect user data ## Context Sometimes a workspace, node, or workspace cluster fail and the user data cannot be backed up to cloud storage, resulting in data...
## Description Fixes #852 ## Motivation and Context - [x] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) ## How Has This Been Tested? So far, just manually,...
This step in the build action often times out. https://github.com/gitpod-io/workspace-images/blob/3f0988f2d06768d22d0aa1454ef0e963b0db65f3/.github/workflows/push-main.yml#L146-L151 When merging back to main, until we fix this, it is important to "come back here", and check the related...
## Is your feature request related to a problem? Please describe We've created this chunk to help manage updates to ca-certs. https://github.com/gitpod-io/workspace-images/blob/master/chunks/dep-cacert-update/Dockerfile To update ca-certs, this value must be incremented:...
This is amazing, I just got it setup, and cannot believe it was that easy to get working! I setup my Traefik ingress to use the kube-vip IP address as...