Lubron

Results 32 issues of Lubron

User Statement: Hi this is Lubron from VIC team. I tried to build Lightwave container based on Lightwave source code on branch `master`, but failed Details: I've tried to build...

**What this PR does / why we need it**: To update to newest golang 1.22 * Also updated kubebuilder * Switched to use envtest to set up binaries **Which issue(s)...

cla-not-required

**What this PR does / why we need it**: Refactor the integration test. Now the tests when there are multiple matching ADCs are not robust enough and might fail if...

cla-not-required

**What this PR does / why we need it**: ``` # Generate manifests e.g. CRD, RBAC etc. manifests: $(CONTROLLER_GEN) $(KUSTOMIZE) $(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases $(KUSTOMIZE) build config/kustomize-to-ytt >...

cla-not-required

### What this PR does / why we need it For export variable, special character could be url encoded and supported. But for systemd, % is a special character that...

cla-not-required

After kube-vip 0.8.0, this PR https://github.com/kube-vip/kube-vip/pull/816, now service type LB can support specifying the VIP should be listening on which interface. For example: `kube-vip.io/serviceInterface: ens160` We could expose the vip...

Add a e2e test that verifies with search-order is set, ip is assigned in descending order for services that are created

- [ ] Dual stack service test - [x] #130 - [ ] #132 - [ ] Multiple IP ranges per namespace

Now our e2e tests will try rebuild image everytime, which takes time and space. Since build-linux job already build a image, we could try output that into a tar ball...

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