fix broken pods in GCP k3s cluster
- neuron-dev: update neuron-rest and neuron-mcp from dev-d7a587e2 to v0.18.14 - neuron-stage: update neuron-rest/mcp from stage-0f5b2328 to v0.18.14; marketing from :latest to 1e94e8ae - swarm-alpha/beta/gamma: update neuron-rest and neuron-mcp from v0.15.3 to v0.18.14 - ci runners: fix docker socket path from /var/run/docker.sock to /run/k3s/containerd/containerd.sock (k3s node has no Docker daemon)
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: gitea-runner
|
app: gitea-runner
|
||||||
annotations:
|
annotations:
|
||||||
config-version: "2026-04-26-docker-sock"
|
config-version: "2026-04-27-containerd-sock"
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false # act_runner needs root for container management
|
runAsNonRoot: false # act_runner needs root for container management
|
||||||
@@ -41,7 +41,7 @@ spec:
|
|||||||
timeout: 3h
|
timeout: 3h
|
||||||
container:
|
container:
|
||||||
network: host
|
network: host
|
||||||
docker_host: "unix:///var/run/docker.sock"
|
docker_host: "unix:///run/k3s/containerd/containerd.sock"
|
||||||
force_pull: false
|
force_pull: false
|
||||||
valid_volumes: []
|
valid_volumes: []
|
||||||
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
||||||
@@ -79,7 +79,7 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/docker.sock
|
path: /run/k3s/containerd/containerd.sock
|
||||||
type: Socket
|
type: Socket
|
||||||
---
|
---
|
||||||
# Neuron Technologies CI runner
|
# Neuron Technologies CI runner
|
||||||
@@ -100,7 +100,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: neuron-technologies-runner
|
app: neuron-technologies-runner
|
||||||
annotations:
|
annotations:
|
||||||
config-version: "2026-04-26-docker-sock"
|
config-version: "2026-04-27-containerd-sock"
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
@@ -123,7 +123,7 @@ spec:
|
|||||||
timeout: 3h
|
timeout: 3h
|
||||||
container:
|
container:
|
||||||
network: host
|
network: host
|
||||||
docker_host: "unix:///var/run/docker.sock"
|
docker_host: "unix:///run/k3s/containerd/containerd.sock"
|
||||||
force_pull: false
|
force_pull: false
|
||||||
valid_volumes: []
|
valid_volumes: []
|
||||||
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
default_image: "registry.neuralplatform.ai/ci-base:latest"
|
||||||
@@ -161,5 +161,5 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: docker-sock
|
- name: docker-sock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/docker.sock
|
path: /run/k3s/containerd/containerd.sock
|
||||||
type: Socket
|
type: Socket
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-mcp
|
- name: neuron-mcp
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:dev-d7a587e2
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-rest
|
- name: neuron-rest
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:dev-d7a587e2
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-marketing
|
- name: neuron-marketing
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/marketing:latest
|
image: registry.neuralplatform.ai/neuron-technologies/marketing:1e94e8ae
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-mcp
|
- name: neuron-mcp
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:stage-0f5b2328
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-rest
|
- name: neuron-rest
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:stage-0f5b2328
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: neuron-mcp
|
- name: neuron-mcp
|
||||||
# Image is updated by swarm CI on each loop iteration
|
# Image is updated by swarm CI on each loop iteration
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ spec:
|
|||||||
drop: ["ALL"]
|
drop: ["ALL"]
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-mcp
|
- name: neuron-mcp
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ spec:
|
|||||||
drop: ["ALL"]
|
drop: ["ALL"]
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-mcp
|
- name: neuron-mcp
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-rest
|
- name: neuron-rest
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.15.3
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-rest
|
- name: neuron-rest
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.15.3
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
containers:
|
containers:
|
||||||
- name: neuron-rest
|
- name: neuron-rest
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.15.3
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-rest:v0.18.14
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user