David Reagan
David Reagan
I might have been seeing something like that. I can't test it right now, but did you see messages like: ``` Error decoding JSON: json: cannot unmarshal number into Go...
Re https://github.com/elastic/beats/issues/29030#issuecomment-1268242645 ```bash root@swarmworker01:/opt/Elastic/Agent# grep -r 'composable.providers.docker' * Binary file data/elastic-agent-56a002/elastic-agent matches Binary file elastic-agent matches ``` And that is after running an `elastic-agent restart` so that new logs would...
Indexing PDFs/scanned receipts is my main use case for a tool like Spyglass. So, once you get the easier parts figured out, I'd love to see some OCR magic implemented...
> Does it fail consistently? Yes. I get the same output every time I run `cilium connectivity test`.
Thanks for the help so far. :) After installing hubble, 11/11 tests fail... Here is my output: Installed hubble: ``` root@controlplane:~# cilium hubble enable 🔑 Found CA in secret cilium-ca...
Oh, one other thought just occured to me. I'm running firewalld to manage iptables. I opened 8472/udp (from Cilium's docs if I recall correctly). As well as the ports listed...
RE: https://github.com/cilium/cilium-cli/issues/673#issuecomment-1006760108 I installed Kubernetes via kubeadmn, then installed Cilium with `cilium install --config ipam=kubernetes`. From the doc you linked, it sounds like the default is `kubeProxyReplacement=probe`. Right? And I...
Ok, I have no idea how I missed that list of ports to open. I thought I had looked for a list like that... Sheesh. I've opened the ports in...
Ok, so I tried following [these docs](https://docs.cilium.io/en/stable/gettingstarted/kubeproxy-free/) to install a new cluster without kube-proxy and using `KubeProxyReplacement: Strict` mode. I put this cluster on a couple new Ubuntu 20.04 vms...
Does this help? ``` # iptables-save -c | grep -i drop :KUBE-MARK-DROP - [0:0] [0:0] -A KUBE-MARK-DROP -j MARK --set-xmark 0x8000/0x8000 [0:0] -A INPUT -m conntrack --ctstate INVALID -j DROP...