cloudflare-tunnel-ingress-controller icon indicating copy to clipboard operation
cloudflare-tunnel-ingress-controller copied to clipboard

🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.

Results 27 cloudflare-tunnel-ingress-controller issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @​nirs in spf13/cobra#2018 - this means...

dependencies

Bumps [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) from 0.76.0 to 0.95.0. Release notes Sourced from github.com/cloudflare/cloudflare-go's releases. v0.95.0 ENHANCEMENTS: access_application: add support for policies array (#1956) access_application: add support for scim_config (#1921) access_policy: add support...

dependencies

i added ```kubectl -n kubernetes-dashboard \ create ingress dashboard-via-cf-tunnel \ --rule="klab.optimcloud.com/*=kubernetes-dashboard:443"\ --class cloudflare-tunnel ``` which results in │ 2024-05-13T13:41:15Z INF Updated to new configuration config="{\"ingress\":[{\"hostname\":\"klab.optimcloud.com\", \"path\":\"/\", \"service\":\"http://10.103.59.236:443\"}, {\"service\":\"http_status:404\"}], \"originRequest\":{}, \...

I have a bunch of domains within my Cloudflare account. Some of the domains are subsets of other domains. Unfortunately, this is causing issues with the ingress controller. For example:...

QUIC does not work in certain environments, while `http2` is more reliable. A configuration value to change the `--protocol` flag to `http2` or others would be quite helpful. See: https://github.com/cloudflare/cloudflared/issues/617#issuecomment-1414799233

Adds support for a few more origin service settings via annotations similar to proxy ssl verify. https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration/ I tried to follow the existing conventions, but I did make a minor...