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
Upon reviewing your template files for deployments and stateful sets, I noticed that they lack a specification for tolerations.
Integrating tolerations is crucial if you aim to dedicate a specific group of nodes exclusively for Hono services. While affinity rules are beneficial, they do not prevent other resources from being scheduled on these nodes.
To address this, I suggest incorporating the following line to ensure that only the intended workloads run on the designated nodes:
{{- include "hono.pod.tolerations" $args | nindent 6 }}
This small change will enhance our configuration's precision in resource allocation and maintain operational integrity.
The text was updated successfully, but these errors were encountered:
Hello Team,
Upon reviewing your template files for deployments and stateful sets, I noticed that they lack a specification for tolerations.
Integrating tolerations is crucial if you aim to dedicate a specific group of nodes exclusively for Hono services. While affinity rules are beneficial, they do not prevent other resources from being scheduled on these nodes.
To address this, I suggest incorporating the following line to ensure that only the intended workloads run on the designated nodes:
{{- include "hono.pod.tolerations" $args | nindent 6 }}
This small change will enhance our configuration's precision in resource allocation and maintain operational integrity.
The text was updated successfully, but these errors were encountered: