11 Commits

Author SHA1 Message Date
Philip Laine 0ef20e5dc3 Move docs to NetBird documentation website. (#247)
We should not keep duplicate documentation so this change updates the
README and removes the docs from the repository.
2026-05-13 12:43:27 +02:00
Philip Laine 37d48b5ca8 Set best practice defaults for network router deployment (#214)
This change sets some Kubernetes best practices as defaults. Such as
topology spread and pod disruption budget.

It also exposes log level and image settings in the root struct to make
it easier to override commonly configured settings.

Fixes #77 
Fixes #162

Signed-off-by: Philip Laine <philip.laine@gmail.com>
2026-04-28 15:18:15 +02:00
Philip Laine 1d2bceae15 Fix Helm repo link (#205)
Fixes the Helm repo link to use the one from the "helms" repo.
2026-04-24 16:47:48 +02:00
Philip Laine dd054d50ec Update documentation with refactored resources (#204)
This updates the documentation and examples to use the new resources. It
also adds automatic documentation creation for the api reference.

Signed-off-by: Philip Laine <philip.laine@gmail.com>
2026-04-24 16:22:04 +02:00
Bethuel Mmbaga 5fb144559c Add support for running as a init sidecar container (#99)
Adds support for injecting the client as a [sidecar
container](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/)
using the `netbird.io/init-sidecar: "true"` pod annotation.
2026-02-11 15:20:52 +03:00
M Essam Hamed 2606b87173 Add uninstallation doc to README 2025-08-08 14:14:25 +03:00
Frederic Roggon 0cf1dbafd4 [Docs] Typo Fix - removed sentence that does not belong there (#45)
typo fix - removed sentence that does not belong there
2025-05-24 17:08:03 +02:00
M Essam Hamed 8ff64b433c Add documentation 2025-04-16 14:45:23 +02:00
M. Essam b06e9b1de2 Add docs for Kubernetes API (#27)
Add simple instruction for exposing kubernetes API as a Network
Resource.
2025-04-07 08:05:26 +02:00
M. Essam 219ee9a0b6 Add support for multiple policies (#16)
Change policy annotation to support comma-separated list of policies.

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2025-03-28 13:50:09 +01:00
M. Essam 166091b8e0 Add ingress feature to controller (#5)
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2025-03-06 09:57:45 +01:00