T. Miller
T. Miller
Installing a chained CNI plugin seems to be ignored on v0.4.x. The CNI config gets set properly in `/var/lib/rancher/k3s/agent/etc/cni/net.d/` and the plugin executable gets installed properly in `/var/lib/rancher/k3s/data/current/bin/`, but it's...
I'm using clusters with more than one CNI installed (e.g. Multus), so Pods have more than one network interface. Under the default install, when I run e.g. net_flow_graph, I see...
### Keywords inconsistencies, results delivery ### Problem I need my controller to watch and update CRs that are external to my controller, so I can't add `x-kubernetes-preserve-unknown-fields` (even by patching,...
Typo, I assume, since it's been `diff-hunk-kill` since at least emacs24. https://github.com/jorgenschaefer/elpy/blob/4032c7251eb2d74ec8a301a3988b62b7a0f00932/elpy-refactor.el#L110
See https://github.com/jorgenschaefer/elpy/issues/1792 Working theory is pyvenv is trying to run virtualenvwrapper hooks for elpy's rpc-venv and failing, causing elpy to fail to switch back to the project venv. The defadvice...
Multiple CNIs can run in parallel, creating multiple data planes in a Kubernetes cluster. Goldfinger should allow me to ping over an arbitrary data plane. It would seem that POD_IP...
Haven't dug in, but: - kubelet complains thusly: ``` 13m Warning FailedCreatePodSandBox pod/mimesis-grafana-565fc7d86b-x4lgc (combined from similar events): Failed to create pod sandbox: rpc error: code = Unknown desc = failed...
Has anyone ever tried putting a vSwtich in a Pod and connecting it up with meshnet? How did you do it? If this is something meshnet can't do, why not?...
#30 resolves the deploy issue, but this started happening on kind: ``` ~/projects/mimesis/scratch/topo controller ^ mimesis > kubectl get pods NAME READY STATUS RESTARTS AGE test 1/1 Running 0 4s...
I know I'm probably missing something simple and stupid, but here's the stage: - Expression is an alternating nest: ``` Or( And( Or( And(var, var, ...), And(var, var, ...), ......