diff --git a/docs/usage.md b/docs/usage.md index bbd115c..1eb4baf 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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. \ No newline at end of file +* NetBird currently does not support SCTP protocol.