You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resource names are simply the name of the WireGuard resource, sometimes with a suffix like -dep, or -config which can easily lead to conflicts.
❯ k get secret -lapp=wireguard
NAME TYPE DATA AGE
media Opaque 3 6m34s
media-client Opaque 2 6m34s
❯ k get deploy -lapp=wireguard
NAME READY UP-TO-DATE AVAILABLE AGE
media-dep 0/1 0 0 6m39s
❯ k get svc -lapp=wireguard
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
media-metrics-svc ClusterIP 10.104.128.120 <none> 9586/TCP 6m43s
media-svc LoadBalancer 10.106.235.249 192.168.135.12 51820:32595/UDP 6m43s
❯ k get cm -lapp=wireguard
NAME DATA AGE
media-config 0 6m47s
To Reproduce
N/A
Expected behavior
Use unique names, like other controllers do.
❯ k -n tailscale get sts
NAME READY AGE
ts-bazarr-gp98g 1/1 186d
❯ k get rs
NAME DESIRED CURRENT READY AGE
media-dep-878876c8d 1 0 0 8m20s
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
The resource names are simply the name of the WireGuard resource, sometimes with a suffix like
-dep
, or-config
which can easily lead to conflicts.To Reproduce
N/A
Expected behavior
Use unique names, like other controllers do.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: