Marco Iorio

Results 51 issues of Marco Iorio

174e721c0e69 ("ClusterMesh: validate etcd cluster ID") introduced the support for running multiple replicas of the clustermesh-apiserver, by validating the etcd cluster ID and restart the connection if a change is...

area/clustermesh
release-note/misc

## Cilium Feature Proposal **Is your feature request related to a problem?** Malformed/invalid CNPs (e.g., L7 policies without the `protocol: TCP` field set) get silently discarded by the agent, emitting...

help-wanted
kind/feature
sig/k8s
sig/policy
pinned
sig/agent

cilium/cilium#28763 decoupled the helm settings to enable the clustermesh-apiserver and provide the list of clusters to connect to. Let's reflect this change to the 'cilium clustermesh disable' command as well,...

area/clustermesh

* Additionally retrieve and output KVStoreMesh status, when enabled; * Output troubleshooting tips associated with the most common errors; Please review commit by commit, and refer to the respective messages...

area/clustermesh

Introduce the collection of additional clustermesh-related information as part of sysdumps, and in particular: * The output of the newly introduced clustermesh-apiserver commands: - clustermesh-apiserver version (apiserver container) - clustermesh-apiserver...

area/sysdump
area/clustermesh

**Describe the bug** It is impossible to access the LiqoDash in case the local time (i.e. wall clock) is not configured correctly (e.g. one hour back). This is probably related...

bug

* [x] #32336 (@giorio94) :warning: resolved conflicts :information_source: Resolved minor conflicts detailed in the individual commit messages. Dropped https://github.com/cilium/cilium/commit/8c951b2785b001841dcc88f03bac98f9f5a538f1 and https://github.com/cilium/cilium/commit/041321b7a70d8370fae571f0524cbf8b538d4780, as not relevant in Cilium v1.13. * [x] #32552...

kind/backports
area/clustermesh
backport/1.13

* [x] #32336 (@giorio94) :warning: resolved conflicts :information_source: Resolved minor conflicts detailed in the individual commit messages. Dropped https://github.com/cilium/cilium/pull/32336/commits/8c951b2785b001841dcc88f03bac98f9f5a538f1 and https://github.com/cilium/cilium/pull/32336/commits/041321b7a70d8370fae571f0524cbf8b538d4780, as the clustermesh-apiserver container has a different structure in...

kind/backports
area/clustermesh
backport/1.14

## CI failure Hit on https://github.com/cilium/cilium/pull/30335 Link: https://github.com/cilium/cilium/actions/runs/7581474592/job/20649291063 Sysdump: [test_results-E2E Test (1.29, f18-datapath-bgp-lrp).tar.gz](https://github.com/cilium/cilium/files/13987311/test_results-E2E.Test.1.29.f18-datapath-bgp-lrp.tar.gz) ``` • Failure in Spec Teardown (AfterEach) [158.674 seconds] K8sDatapathBGPTests /home/runner/work/cilium/cilium/test/ginkgo-ext/scopes.go:461 Tests LoadBalancer /home/runner/work/cilium/cilium/test/ginkgo-ext/scopes.go:461 Connectivity to endpoint...

area/CI
stale
ci/flake

Currently, certgen has detailed knowledge of the specific certificates used by Cilium, hence requiring any changes (e.g., introduction of a new certificate) to be manually applied to this tool as...