André Martins

Results 39 issues of 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...

kind/bug
release-note/bug
kind/regression
area/health
needs-backport/1.11
needs-backport/1.12

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...

kind/feature
cncf/mentorship

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...

release-note/misc

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...

kind/bug
kind/cleanup
lgtm
sig/api-machinery
release-note
size/L
kind/api-change
cncf-cla: yes
needs-priority
kind/regression
triage/accepted

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...

Enhancement
Go

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.

kind/feature
good first issue

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...

kind/feature

> 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...

kind/question

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