mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
docs: add an annotation example in Additional Tweaks (#600)
This commit is contained in:
@@ -722,10 +722,12 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
node-role.kubernetes.io/test: ""
|
node-role.kubernetes.io/test: ""
|
||||||
|
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
key: node-role.kubernetes.io/test
|
key: node-role.kubernetes.io/test
|
||||||
|
|||||||
Reference in New Issue
Block a user