mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
This change adds a new import resource which enables exposing Netbird resources as Kubernetes services. This remove the need to add sidecars to every pod. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a new `NetworkEgress` custom resource (`netbird.io/v1alpha1`) with CRD, schema validation, and status/conditions. * Extended controller functionality to create egress services and translate egress rules into import `EndpointSlice` resources; egress pods now include a kube-egress-forwarder sidecar. * **Bug Fixes** * Added missing deep-copy and declarative apply support for the new `NetworkEgress` API types. * **Documentation** * Updated README/API reference and added example manifests for `NetworkEgress` (including IP/FQDN target usage). <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Philip Laine <philip.laine@gmail.com>
17 lines
563 B
YAML
17 lines
563 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- bases/netbird.io_groups.yaml
|
|
- bases/netbird.io_nbgroups.yaml
|
|
- bases/netbird.io_nbpolicies.yaml
|
|
- bases/netbird.io_nbresources.yaml
|
|
- bases/netbird.io_nbroutingpeers.yaml
|
|
- bases/netbird.io_nbsetupkeys.yaml
|
|
- bases/netbird.io_networkresources.yaml
|
|
- bases/netbird.io_networkrouters.yaml
|
|
- bases/netbird.io_setupkeys.yaml
|
|
- bases/netbird.io_sidecarprofiles.yaml
|
|
- bases/netbird.io_clusterproxies.yaml
|
|
- bases/netbird.io_networkegresses.yaml
|
|
# +kubebuilder:scaffold:crdkustomizeresource
|