You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sync: merge openconfig/kne upstream main (May 2026) (#23)
* Upgrade to Kubernetes 1.35 (openconfig#682)
* Upgrade k8s to 1.35
* cloud-provider-gcp no longer uses Bazel build
* Set go path for auth-provider-gcp build
* Configure containerd mirrors for registry.k8s.io (openconfig#686)
* configure containerd mirror for registry.k8s.io
* update path for internal
* fix config path
* enable authentication for kubelet containerd mirrors
* use kne-external for infra containers
---------
Co-authored-by: Neha Manjunath <nehamanjunath@google.com>
* Update srlinux controller manifest to 0.7.1 (openconfig#671)
* update srlinux controller manifest
* bump srl-controller
* Add support for IN_CLUSTER_PROXY node type (openconfig#681)
* Add support for IN_CLUSTER_PROXY node type
- Update proto/topo.proto with `IN_CLUSTER_PROXY` in Vendor and `Node.Type` enums.
- Create `topo/node/inclusterproxy` package implementing `Node` interface.
- Set default image to `nicolaka/netshoot:latest` and enforce at least 1 `Service`.
- Enforce link constraints to allow exactly one interface (`eth1`).
- Add warning if `socat` is missing from `Command` or `Args`.
- Update `topo/topo.go` to register the new node type.
- Add unit tests in `topo/node/inclusterproxy/inclusterproxy_test.go`.
* Add support for IN_CLUSTER_PROXY node type
- Update proto/topo.proto with `IN_CLUSTER_PROXY` in Vendor and `Node.Type` enums.
- Create `topo/node/inclusterproxy` package implementing `Node` interface.
- Set default image to `nicolaka/netshoot:latest` and enforce at least 1 `Service`.
- Enforce link constraints to allow exactly one interface (`eth1`).
- Enforce that `proxy-pool-for` label is present in static configuration.
- Add static validation assuring `eth1` is connected directly to the node given in `proxy-pool-for`.
- Add automatic `socat` command generation using `peer-ip` and `target-port` labels:
- Supports IPv4 address allocation arithmetic using `/31` masks.
- Adds IPv6 support using `/127` arithmetic and handles `TCP6-LISTEN` argument switches.
- Update `topo/topo.go` to register the new node type.
- Update `topo/topo.go` to register the new node type.
- Add unit tests in `topo/node/inclusterproxy/inclusterproxy_test.go`.
* Fix config labels for peer ip
* Rename calculateStaticIP to deriveAdjacentIP
* Fix typos
* Fix failing valid_pb_with_automatic_generation_ipv
* Fix lint errors
* Relax validation for inclusterproxy node interface check (openconfig#693)
* Relax IN_CLUSTER_PROXY link validation to support
early addDefaults() passes
When loading KNE topologies via the Ondatra testbed framework (knegcebind),
an early `addDefaults()` pass instantiates nodes via `node.New()` to
calculate default values. Since this pass occurs before the KNE topology
manager has fully resolved cross-node links, `eth1.PeerName` is empty
during initialization.
* Relax IN_CLUSTER_PROXY link validation to support
early addDefaults() passes
When loading KNE topologies via the Ondatra testbed framework (knegcebind),
an early `addDefaults()` pass instantiates nodes via `node.New()` to
calculate default values. Since this pass occurs before the KNE topology
manager has fully resolved cross-node links, `eth1.PeerName` is empty
during initialization.
---------
Co-authored-by: jasdeep-hundal <hundal@google.com>
Co-authored-by: NehaManjunath <nehamanjunath264@gmail.com>
Co-authored-by: Neha Manjunath <nehamanjunath@google.com>
Co-authored-by: Roman Dodin <dodin.roman@gmail.com>
Co-authored-by: pranaysameer <pranaysameer@google.com>
0 commit comments