6 Commits

Author SHA1 Message Date
Christian Weichel
b7dda84ad0 [license] Update license header from TypeFox GmbH to Gitpod GmbH 2021-01-04 15:12:02 +01:00
Christian Weichel
ed5058bb6f [ws-manager] Remove ws-daemon node selector
now that we have ws-scheduler doing this for us
2020-11-27 14:59:44 +01:00
Christian Weichel
6d93dd8348 [ws-daemon] Rename ws-sync to ws-daemon 2020-10-19 07:46:04 +02:00
Paul Sherer
80a5e73d80 Remove quoted version
grep -q "gitpod.io/theia.'$VERSION'"; is resulting in a search similar to "gitpod.io/theia.'master.41'" which is never going to match because of the single quotes. Because of this, we are still failing to avoid the crashloop when re-deploying the same version.
2020-09-06 17:49:31 +02:00
Christian Weichel
836ab670c0 [node-daemon] Prevent CrashLoop when re-deploying the same version
Prior the node-daemon would crash because it can't mark a node with the
Theia availability label if that node already has the label.
2020-08-26 18:50:00 +02:00
gitpod-init
24f7b609bf initial commit 2020-08-25 09:25:15 +00:00