Sebastian Wicki
Sebastian Wicki
As we start to introduce additional types of events in Hubble besides flows, we need to distinguish between the different types of events which are being observed. While we want...
To aid in debugging (but also learnability regarding the Hubble API), it would be nice to have a flag/mode for the CLI to track the API calls emitted by the...
Currently, we only provide the images for Hubble CLI and Hubble UI on `quay.io`. All other cilium images are mirrored both on `docker.io` and `quay.io`. This causes confusion for users,...
Currently, we testing released versions of the Hubble CLI against released and development versions of Cilium, but not vice-versa. We should also test the development version of the CLI against...
``` Run cilium status --wait cilium status --wait shell: /usr/bin/bash -e ***0*** env: name: cilium-cilium-939309397 location: westeurope check_url: https://github.com/cilium/cilium/actions/runs/939309397 AZURE_HTTP_USER_AGENT: AZUREPS_HOST_ENVIRONMENT: Error: Unable to determine status: timeout while waiting for...
This PR addresses three issues around cloud API rate limiting in the operator (one commit per problem): 1. A bug is fixed where the actual rate limit under load was...
## CI failure ``` ⌛ [cilium-cilium-7247585921-1.eu-north-1.eksctl.io] Waiting for NodePort 192.168.164.101:30134 (cilium-test/echo-same-node) to become ready... connectivity test failed: timeout reached waiting for NodePort 192.168.164.101:30134 (cilium-test/echo-same-node) (last error: error with exec request...
This issue proposes two tech-debt removal items to maintain our current GHA: - Our GitHub actions currently still use the legacy way of [defining outputs](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). We need to use the...
In multiple tests, we've observed that the connection between the Cilium CLI and Hubble is unreliable. This typically looks as follows: ``` 📄 Following flows... [.] Action [no-policies/client-to-client/ping-1: cilium-test/client2-5998d566b4-xsbdg (10.84.0.195)...
Setting a custom kubeconfig path is broken. The following code does _not_ pick up the the value of `Options.Kubeconfig` and falls back on the default instead: ```go kubeHarness := harness.New(harness.Options{...