Pires
Pires
What happens if I'm deleting the deployment?
With validation webhooks, it may be possible but it's a far-fetched thing to do here. Maybe an operator feature request?
https://www.elastic.co/guide/en/elasticsearch/reference/6.2/modules-node.html > By default a node is a master-eligible node and a data node, plus it can pre-process documents through ingest pipelines. This is very convenient for small clusters but,...
If you look at the pod descriptors, you'll understand why it needs to be run in privileged mode. Maybe you can find enough `CAP_` to deliver the same functionality and...
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ > If the Pod is restarted, all Init Containers must execute again.
Have you tried adding a DaemonSet that does the same thing as this init-container?
The DaemonSet should guarantee that this is set at the host level every time on reboot. If you do so, you won't need the initi containers no more.
Hello! Thanks for taking the time to share your story. Re: plans for xpack ML support, there's none. Hopefully, they'll add support for Alpine Linux.
@mbert thanks a lot for the shout out. The "more or less ready-to-run setup of Elasticsearch and Kibana by Paulo Pires " link is broken, though.
I meant the link is broken as it points to `www.blogger.com` and not to this repo.