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 [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.3 to 0.30.0. Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master' into release-1.30 581c1b8 Update x/net for CVE-2023-45288 35ca1f4 Merge pull request #123932...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.3 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...

dependencies
go

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.2 to 0.30.0. Commits 3aa4577 Update dependencies to v0.30.0 tag 2df4de1 Merge remote-tracking branch 'origin/master' into release-1.30 ade2ae2 Update x/net for CVE-2023-45288 b4632b7 Merge pull request #123932...

dependencies
go

**Is your feature request related to a problem? Please describe.** When whereabouts.kubeconfig **_is not located in the default CNI folder /etc/cni/net.d/whereabouts.d_** in host (k3s e.g. /var/lib/rancher/k3s/agent/etc/cni/net.d/whereabouts.d/whereabouts.kubeconfig). There is no explicit...

enhancement

**What this PR does / why we need it**: https://github.com/k8snetworkplumbingwg/whereabouts/issues/465 **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets...

**Is your feature request related to a problem? Please describe.** The token in /etc/cni/net.d/whereabouts.d/whereabouts.kubeconfig is about to expire in 1 month, but nothing will rotate it. This token is used...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Found this doc https://gist.github.com/dougbtv/076d63f5204a35d65ab4952e77199d56...

enhancement

**Describe the bug** We are having a situation in our test cluster where Pod references left undeleted during scale down operation of a deployment. It get increased if we do...

**Describe the bug** Image tag in manifests in **doc/crds/daemonset-install.yaml** use **latest** tag instead of release specific. This results in inconsistent deployments. **Expected behavior** Image tag is set to corresponding release...