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
For auto-clusters, we currently create a Kubernetes cluster based on the resource requirements and min node size requirements specified by the App definition, i.e. App.KubernetesResources. We are currently ignoring resource needs for:
a) sidecar apps, like prometheus, nfs-provisioner, nvidia-operator
b) OS needs
We are also calculating currently used resources by ignoring the above. We need to decide on how many resources to allocate for each of the above and then add those to our resource calculations.
The text was updated successfully, but these errors were encountered:
For auto-clusters, we currently create a Kubernetes cluster based on the resource requirements and min node size requirements specified by the App definition, i.e. App.KubernetesResources. We are currently ignoring resource needs for:
a) sidecar apps, like prometheus, nfs-provisioner, nvidia-operator
b) OS needs
We are also calculating currently used resources by ignoring the above. We need to decide on how many resources to allocate for each of the above and then add those to our resource calculations.
The text was updated successfully, but these errors were encountered: