-
Notifications
You must be signed in to change notification settings - Fork 37
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
[BUG] repository-s3 installation - Connection timed out #127
Comments
Hey @toby181 Also there are multiple was to install a plugin |
Hey @prudhvigodithi I did some more tests using curl in combination with our proxy within the pod. proxy configuration inside pod
Successful download using curl within the pod
Failed installation by using opensearch-plugin cli with the given URL
I did not yet test the installation when we store the zip in an internal repo but this would required a pre-step that does the down- and upload everytime a new version is available and we have to take care that the version is updated in the HelmRelease as well. |
Hey @toby181 can you try the following ways and update back which one worked?
|
Hey @prudhvigodithi Here we go...
Checking the log file of the pod:
Seems like a success, although I'm concerned about the warning. As I do not yet whether this will affect my setup, I can't tell whether this is good or bad.
pod:
Using the opensearch-plugin cli I'm getting a timeout with different configurations for the proxy, so I guess my parameters are not correct?!
I did not continue with the installation since I would like to install it via Helm but I'd assume that it succeeds. |
Thanks @toby181 You can use batch mode to install a plugin without a prompt
Thank you |
Thanks @prudhvigodithi !
I did not test that with the s3 plugin but I did in the past with the prometheus-exporter. Any idea about the correct syntax for the opensearch-plugin cli in terms of environment variables? My idea is to call the opensearch-plugin cli in the postStart. |
Describe the bug
The installation of the repository-s3 plugin fails with
I'm trying to install the repository-s3 plugin via different approaches.
OpenSearch version 2.7 running on kubernetes, installed via Helm.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: