cloudflare-operator icon indicating copy to clipboard operation
cloudflare-operator copied to clipboard

A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources

Results 35 cloudflare-operator issues
Sort by recently updated
recently updated
newest added

When running size > 1, there is not much use in running them on the same node. Look into adding a soft (`preferredDuringSchedulingIgnoredDuringExecution`) `podAntiAffinity` with `topologyKey: kubernetes.io/hostname` so that replicas...

enhancement

Currently the Cloudflare API actions are done manually. It should be moved to the supported [`cloudflare-go`](https://pkg.go.dev/github.com/cloudflare/cloudflare-go) library for interacting with the v4 API.

enhancement
roadmap
blocked

Create Conditions reflecting the current state of the Tunnel. Resources: https://sdk.operatorframework.io/docs/building-operators/golang/advanced-topics/ https://medium.com/swlh/advanced-kubernetes-operators-development-988edad5f58a

enhancement

I get this warning when cloudflared starts ``` failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details. ``` https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size

Hey I was thinking what would be you thoughts about managing Zero Trust Applications too? Creating/Assigning access policies? Would you consider a PR?

https://github.com/adyanth/cloudflare-operator/releases/tag/v0.10.2 has the ability to support paths, but the controller by default is ``` bundle/manifests/cloudflare-operator.clusterserviceversion.yaml 74: name: cloudflare-operator.v0.10.1 280: image: adyanth/cloudflare-operator:0.10.1 388: version: 0.10.1 config/manager/kustomization.yaml 16: newTag: 0.10.1 ``` I...

The memory limits might be a little too low. I wonder if anyone else is seeing the same with this version. I'm not doing anything fancy. Version: `v0.10.0` I needed...

Hi, did anyone try to reach api server service with cloudflared? I tried with added hostnames to https://docs.k3s.io/cli/server#listeners tls-sans, but no luck. Still getting `Unable to connect to the server:...

Has there been any discussions on implementing support for the k8s beta [Gateway API](https://gateway-api.sigs.k8s.io/)? The API should be flexible enough to implement most Tunnel capabilities, and uses built-in resources so...

enhancement
roadmap