Nicolas Busseneau

Results 22 issues of Nicolas Busseneau

Hello, ## Description I have encountered an interesting cache issue with Grav v1.6.26 using default Grav settings, with the exception of enabling assets pipelines through `system.yaml`: ```yaml assets: css_pipeline: true...

question

Multilang redirects and routes were not working as per the documentation ("All redirect rules apply on the slug-path beginning after the language part (if you use multi-language pages)") due to...

bug

Problem: I wanted to localize the `description` metadata, but couldn't find a way to localize `site.yaml`. I settled on using `languages.yaml` as a way to localize `site.yaml` metadata keys from...

* #20404 -- Add metric to track terminating endpoint events (@aditighag) * #18384 -- istio: Update to release 1.10.6 (@jrajahalme) * #20305 -- dnsproxy: update dnsproxy benchmark memory calculation (@odinuge)...

kind/backports
backport/1.11

* #20617 -- ci: pick up cilium-cli v0.12.0 for master, v1.11 and v1.12 workflows (@tklauser) * #20605 -- Doc: Clarify CentOS 7 kernel upgrade and Cilium advance features (@vincentmli) *...

kind/backports
backport/1.12

* #20624 -- docs: update etcd kvstore migration instructions (@hhoover) * #20564 -- contrib: Add CRD generation to release process (@joestringer) * #20649 -- daemon: Improve dnsproxy error when EP...

kind/backports
backport/1.10

Hi, Just switched from bash version to Go version on a Windows environment (Git Bash). It looks like `kubens` does not treat relative file paths in `.kube/config` as relative to...

Bug
Go implementation

We somehow missed that one, resulting in flows not being validated in connectivity test via the external workloads workflow.

area/CI

## Bug report If `cilium install` is abruptly interrupted while in progress, the [rollback code](https://github.com/cilium/cilium-cli/blob/bcc992b93cce627c4505de25cbb207164b90390c/install/install.go#L1717-L1727) does not have a chance to run and there are leftover resources. One solution could...

kind/bug

Right now, Hubble has to be enabled by `cilium hubble enable` later than at install time: It would be great if Hubble could be enabled right from the start with...

kind/feature