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
I am currently deploying the k8s protection agent module and it is failing to start due to not matching the required tolerations. Please add a variable input to allow users to pass their tolerations, or add an any type variable for the helm values and let users pass in the available values of that helm chart.
Again without this feature we are unable to schedule pods to nodes preventing the agent for doing anything.
Error in Lens: 0/5 nodes are available: 2 node(s) had untolerated taint {appType: system}, 3 node(s) had untolerated taint {appType: shared}. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling..
The text was updated successfully, but these errors were encountered:
I am currently deploying the k8s protection agent module and it is failing to start due to not matching the required tolerations. Please add a variable input to allow users to pass their tolerations, or add an
any
type variable for the helm values and let users pass in the available values of that helm chart.Again without this feature we are unable to schedule pods to nodes preventing the agent for doing anything.
Module Call:
Error in Lens:
0/5 nodes are available: 2 node(s) had untolerated taint {appType: system}, 3 node(s) had untolerated taint {appType: shared}. preemption: 0/5 nodes are available: 5 Preemption is not helpful for scheduling..
The text was updated successfully, but these errors were encountered: