Ben Leggett
Ben Leggett
1. Manually create an ipset named `my-special-ipset` 2. Run the following code: ``` err := netlink.IpsetCreate("my-special-ipset, "hash:ip", netlink.IpsetCreateOptions{Comments: true, Replace: true, Family: family}) log.Debugf("IPSET ERROR IS: %s", err) if err...
1. Right now, TDF uses an RSA keypair for wrapping. 2. EC is smaller, faster, and more secure than RSA - TDF should use EC keys, there is no good...
### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...
Without K3D_FIX_MOUNTS=1, the following mount error is produced when `istio-cni` is scheduled: > Error: failed to generate container "667e605ba636efcce61e601834ade912448cbc6a212c75a5f12b7aeb08590f6f" spec: failed to generate spec: path "/var/run/netns" is mounted on "/var/run"...
This was not-fixed by https://github.com/istio/istio.io/pull/15474#issuecomment-2258801446 (but the fact that we had a commented "make sure we nuke the env because preceeding tests aren't cleaning up" is suspicious) The flake is...
**Describe the feature request** If there are multiple `istiod` instances deployed, and for some environmental reason one of the instances does not get a renewed CA cert issued to it,...
**Describe the feature request** In `istiod` and other spots + tests we have the flag `EnableDualStack`. This flag should be entirely deprecated. - K8S decides whether we are dual stack...
See https://github.com/istio/istio/pull/53381#discussion_r1785385785 for context. We really don't need a copypasted `curl` sample for this, it's the regular one with ~2 labels/annos added. We should delete the unique sample and use...
I'm semi-familiar with the docs infra stuff at this point, and I feel like we need more hands there specifically, so this makes sense to me. I'd also be OK...
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...