-
-
Notifications
You must be signed in to change notification settings - Fork 63
Warp Support #78
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
I was wondering if you'd consider adding support for Warp.
Using this operator, we could allow the tunnel to be created and configured in K8s. Maybe it could function as data a ClusterTunnel's
TunnelSpec? Adding a string type for a private CIDR would also allow the operator to use cloudflare-go'sCreateTunnelRouteAPI - which is also a part of routing traffic to a warp-enabled tunnel.Lastly, I see it as part of the struct in
cloudflare_configuration.gobut I think it would need to be written into the ConfigMap for the tunnel pods to use.