-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support probe timeout configuratoins #952
Comments
The MOFED probe timeouts are already available to be customized via the NicClusterPolicy CR. Please tell me if that meets your requirement. |
@ivelichkovich BTW, I saw you have interest in IPAM solution with slicing per node. |
Oh that's awesome, I'll explore that repo! |
so these do allow you to define the probes however PodProbeSpec only exposes these fields https://github.com/Mellanox/network-operator/blob/master/api/v1alpha1/nicclusterpolicy_types.go#L74 so having access to failureThreshold and timeoutSeconds would be nice to have. You could maybe just replace |
What would you like to be added:
Support for timeouts on probe configurations, specifically for ofed-driver
Why is this needed:
lsmod can take longer than a second depending on what you have running on the host
The text was updated successfully, but these errors were encountered: