Joe Stringer
Joe Stringer
Reserved identities take up the first 255 values (per `pkg/identity/numericidentity.go`), as already described in this document. Add these to the table for completeness. I didn't bother to fully explain this...
https://github.com/cilium/cilium/runs/4433308454?check_suite_focus=true [cilium-sysdump-out.zip (3).zip](https://github.com/cilium/cilium/files/7662545/cilium-sysdump-out.zip.3.zip) Hit in #18137 which makes no code changes. ``` Run cilium connectivity test --flow-validation=disabled cilium connectivity test --flow-validation=disabled shell: /usr/bin/bash -e {0} env: kind_version: v0.11.1 kind_config: .github/kind-config.yaml...
IPCache has historically been based around a concept of associating IP prefixes with a certain _Identity_, where each caller independently determines the exact identity that a IP Prefix should have....
Split the `proxy_upstream_reply_seconds` metric into two: * `upstream_duration`: Time spent waiting for an upstream DNS server to respond to a DNS request. * `processing_duration`: Time spent handling a request and...
Some example usage of hubble: I want to find out if any apps are reaching out to 8.8.8.8: ``` # hubble observe --to-ip=8.8.8.8 requested data has been overwritten and is...
During Cilium install with my own PR, I hit: ``` ... ⌛ Waiting for Cilium to be installed and ready... /¯¯\ /¯¯\__/¯¯\ Cilium: 3 errors \__/¯¯\__/ Operator: OK /¯¯\__/¯¯\ Hubble:...
Observed in a user environment: ``` $ cilium sysdump ... ⚠️ cilium-bugtool-cilium-agent-qkgpx: failed to collect 'cilium-bugtool' output for "cilium-agent-qkgpx" in namespace "cilium": command terminated with exit code 137: ⚠️ Please...
While attempting to gather a sysdump in a cluster with custom Cilium labels, a user ran the following: ``` $ cilium sysdump --cilium-label-selector k8s-app=cilium-agent --cilium-namespace cilium ... ⚠️ [17] Collecting...
Users are likely to pull the cilium-cli binary once and not update it particularly frequently. Currently, we are embedding the "latest" version of the main Cilium components into the binary...
When running a benchmark through tparse (v0.10.3), it appears that the benchmark information is omitted from the table. It would be neat to be able to also display benchmark results...