Miguel Duarte Barroso
Miguel Duarte Barroso
PR #745 introduced a new image that will host the pod controller which will look for updates in the pod's `NetworkSelectionElement`s. Part of the work for this feature (adapting multus...
Attempting to remove the stale label.
Clearing the stale label.
I don't think this fixes #50 - that issues clearly mentions `namespaced pools`. This allows the same range to be spawned across multiple L2 networks, something for which I don't...
> @dougbtv @maiqueb Can you please take a look, revised the PR. The test failure looks unrelated, and same as my PR #180 is hitting. > > Can you re-run/override?...
AFAIU, there **is already** a [timeout](https://github.com/k8snetworkplumbingwg/whereabouts/blob/master/cmd/whereabouts.go#L100). It is defined [here](https://github.com/k8snetworkplumbingwg/whereabouts/blob/master/pkg/types/types.go#L20). Now ... I just don't understand why have this specific value for deletes. Furthermore, there's a [timeout on the k8s...
Does this issue reproduce with a [supported Kubernetes version](https://kubernetes.io/releases/#release-history) (1.22 / 1.23 / 1.24) ?
> I have expanded an existing test. It indeed fails before the fix and is successful afterwards. I would still prefer to see a new unit test, focused explicitly on...
You should rebase latest master, to give the e2e tests a chance to work - with the current state of your tree, it'll fail trying to install the CNI plugins...
@TothFerenc would you review this PR as well, since you're introduced the pod ref attribute to the model. I'm also thinking of replacing the whole reconciler pod / cron by...