mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
This adds a new resource which deploys a Kubernetes API server proxy that can be used to access the API server without tokens through Netbird. Part of #274 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added ClusterProxy custom resource for cluster API proxying capabilities * **Documentation** * Added ClusterProxy API reference documentation with schema details * **Examples** * Added example ClusterProxy configuration and RBAC setup for cluster proxy targets <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/netbirdio/kubernetes-operator/pull/279?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
16 lines
523 B
YAML
16 lines
523 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
|
|
# +kubebuilder:scaffold:crdkustomizeresource
|