Adyanth Hosavalike
Adyanth Hosavalike
That is from the Cloudflare's troubleshooting page here: https://support.cloudflare.com/hc/en-us/articles/203118044-Gathering-information-for-troubleshooting-sites A colo is a colocated datacenter, in this case, the Cloudflare's DC where I am getting the data from :)
With that patch, I am getting a response code of 400 when trying to login :( Edit: My bad (typing skills :) ), it was indeed successful! Let me try...
No point in implementing this until the configuration API is available and documented. :method: PUT :scheme: https :authority: api.teams.cloudflare.com :path: /api/v4/accounts//cfd_tunnel//configurations Content-Type: text/plain;charset=UTF-8 Accept: */* Host: api.teams.cloudflare.com Content-Length: 123 ```json...
Yup, looks like it is out of beta! I'm thinking if I should just substitute this API in place of writing to the configMap (which only helps to have the...
Hey @acrogenesis , where do you mean? You can set the cloudflared version by setting the Tunnel.spec.image to cloudflare/cloudflared:latest
@acrogenesis yes. But I held back from making it take the latest by default to prevent any breaking changes upstream break this as well. I'll update the default every release...
This will also help to link the Tunnel to an existing service like the Ingress Controller's service. Also, when Load Balancer support is added, it will make adding it simple...
To expand this issue's scope, allow modifying any (?) pod spec content?
Something like this could be useful to run the pods on nodes with a different ISP providing internet. This assumes that all nodes have a label called `isp` whose value...
Deployment update currently only happens for the size. This should be made generic by calling the deploymentForTunnel for updates as well.