Skip to content

Commit

Permalink
fix: Fix typo in example (#7268)
Browse files Browse the repository at this point in the history
  • Loading branch information
afreyermuth98 authored Oct 23, 2024
1 parent 9f409b4 commit 008c5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1/max-node-lifetime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
kind: EC2NodeClass
name: default
expireAfter: 168h # expire nodes after 7 days = 7 * 24h
terminationGracePeirod: 24h # grace period after 1 day = 7 * 24h, for a max node lifetime of 8 days
terminationGracePeriod: 24h # grace period after 1 day = 7 * 24h, for a max node lifetime of 8 days
disruption:
consolidationPolicy: WhenEmpty
consolidateAfter: 60s # scale down nodes after 60 seconds without workloads (excluding daemons)
Expand Down

0 comments on commit 008c5a0

Please sign in to comment.