mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
931ebd75a336b404cb4d772efef1a6286c8997b2
931ebd75a3
Bump github.com/fluxcd/pkg/runtime from 0.105.0 to 0.106.0 (#242)
Bumps [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) from 0.105.0 to 0.106.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/f3ad4b56adec90eb5661af565cdebec997ad4bfb"><code>f3ad4b5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1195">#1195</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/f35b4fd025cdee1664ca3d7aede2eb2fd594583d"><code>f35b4fd</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/18e165c2592fb2a9633b9a80371e730d88bcab29"><code>18e165c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1194">#1194</a> from fluxcd/k8s-1.36</li> <li><a href="https://github.com/fluxcd/pkg/commit/fe4377874a6d57593120ee524e1913ca81a5d2e5"><code>fe43778</code></a> Update controller-gen to v0.21.0</li> <li><a href="https://github.com/fluxcd/pkg/commit/2498ab414d7e2abaee4131142293e520ee76b390"><code>2498ab4</code></a> Update cloud auth SDKs</li> <li><a href="https://github.com/fluxcd/pkg/commit/b3bb0e0ff6bc2f42f23ff110baa0e7ae0f2ee685"><code>b3bb0e0</code></a> Update go-git to v5.19.0</li> <li><a href="https://github.com/fluxcd/pkg/commit/545dc4f55ab3850dca6401177c94e37ed40b5c87"><code>545dc4f</code></a> Update distribution to v3.1.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/b23cbf9f0581b9dc5594e8659739f1bc9c870d35"><code>b23cbf9</code></a> Update Kubernetes packages to 1.36</li> <li><a href="https://github.com/fluxcd/pkg/commit/c6042810b61f1937c72a0e04d81d0091ca6e7dae"><code>c604281</code></a> Update Go to 1.26</li> <li><a href="https://github.com/fluxcd/pkg/commit/939c616718374460667e648c796487bfedfa6d98"><code>939c616</code></a> ssa: Fix race condition in CRD tests</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.105.0...runtime/v0.106.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
NetBird Kubernetes Operator
The NetBird Kubernetes Operator automates the provisioning of NetBird network access for services running in your cluster.
Documentation
How It Works
A NetworkRouter registers a NetBird router peer for a given DNS zone in your cluster.
apiVersion: netbird.io/v1alpha1
kind: NetworkRouter
metadata:
name: prod
namespace: netbird
spec:
dnsZoneRef:
name: prod.company.internal
A NetworkResource then exposes a Kubernetes service through that router to one or more NetBird groups.
apiVersion: netbird.io/v1alpha1
kind: NetworkResource
metadata:
name: nginx
namespace: default
spec:
networkRouterRef:
name: prod
namespace: netbird
serviceRef:
name: nginx
groups:
- name: All
Languages
Go
97.8%
Makefile
1.2%
Go Template
0.9%
Dockerfile
0.1%