You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/concepts/scheduling.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,21 @@ spec:
131
131
Security groups for pods are [currently unsupported for Windows nodes](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html)
132
132
{{% /alert %}}
133
133
134
+
### DaemonSet overhead
135
+
136
+
When Karpenter calculates the size of a node for a set of pending pods, it adds the resource requests of every DaemonSet that would run on that node to the pods' own
137
+
requests, and picks an instance type large enough for the total.
138
+
139
+
This overhead is only used to size the node. Karpenter does not reserve
140
+
that capacity on the node after it joins the cluster, and it does not bind
141
+
pods itself.
142
+
143
+
{{% alert title="Note" color="primary" %}}
144
+
To guarantee DaemonSets get their capacity, give them a
Copy file name to clipboardExpand all lines: website/content/en/preview/concepts/scheduling.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,21 @@ spec:
131
131
Security groups for pods are [currently unsupported for Windows nodes](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html)
132
132
{{% /alert %}}
133
133
134
+
### DaemonSet overhead
135
+
136
+
When Karpenter calculates the size of a node for a set of pending pods, it adds the resource requests of every DaemonSet that would run on that node to the pods' own
137
+
requests, and picks an instance type large enough for the total.
138
+
139
+
This overhead is only used to size the node. Karpenter does not reserve
140
+
that capacity on the node after it joins the cluster, and it does not bind
141
+
pods itself.
142
+
143
+
{{% alert title="Note" color="primary" %}}
144
+
To guarantee DaemonSets get their capacity, give them a
Copy file name to clipboardExpand all lines: website/content/en/v1.0/concepts/scheduling.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,21 @@ spec:
123
123
Security groups for pods are [currently unsupported for Windows nodes](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html)
124
124
{{% /alert %}}
125
125
126
+
### DaemonSet overhead
127
+
128
+
When Karpenter calculates the size of a node for a set of pending pods, it adds the resource requests of every DaemonSet that would run on that node to the pods' own
129
+
requests, and picks an instance type large enough for the total.
130
+
131
+
This overhead is only used to size the node. Karpenter does not reserve
132
+
that capacity on the node after it joins the cluster, and it does not bind
133
+
pods itself.
134
+
135
+
{{% alert title="Note" color="primary" %}}
136
+
To guarantee DaemonSets get their capacity, give them a
Copy file name to clipboardExpand all lines: website/content/en/v1.12/concepts/scheduling.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,21 @@ spec:
131
131
Security groups for pods are [currently unsupported for Windows nodes](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html)
132
132
{{% /alert %}}
133
133
134
+
### DaemonSet overhead
135
+
136
+
When Karpenter calculates the size of a node for a set of pending pods, it adds the resource requests of every DaemonSet that would run on that node to the pods' own
137
+
requests, and picks an instance type large enough for the total.
138
+
139
+
This overhead is only used to size the node. Karpenter does not reserve
140
+
that capacity on the node after it joins the cluster, and it does not bind
141
+
pods itself.
142
+
143
+
{{% alert title="Note" color="primary" %}}
144
+
To guarantee DaemonSets get their capacity, give them a
Copy file name to clipboardExpand all lines: website/content/en/v1.13/concepts/scheduling.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,21 @@ spec:
131
131
Security groups for pods are [currently unsupported for Windows nodes](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html)
132
132
{{% /alert %}}
133
133
134
+
### DaemonSet overhead
135
+
136
+
When Karpenter calculates the size of a node for a set of pending pods, it adds the resource requests of every DaemonSet that would run on that node to the pods' own
137
+
requests, and picks an instance type large enough for the total.
138
+
139
+
This overhead is only used to size the node. Karpenter does not reserve
140
+
that capacity on the node after it joins the cluster, and it does not bind
141
+
pods itself.
142
+
143
+
{{% alert title="Note" color="primary" %}}
144
+
To guarantee DaemonSets get their capacity, give them a
Copy file name to clipboardExpand all lines: website/content/en/v1.14/concepts/scheduling.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,21 @@ spec:
131
131
Security groups for pods are [currently unsupported for Windows nodes](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html)
132
132
{{% /alert %}}
133
133
134
+
### DaemonSet overhead
135
+
136
+
When Karpenter calculates the size of a node for a set of pending pods, it adds the resource requests of every DaemonSet that would run on that node to the pods' own
137
+
requests, and picks an instance type large enough for the total.
138
+
139
+
This overhead is only used to size the node. Karpenter does not reserve
140
+
that capacity on the node after it joins the cluster, and it does not bind
141
+
pods itself.
142
+
143
+
{{% alert title="Note" color="primary" %}}
144
+
To guarantee DaemonSets get their capacity, give them a
0 commit comments