使用无重叠滚动策略部署 scheduler
yaml / yaml (pull_request) Successful in 14s

This commit is contained in:
2026-09-20 21:04:45 +00:00
parent 616c87bafd
commit 2b232c4cd2
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -6,8 +6,10 @@ metadata:
spec:
replicas: 1
strategy:
type: Recreate
rollingUpdate: null
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: dynamic-runner-controller