Daneyon Hansen
Daneyon Hansen
Previously, ENI prefix delegation support was limited to IPv4. This PR updates existing structs, methods, etc. to support IPv6 prefix delegation. The overall implementation follows the [existing approach](https://github.com/cilium/cilium/issues/16987) taken for...
Adds AWS IPv6 Prefix Delegation (PD) option to Cilium Operator. - `operator/option/config.go`: Adds an option for enabling AWS IPv6 prefix delegation (PD). - `*_test.go`: Updates IPAM implementation unit tests to...
**Is this a BUG or FEATURE REQUEST?:** FEATURE REQUEST **Did you review existing epics or issues to identify if this already being worked on?** Yes **Bug:** N **Feature Request:** Y...
**Please describe the problem you have** https://github.com/projectcontour/contour-operator/pull/382 is an important breaking API change. Other potential breaking API changes may be needed due to Contour natively supporting Gateway API. Possible API...
**Please describe the problem you have** The operator was bootstrapped using kubebuilder v2 and should consider migrating to v3. Reference the [migration guide](https://book.kubebuilder.io/migration/v2vsv3.html) for additional details. cc: @BostjanBozic
**Please describe the problem you have** When https://github.com/projectcontour/contour/issues/3545 is resolved, Contour will begin managing the Envoy infrastructure, i.e. Envoy DaemonSet and the operator should no longer manage the infra. Whether...
**Please describe the problem you have** Currently, "LoadBalancerStrategy" is being defaulted for Envoy network publishing. This is fine when using the "LoadBalancerService" type (default), but does not make sense when...
**Please describe the problem you have** The Contour API exposes the ability to manage the namespace of the operands, i.e. Contour deployment. The `NamespaceSpec` type contains `name`, the name of...
**Please describe the problem you have** Refactor e2e tests to resolve the following: 1. Have each test case generate a namespace. 2. DRY-up tests to remove duplication remove test cases....
**Please describe the problem you have** With #382, namespaced-scoped operands, i.e. Envoy DaemonSet, reside in the same namespace as the `Contour`. This allows using an [OwnerReference](https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/[email protected]#OwnerReference) instead of labels for...