Skip to content

Tags: k8snetworkplumbingwg/whereabouts

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #485 from mlguerrero12/fixstateless

Skip pods marked for deletion

v0.7.0

Toggle v0.7.0's commit message
Update vendor

Signed-off-by: Manuel Buil <[email protected]>

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #402 from dougbtv/docs-configmapname

Corrects name for configmap in extended config docs

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #327 from tariq1890/update-kubecfg

minor fix: update comment in whereabouts cni kubeconfig

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #297 from nicklesimba/invalid-ipv6-bz

Added trailing 0 to ipv6 ranges that end in ":"

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #257 from genesiscloud/configurable_OverlappingRanges

fix overwriting of OverlappingRanges by mergo

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #253 from maiqueb/release-v0.5

build: use tagged released versions for v0.5

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #222 from maiqueb/reconciler-no-network-status

reconciler: account for pods that do not have net-status annotations

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #211 from maiqueb/adapt-to-staticcheck-0.3.0

ci, test: pin staticcheck 0.2.2

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Safer reconciler spec (#167)

* reconciler, spec: forbid concurrent executions

Signed-off-by: Miguel Duarte Barroso <[email protected]>

* reconciler, spec: remove complete pods

We leave the default `failedJobsHistoryLimit` - 1 - to enable the
user to debug the reconciler in case it fails.

Signed-off-by: Miguel Duarte Barroso <[email protected]>

* reconciler, spec: do not retry on error

Since a new pod will be scheduled in 5 minutes, it is safer to just
wait for the new reconcile cycle than insist on reconciling right
now.

This is important to prevent the cluster to clog further on
constrained clusters.

Signed-off-by: Miguel Duarte Barroso <[email protected]>