Stanislav German-Evtushenko
Stanislav German-Evtushenko
Is it possible to add new languages to the interface? We can help to translate into Russian.
DNS configuration should not be hard-coded. This causes issues for those who have external DNS blocked for any reasons. Blocking external DNS is very common for private networks. Another related...
Following #246 it would be nice to have an option to force colored output when needed even when it is piped. This would be useful in scripts, e.g. `output=$(spruce diff...
Fix the example of referencing a variable for looping with `with_nested`. Before: ``` changed: [localhost] => (item=[u'listvar1', 1]) changed: [localhost] => (item=[u'listvar1', 2]) changed: [localhost] => (item=[u'listvar1', 3]) ``` After:...
- kibana.yml should be writable to allow installation of plugins See https://github.com/elastic/kibana-docker/blob/6.4.1/templates/Dockerfile.j2#L48
When HTTP_AUTH variable is empty curator is trying to use two single quotes as password ('') and fails connection to Elasticsearch. Fix it by removing default value. Links: - https://www.elastic.co/guide/en/elasticsearch/client/curator/current/envvars.html#_examples
Wait for the status 'yellow' or better to make sure the cluster is able to accept requests. Links: - https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html
- Make sure the data is not lost when elasticsearch container is recreated
When Istio is in use on a Kubenrnetes cluster, `port` names of all `Services` have to follow the [naming convention](https://istio.io/docs/setup/kubernetes/additional-setup/requirements) required by Istio. This is also true when the components...