Matt Fenwick
Matt Fenwick
Really nice project! I noticed a few issues (based on my recent experience [building a linter](https://github.com/mattfenwick/clolint-js) in my free time) with the parsing that you might be interested in: Sometimes...
Based on [this example](https://github.com/goccy/go-graphviz#1-write-dot-graph-in-go), I put together a [tiny example repo bringing in go-graphviz](https://github.com/mattfenwick/graphviz-test). I'm able to run `go run` successfully, but I'm not able to build binaries -- either...
From https://github.com/kubernetes/kubernetes/issues/100213 Policy: ``` apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: backend namespace: default spec: podSelector: matchLabels: run: backend policyTypes: - Egress - Ingress egress: - to: - ipBlock: cidr: 8.8.4.4/32...
client-side: - https://github.com/kubernetes/kubernetes/blob/master/test/images/agnhost/connect/connect.go server-side: - https://github.com/kubernetes/kubernetes/tree/master/test/images/agnhost/porter - https://github.com/kubernetes/kubernetes/tree/master/test/images/agnhost/serve-hostname ideas: - reduce number of `kubectl exec` calls - avoid spinning up an agnhost binary for each network call
- [ ] add [scripts for setting up KinD clusters](https://github.com/mattfenwick/cyclonus/tree/master/kind) on IPV6 for major CNIs - [ ] antrea - [x] [calico](https://github.com/mattfenwick/cyclonus/pull/74) - [ ] cilium: [see example]( https://github.com/cilium/cilium/blob/839c3e3e6e612f992196ed8642beabe9ecf16b60/.github/workflows/smoke-test-ipv6.yaml#L58-L70) -...
see: https://github.com/mattfenwick/cyclonus/runs/2371412592?check_suite_focus=true TCP requests were nearly always timing, while analagous UDP and SCTP requests were not.
see https://github.com/kubernetes/enhancements/pull/2522/files for details (search for "yaml")
Including: underlying OS: - linux - windows kube version: - 1.21 - 1.20 - 1.19 IP stack: - IPV4 - dual-stack - IPV6 CNI: - Antrea - Calico - Cilium...
To help a user generate the right job yaml for their cluster (protocols, loopback, wait, include/exclude, etc.)