[Docs] Typo Fix - removed sentence that does not belong there (#45)

typo fix - removed sentence that does not belong there
This commit is contained in:
Frederic Roggon
2025-05-24 17:08:03 +02:00
committed by GitHub
parent 7b08362a37
commit 0cf1dbafd4
+2 -2
View File
@@ -62,7 +62,7 @@ With this setup, all peers with the same extra label would be used in a DNS roun
1. Set `netbirdAPI.keyFromSecret` to the name of the secret created.
1. Set `ingress.enabled` to `true`.
1. Optionally, to provision the network immediately, set `ingress.router.enabled` to `true`.
1. Optionally, to provision 1 network per > The NetBird Kubernetes operator generates configurations using NetBird API; editing or deleting these configurations in the NetBird console may cause temporary network disconnection until the operator reconciles the configuration. namespace, set `ingress.namespacedNetworks` to `true`.
1. Optionally, to provision 1 network per namespace, set `ingress.namespacedNetworks` to `true`.
1. Run `helm install` or `helm upgrade`.
Minimum values.yaml example:
@@ -197,4 +197,4 @@ ingress:
* Each NBPolicy will only create policies in the NetBird console when the information provided is enough to create one. If no services act as a destination or specified services do not conform to the protocol(s) defined, the policy will not be created.
* Each NBPolicy will create one policy in the NetBird console per protocol specified as long as the protocol has destinations; this ensures better-secured policies by separating ports for TCP and UDP.
* Policies currently do not support ICMP protocol, as ICMP is not supported in Kubernetes services, and there are [no current plans to support it](https://discuss.kubernetes.io/t/icmp-support-for-kubernetes-service/21738).
* NetBird currently does not support SCTP protocol.
* NetBird currently does not support SCTP protocol.