Trevor Nichols
Trevor Nichols
I'm having a similar issue to this but very different circumstances. I have a blob trigger running on an Node 10 Functions 2 app, that does some analysis and then...
I too just had this issue happen. I ended up restarting the haproxy controller deployment and the freshly started pods was able to see the service and traffic worked. I...
I've got quite a few ingresses (many different hostnames pointing to a similar backend service). ``` k get ingress | wc -l 298 ``` It would appear I've got 297...
On a test cluster I tried re-creating the bug by abusing the cluster - creating 1000 services (admittedly all pointing to the same deployment), and 1000 ingresses. Doing that all...
The thing that makes this one difficult is the underlying code dealing with syncing has been there for ages. I had a look and while I'm not a go programmer,...
So I was doing a bunch of work yesterday involving setting up new sites, which needed ssl certs. The controller pods had been running for about 4 days and was...
Unless I am mistaken the code does no encoding internally, to handle embedded quotes. For a library I would say this is a must. The challenge is now I am...
I did a cluster upgrade of kubernetes to 1.11.1 during which time I hit a snag where one explicitly named backend service was down and caused the generated haproxy config...
@tamalsaha are there any hints that you can share about upgrading? Is it a case we just install over the top using the shell script?
I had the reverse issue of this, using the mailer from within a controller area caused the views to be searched in the same area, yet the mailer was outside....