Skip to content

Commit

Permalink
Forge: mark runner and validator pods as non-evictable
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Dec 10, 2024
1 parent 06f1824 commit 807a2db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/forge-test-runner-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
forge-image-tag: {FORGE_IMAGE_TAG}
forge-test-suite: {FORGE_TEST_SUITE}
forge-username: {FORGE_USERNAME}
annotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
spec:
restartPolicy: Never
serviceAccountName: forge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ validator:
enable_storage_sharding: true
indexer_db_config:
enable_event: true
podAnnotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"

fullnode:
# at most one VFN per validator, depending on numFullnodeGroups
Expand All @@ -28,6 +30,8 @@ fullnode:
enable_storage_sharding: true
indexer_db_config:
enable_event: true
podAnnotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"

service:
validator:
Expand Down

0 comments on commit 807a2db

Please sign in to comment.