whereabouts icon indicating copy to clipboard operation
whereabouts copied to clipboard

A CNI IPAM plugin that assigns IP addresses cluster-wide

Results 143 whereabouts issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
go

**Describe the bug** reconciler failure was reported when we tried to scale in/out pods. reconciler job scheduled for every 5 minutes but failed to execute with the given error -...

**What this PR does / why we need it**: `ListOverlappingIPs` function fails with error : `failed to list all OverLappingIPs: client rate limiter Wait returned an error: context deadline exceeded...

This is a (somewhat manual) rebase of #180 -- It looks like it's working in my testing of it, but... I initially had some **incorrect keys deleted only sometimes** when...

**Describe the bug** The rdma net interface in nodes in k8s cluster have different names, for example: `enp111np0` in node1, `enp222np0` in node2 But in the config: ``` { "cniVersion":...

**Describe the bug** The binary whereabouts create new OverlappingRangeIPReservation, and will update IPPool's allocations. The pod garbage collect, it will update IPPool's allocations. If at any point, both processes simultaneously...

**Describe the bug** * Binaries for release v0.6.3 are missing. Older releases have them. **Expected behavior** * Binaries are present as in older releases **To Reproduce** * Go to https://github.com/k8snetworkplumbingwg/whereabouts/releases/tag/v0.6.3...

v0.6.2 was releases more than 6 months ago. We've got a lot ffixes including CVEs merged in master branch https://github.com/k8snetworkplumbingwg/whereabouts/compare/v0.6.2...master. Also v0.6.2-arm image is broken but latest-amd64 works as expected

enhancement

**Describe the bug** We see this IPPool resource on one of our test clusters: ``` - apiVersion: whereabouts.cni.cncf.io/v1alpha1 kind: IPPool metadata: creationTimestamp: "2023-08-01T17:52:22Z" generation: 14 name: 1.2.3.0-24 namespace: kube-system resourceVersion:...

**Describe the bug** We use OIDC enabled K8s cluster, we rotate OIDC issuer key after few months. Post rotation of the key whereabouts cannot allocate IP for newly created pods....