Frikky
|
b039222117
|
Merge pull request #1820 from Shuffle/main
Syncing new fixes in main back to nightly
|
2025-09-28 18:09:05 +02:00 |
|
Aditya
|
7612b4b7bb
|
docs: a few more ideas about auto scale
|
2025-09-17 17:56:57 +05:30 |
|
Frikky
|
5da98c1d0c
|
Re-added SHUFFLE_BASE_IMAGE_NAME usage, and made REGISTRY+BASE IMAGE setting ensure that PullAlways is used to always use latest local image
|
2025-09-16 16:00:47 +02:00 |
|
Frikky
|
954a858933
|
Made default app replicas 3 instead of 1.
|
2025-09-10 01:47:43 +02:00 |
|
Frikky
|
26d10c788c
|
Disabled the Node Scale mechanism, as it was just confusing. SHUFFLE_APP_REPLICAS and SHUFFLE_SCALE_REPLICAS are self-controlled.
|
2025-09-10 01:46:19 +02:00 |
|
Frikky
|
61d30d9fb2
|
Minor print fixes to orborus/worker
|
2025-09-09 16:00:53 +02:00 |
|
Frikky
|
9676317758
|
Fixed the problem with nodes going haywire if they crash
|
2025-09-04 13:21:51 +02:00 |
|
Frikky
|
744d8d6b7f
|
Fixed the issue with app builds onprem not working
|
2025-09-04 00:43:09 +02:00 |
|
Aditya
|
cbe8f908bd
|
fix: enabling ppof endpoint over DEBUG_MEMORY env
|
2025-09-03 19:42:56 +05:30 |
|
Frikky
|
67cd5a3e60
|
Synced all 2.1.0 fixes
|
2025-09-01 19:19:34 +02:00 |
|
Frikky
|
288a9b1d01
|
Minor fixes for Orborus and Worker
|
2025-08-29 14:15:24 +02:00 |
|
Frikky
|
3a61c33109
|
Potential issues from exposed port mappings
|
2025-08-27 13:49:50 +02:00 |
|
Frikky
|
4fe311cc99
|
Opensearch and app optimisations
|
2025-08-27 12:54:50 +02:00 |
|
Frikky
|
2b639ceae3
|
Increased timeouts and rerun mechanisms. Autofixes are now more and more in place by default
|
2025-08-27 01:10:28 +02:00 |
|
Frikky
|
f82c4751d4
|
Minor tweaks to opimise container deploments
|
2025-08-26 23:54:11 +02:00 |
|
Frikky
|
69df46f067
|
Rebuild with proper files :3
|
2025-08-26 23:17:47 +02:00 |
|
Frikky
|
d2fcc2c3eb
|
Fixed environment management and minor bugs onprem
|
2025-08-26 19:32:30 +02:00 |
|
Frikky
|
15bf1011e7
|
Bumped versions to match shuffle-shared and singul
|
2025-08-26 14:03:30 +02:00 |
|
Frikky
|
ca68f4635d
|
Cleaned up worker and orborus to point to url properly
|
2025-08-25 21:44:54 +02:00 |
|
Frikky
|
c729baedc6
|
Made sure SHUFFLE_BASE_IMAGE_REGISTRY is passed for k8s, and that registry/basepath/imagename:version now works
|
2025-08-25 21:41:17 +02:00 |
|
Frikky
|
065dc160b3
|
More delay and network management when issues occur
|
2025-08-22 00:02:11 +02:00 |
|
Pascal Sthamer
|
feaee08333
|
fix(k8s): pass SHUFFLE_LOGS_DISABLED env var from orborus -> worker -> app
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-08-20 11:31:53 +02:00 |
|
yashsinghcodes
|
b332276d20
|
keep context of downloaded images
|
2025-08-06 04:09:52 +05:30 |
|
Frikky
|
db18adaced
|
Merge branch 'main' into nightly
|
2025-06-18 10:57:20 +02:00 |
|
yashsinghcodes
|
0344cc789b
|
handling bad status code
|
2025-05-21 22:22:17 +05:30 |
|
yashsinghcodes
|
af6db1d432
|
fix: requesting backend if we cannot find the executionId on cache
|
2025-05-21 22:14:07 +05:30 |
|
Frikky
|
7bc246c003
|
Merge pull request #1691 from P4sca1/k8s-service-type-clusterip
fix(k8s): expose worker and apps using ClusterIP service instead of NodePort
|
2025-05-18 23:33:12 +02:00 |
|
Frikky
|
ed70913be5
|
Merge branch 'nightly' into k8s-shuffle-app-ports
|
2025-05-18 22:48:47 +02:00 |
|
Frikky
|
d61fe9681d
|
Merge pull request #1693 from P4sca1/k8s-security-contexts
feat(k8s): allow to set security contexts for worker and apps
|
2025-05-18 22:44:46 +02:00 |
|
Frikky
|
b4ef1fa50c
|
Added an extra error log for looking into https://github.com/Shuffle/Shuffle/issues/1449
|
2025-05-14 13:37:32 +02:00 |
|
Pascal Sthamer
|
9fa02c15b1
|
feat(k8s): allow to set security contexts for worker and apps
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-17 09:59:37 +02:00 |
|
yashsinghcodes
|
4a18045126
|
more info on app resp in the worker
|
2025-04-16 19:08:28 +05:30 |
|
Pascal Sthamer
|
3491ba6471
|
feat(k8s): allow to change exposed app port
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-16 11:52:11 +02:00 |
|
Pascal Sthamer
|
2738766411
|
expose worker and apps using service type ClusterIP
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-04-16 09:03:03 +02:00 |
|
Frikky
|
a4c3d77f4c
|
Ensured orborus is now in line with latest docker API's and golang apis
|
2025-04-05 01:04:10 +02:00 |
|
Frikky
|
04c28b08c7
|
Added a way to run worker.go standalone: go run worker.go standalone <execution_id> <authentication> <url>
|
2025-04-05 00:08:03 +02:00 |
|
Frikky
|
9dbe9b8077
|
Fixed minor issues with app deployment etc
|
2025-04-03 22:48:51 +02:00 |
|
Frikky
|
b204296e71
|
Fixed a problem with docker mounts always being read-write and not mounting properly into containers
|
2025-04-03 19:19:40 +02:00 |
|
Frikky
|
d1d06df2b0
|
Removed a problem with duplicate binds in worker
|
2025-04-03 18:23:34 +02:00 |
|
Frikky
|
80c568e546
|
Added multiple updates to Orborus to ensure image downloads happen properly, even with bad defaults
|
2025-04-02 23:07:09 +02:00 |
|
Frikky
|
fdb321a147
|
Merge pull request #1624 from P4sca1/worker-app-service-accounts
allow to change service accounts for worker and apps
|
2025-03-31 16:31:03 +02:00 |
|
Pascal Sthamer
|
1c0f55c70c
|
Merge branch 'nightly' into worker-app-service-accounts
|
2025-03-24 18:23:20 +01:00 |
|
Pascal Sthamer
|
346c154cad
|
Merge branch 'nightly' into kubernetes-labels
|
2025-03-24 18:22:26 +01:00 |
|
Frikky
|
9476020b50
|
Minor fixes from code scanning that had no direct necessary impact
|
2025-03-21 12:37:09 +01:00 |
|
Frikky
|
95f6e3c698
|
Remapped back to using SHUFFLE_BASE_IMAGE_NAME with default frikky/shuffle: https://github.com/Shuffle/Shuffle/issues/1660
|
2025-03-20 17:22:54 +01:00 |
|
Frikky
|
5395ad40ec
|
Minor sync
|
2025-03-18 00:53:26 +01:00 |
|
Frikky
|
24ee675304
|
More minor fixes for cloud/onprem to be in line
|
2025-02-28 01:17:46 +01:00 |
|
Frikky
|
e630188db4
|
Merge branch 'main' into nightly
|
2025-02-26 16:09:16 +01:00 |
|
Pascal Sthamer
|
e769418ecf
|
add legacy labels
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-02-26 09:04:53 +01:00 |
|
Pascal Sthamer
|
80aa1a3fd2
|
update cleanup and label selectors
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
|
2025-02-19 11:31:33 +01:00 |
|