mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
This fixes NetBird agents not connecting to the manager
./caller_not_available:0:
2025/10/12 18:16:42 WARNING: [core] [Channel #98 SubChannel #99]grpc:
addrConn.createTransport failed to connect to
{
Addr: "netbird.stonegarden.dev:443",
ServerName: "netbird.stonegarden.dev:443",
BalancerAttributes: {
"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>"
}
}.
Err: connection error:
desc = "transport: authentication handshake failed:
credentials: cannot check peer: missing selected ALPN property.
If you upgraded from a grpc-go version earlier than 1.67,
your TLS connections may have stopped working due to ALPN enforcement.
For more details, see: https://github.com/grpc/grpc-go/issues/434"
Related to https://github.com/cilium/cilium/issues/39484
Signed-off-by: Vegard Hagen <[email protected]>
15 lines
255 B
YAML
15 lines
255 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: management
|
|
namespace: netbird
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/name: management
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
appProtocol: kubernetes.io/h2c
|
|
targetPort: http
|