gremlin: auto-fix swarm/beszel_agents.yaml (8 issues fixed)
- Removed aarch64 exclusion for "beszel-agent-docker3" - Removed arm exclusion for "beszel-agent-docker3" - Removed aarch64 exclusion for "beszel-agent-docker4" - Removed arm exclusion for "beszel-agent-docker4" - Removed aarch64 exclusion for "beszel-agent-docker5" - Removed arm exclusion for "beszel-agent-docker5" - Removed aarch64 exclusion for "beszel-agent-znas" - Removed arm exclusion for "beszel-agent-znas"
This commit is contained in:
parent
5613339612
commit
b4705bb4e1
1 changed files with 0 additions and 8 deletions
|
|
@ -26,8 +26,6 @@ services:
|
||||||
window: 120s
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.platform.arch != aarch64
|
|
||||||
- node.platform.arch != arm
|
|
||||||
- node.hostname == docker3
|
- node.hostname == docker3
|
||||||
labels:
|
labels:
|
||||||
gremlin.version: "2026-04-1"
|
gremlin.version: "2026-04-1"
|
||||||
|
|
@ -59,8 +57,6 @@ services:
|
||||||
window: 120s
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.platform.arch != aarch64
|
|
||||||
- node.platform.arch != arm
|
|
||||||
- node.hostname == docker4
|
- node.hostname == docker4
|
||||||
labels:
|
labels:
|
||||||
gremlin.version: "2026-04-1"
|
gremlin.version: "2026-04-1"
|
||||||
|
|
@ -92,8 +88,6 @@ services:
|
||||||
window: 120s
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.platform.arch != aarch64
|
|
||||||
- node.platform.arch != arm
|
|
||||||
- node.hostname == docker5
|
- node.hostname == docker5
|
||||||
labels:
|
labels:
|
||||||
gremlin.version: "2026-04-1"
|
gremlin.version: "2026-04-1"
|
||||||
|
|
@ -125,8 +119,6 @@ services:
|
||||||
window: 120s
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.platform.arch != aarch64
|
|
||||||
- node.platform.arch != arm
|
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
labels:
|
labels:
|
||||||
gremlin.version: "2026-04-1"
|
gremlin.version: "2026-04-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue