Cloudflare Ingress Controller Beta Feedback
@nate wrote: So, a couple of things. I’ve updated parts of the code to improve error handling and logging, and to get that, you’ll want to change the deployment spec to read image:...
View ArticleCloudflare Ingress Controller Beta Feedback
@entryninja wrote: Updated using your code and it works like a charm Edit: only for so long After running for about 6 hours, I am getting a Cloudflare HTTP 526 error page (Invalid SSL certificate). Is...
View ArticleCloudflare Ingress Controller Beta Feedback
@warren.strange wrote: The instructions on https://warp.Cloudflare.com/docs/kubernetes/ are slightly different than the objects in the github repo under deploy/ Which ones are correct? Read full topic
View ArticleCloudflare Ingress Controller Beta Feedback
@warren.strange wrote: I am finding the warp-controller pretty much kills my minikube VM. Bug, or am I doing something wrong? Read full topic
View ArticleCloudflare Ingress Controller Beta Feedback
@nate wrote: I’ve tested on minikube without seeing excessive cpu or memory usage – in theory the resource limits on the pod should constrain it pretty well, and in practice, looking at heapster...
View ArticleCloudflare Ingress Controller Beta Feedback
@kyle-zapic wrote: Just wanted to leave some positive feedback… The ingress controller appears to work great in our test environment on an Azure-managed K8s cluster! We are currently exposing three...
View ArticleCloudflare Ingress Controller Beta Feedback
@warren.strange wrote: I discovered the source of my runaway CPU and non-functioning warp ingress. My ingress hostname had a subdomain component: foo.default.acme.com, not foo.acme.com Which I gather...
View ArticleCloudflare Ingress Controller Beta Feedback
@chungting wrote: Thanks for pointing out the issue! The certificate issued when you first log in only supports *acme.com and acme.com. We are working on providing better error messages. Read full topic
View ArticleCloudflare Ingress Controller Beta Feedback
@nate wrote: I think if we parsed the certificate data on the client side (in the controller code) we could extract the SANs and check them against the requested hostname, and bail out with a good...
View ArticleCloudflare Ingress Controller Beta Feedback
@warren.strange wrote: I am finding some weird behavior - which is puzzling me. It seems like warp does not properly handle 302 redirects (or maybe it is my app?) The app has a landing page on /, and...
View ArticleCloudflare Ingress Controller Beta Feedback
@vlad.yartsev wrote: Hi Dani. I followed the quick-start guide (https://warp.Cloudflare.com/docs/kubernetes/ as of 2017-12-15) and everything worked as magic, except for “Step Two” (the command...
View ArticleCloudflare Ingress Controller Beta Feedback
@nate wrote: The simple thing to do is to have multiple ingresses. Because there are two hostnames, and two services, the controller must create two tunnels. While it would be possible to manage the...
View ArticleCloudflare Ingress Controller Beta Feedback
@vlad.yartsev wrote: Nate, got it, thanks. Sounds totally reasonable. (and it would have helped me if I could read your hint about multiple ingresses or a link to docs right from the logs) PS: I...
View ArticleCloudflare Ingress Controller Beta Feedback
@kyle-zapic wrote: I’m also seeing the high CPU usage as @vlad.yartsev. I don’t feel like we noticed this occurring until this past week. Read full topic
View ArticleCloudflare Ingress Controller Beta Feedback
@chungting wrote: @vlad.yartsev, @kyle-zapic we have identified the problem and a fix will be out soon. Read full topic
View ArticleCloudflare Ingress Controller Beta Feedback
@kyle-zapic wrote: We’re experiencing HTTP timeouts with file uploads and the Warp Ingress (or maybe just Warp???). Specifically, the upload works as expected, but the response is never returned. Is...
View ArticleCloudflare Ingress Controller Beta Feedback
@umbot wrote: Hi @dani Is enabling traffic load balancing required for ingress controller to work? If yes, can you please update the documentations to say so w/ an explanation (would be nice)....
View ArticleCloudflare Ingress Controller Beta Feedback
@dani wrote: It is! You can enable it in the dashboard in the traffic app: https://Cloudflare.com/a/traffic/ Also yes - we should update the docs. Read full topic
View ArticleCloudflare Ingress Controller Beta Feedback
@umbot wrote: @dani It’s enabled, but still not working… level=info msg=“Connected to LAX” level=error msg=“Server error: error creating new pool example.com: authentication error: response: {\n...
View ArticleCloudflare Ingress Controller Beta Feedback
@devops7 wrote: The understanding I got from the docs and examples is that the ingress controller usage is a single tunnel that multiplexed traffic goes through. In order to remove the ‘single’ part...
View Article