Tobias Klauser

Results 20 issues of Tobias Klauser

Seen on #917: ``` 2022-06-14T13:10:29.398640353Z ❌ Unable to execute "kubectl port-forward -n kube-system svc/hubble-relay --address 0.0.0.0 --address :: 4245:80": 2022-06-14T13:10:29.398668197Z error: unable to forward port because pod is not running....

area/CI
ci/flake

_Originally posted by @gandro in https://github.com/cilium/cilium-cli/pull/898#pullrequestreview-997860297_ While I know that this has already been discussed, seeing it implemented I find the current `datapath-mode` flag a bit confusing. There is e.g....

Use `strings.Builder` (introduced in Go 1.10) instead of `bytes.Buffer`. Also call `fmt.Fprintf` directly on the builder. This improves performance both in terms of CPU and memory consumption: ``` name old...

Type: Performance

First commit adds a helper function, second commit converts CIDR rules to use netip.Addr internally. This should somewhat improve memory usage when using CIDR rules in policies. Before/after benchmark: name...

sig/policy
release-note/misc

Release notes: https://github.com/cilium/cilium-cli/releases/tag/v0.12.4

area/CI-improvement
release-note/ci
ci/hyperjump

Add a `--delete-cilium-pod-on-nodes` flag to `cilium connectivity test` which will delete the Cilium pods from the specified nodes before running tests. On the specified nodes this will keep only the...

### What version of Go are you using (`go version`)? $ go version go version go1.20 linux/amd64 ### Does this issue reproduce with the latest release? Yes, however it does...

NeedsInvestigation
compiler/runtime

We need v1.0.6-0.20210604193023-d5e0c0615ace from pflag, but renovate wants to downgrade to 1.0.5. Currently we're ignoring updates until a new pflag release is tagged. Let's make sure we track the work...

It's unused since commit c49ef45399fc ("metrics: Modularize daemon metrics registry"). In case similar functionality is needed in the future, the generic functions in the standard library `maps` package or in...

kind/cleanup
release-note/misc

Currently, the image build matrix is defined in 4 different workflows and needs to be update in all of them whenever an image changes or a new one is added....

dont-merge/preview-only
stale
release-note/ci
needs-backport/1.15