Bind Drone Runner to arm64 node
This commit is contained in:
parent
311c15b4a8
commit
98ae54614b
@ -26,6 +26,15 @@ drone-runner:
|
|||||||
- "--host"
|
- "--host"
|
||||||
- "tcp://localhost:2375"
|
- "tcp://localhost:2375"
|
||||||
- "--mtu=1450"
|
- "--mtu=1450"
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/arch
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- arm64
|
||||||
|
|
||||||
drone:
|
drone:
|
||||||
server: "drone.scubbo.org"
|
server: "drone.scubbo.org"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user