Jérôme Pin
Jérôme Pin
So, I'm trying to create an Elasticsearch cluster using the ECK operator. I'm able to install the operator properly (without helm). I created a local chart to help me create...
Something like [this](https://raw.githubusercontent.com/docker/docker-bench-security/master/benchmark_log.png)
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
When an HTTP error arises, the cliff formatter cannot format the HTTP response according to the object's class, thus it prints a very-not-helpful stacktrace. It would be nice to find...
[`prepare_to_run_command()`](https://github.com/jeromepin/esctl/blob/master/esctl/main.py#L146) is called every time a command is ran. In interactive mode, we could make use of [`precmd()`](https://github.com/openstack/cliff/blob/master/cliff/interactive.py#L160) to run the pre-command only once.
The value returned might sometimes be the default one while there is one defined in either persistent or transient : ``` (esctl foobar) cluster routing allocation enable all Changing cluster...