André Martins
André Martins
Due some refactoring done in ed934cb958c5, a bug was introduced in the code that overwrote the IP address used to perform health checks. In IPv6-only clusters, this IP address was...
Right now the release process is done by manually following, depending on the type of release, one of these issues templates https://github.com/cilium/release/tree/master/.github/ISSUE_TEMPLATE It would be great if we could decrease...
Running GH workflows locally is possible with the help of nektos/act. The changes performed on the GKE workflow were necessary to skip the steps that do not need to run...
The functionality provided by the finalURLTemplate is still used by certain external projects to track the request latency for requests performed to kube-apiserver. Using a template of the URL, instead...
Hello I've noticed the Gopkg.toml in the repo does not pin a specific version of the dependencies it uses. Accordingly to dep documentation: ``` Note: When you specify a version...
See Scott's [blogpost](https://blog.scottlowe.org/2021/10/07/installing-cilium-via-clusterresourceset/) for the tutorial, it should be relatively easy to add support for an automatic installation by detecting this cluster type.
read per commit basis
Follow ups of https://github.com/cilium/cilium-cli/pull/717 - [x] Use the helm values stored in the Cilium's config map under the special key `io.cilium.cilium-cli` to generate hubble manifests - [ ] The same...
> Name of the interface inside the container. This is the name that should be assigned to the interface created inside the container (network namespace); consequently it must comply with...
This allows to make usages of some GitHub preview features. More info: https://docs.github.com/en/graphql/overview/schema-previews Signed-off-by: André Martins Depends on https://github.com/shurcooL/graphql/pull/64