We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f0879 commit c7ea66fCopy full SHA for c7ea66f
terraform/layer2-k8s/templates/aws-node-termination-handler-values.yaml
@@ -1,4 +1,14 @@
1
enableSpotInterruptionDraining: true
2
enableRebalanceMonitoring: true
3
-nodeSelector:
4
- eks.amazonaws.com/capacityType: SPOT
+
+affinity:
5
+ nodeAffinity:
6
+ requiredDuringSchedulingIgnoredDuringExecution:
7
+ nodeSelectorTerms:
8
+ - matchExpressions:
9
+ - key: eks.amazonaws.com/capacityType
10
+ operator: In
11
+ values:
12
+ - SPOT
13
+ - key: eks.amazonaws.com/nodegroup
14
+ operator: DoesNotExist
0 commit comments