Skip to content
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

Deploying with snapshotter doesn't work #76

Closed
Akrog opened this issue Jan 29, 2019 · 0 comments
Closed

Deploying with snapshotter doesn't work #76

Akrog opened this issue Jan 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Akrog
Copy link
Member

Akrog commented Jan 29, 2019

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.

@Akrog Akrog added the enhancement New feature or request label Jan 29, 2019
Akrog added a commit to Akrog/ember-csi that referenced this issue Jan 29, 2019
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.
@Akrog Akrog closed this as completed in 9fe53f9 Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant