Karl Skewes

Results 50 comments of Karl Skewes

FWIW I pass it as an ARG like this in the `controller.yaml` Deployment (after pulling master): ``` env: - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace command: ["/bin/sh"] args: ["-c", "/usr/local/bin/elasticsearch-operator...

I think Elastic have just changed the naming scheme from client to ingest since the operator was created. They have done this from time to time. I use the current...

I forked @while1eq1 repo above for my use and haven't made any major changes yet. Thanks very much for your work there. I think we should adopt it for this...

So I've just found this error as I did a Kubernetes version upgrade to v1.10 and also some worker node replacements. On restart of the data nodes, they spent a...

See #39 and https://github.com/pires/kubernetes-elasticsearch-cluster/pull/71 Either way you need an elasticsearch.yml with the setting you want, perhaps using variable substitution like above. `${ENV_VARIABLE_NAME}` I like the configmap approach in links above,...

Had a quick look, wonder if an approach like: 1. Add additional Cobra flag `--skip-crd-schema-miss` or similar 2. Add another condition here: https://github.com/garethr/kubeval/blob/master/kubeval/kubeval.go#L159 3. Add suitable `test-crd.yaml` 4. Add tests....

Added and retried with neovim 7.2 and example lunarvim config. Tried with my config. Tried with neovim 8.0-dev, fresh rolling lunarvim and my config. Is there a way to turn...

Thank you for the suggestions though LoneExile. Will look into how those work and see if I've missed something. I did delete a bunch of `~/.local` nvim & lunarvim directories,...

Might have found it. ``` vim.opt.title = false ``` Or for testing use `:set notitle` to fix the current buffer. Can others please try? Found via: https://github.com/neovim/neovim/issues/18573 & https://github.com/neovim/neovim/issues/19372#issuecomment-1185253284 ```...

It looks related to terminal/ ncurses per https://github.com/neovim/neovim/issues/18573