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
If we deploy Ember-CSI to use CSI spec v1 and the snapshotter sidecar the sidecar keeps calling the Probe method and isn't able to start successfully.
This is cased by a 1 second timeout on the call as explained in the snapshotter issue 89 and we have proposed a PR to resolve it, but in the meantime we should be able to disable the probe via env variable.
The text was updated successfully, but these errors were encountered:
Seems like there are a number of sidecars that don't properly support
probing, and expect probes to take less than 1 second, which isn't
usually the case.
We are now disabling the probe by default unless explicitly enabled on
the X_CSI_EMBER_CONFIG variable using the enable_probe key.
If we deploy Ember-CSI to use CSI spec v1 and the snapshotter sidecar the sidecar keeps calling the Probe method and isn't able to start successfully.
This is cased by a 1 second timeout on the call as explained in the snapshotter issue 89 and we have proposed a PR to resolve it, but in the meantime we should be able to disable the probe via env variable.
The text was updated successfully, but these errors were encountered: