alphabet5
alphabet5
Installing from source doesn't seem like it worked either. ``` gui.h:23:10: fatal error: nymphcast_client.h: No such file or directory 23 | #include "nymphcast_client.h" | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:186:...
@joestringer the specific use-case I have is to eliminate a separate manifest for the configmap that isn't tied to a deployment. Having all of ciliums components managed through a single...
Looks like the default config right now is to just randomly select a host. ``` // do a round robin selection for now rand.Seed(time.Now().Unix()) host := c.Hosts[rand.Intn(len(c.Hosts))] host = strings.Replace(host,...
@pjbgf PR#524 appears to only work for git access over HTTPS and not for proxying SSH with ProxyCommand/socat. Am I misreading, or would that be a separate issue?
Not sure if these console messages are relevant. These loaded on a local server (the formatting was messed up a bit with other errors (#5)). ``` [Violation] 'load' handler took...
I would also like to see namespaceOverride added. I think the largest reason there isn't a lot of interest in this feature is that people just switch to a different...
The pod doesn't have to crash, any dropped dns queries to resolve the memcached host will cause the configured timeout to not be followed. (Assuming the memcached timeout is <...
This is using the ingress-nginx helm chart. You can see the output of `nginx-ingress-controller --version` in the description. ``` NGINX Ingress controller Release: v1.10.1 Build: https://github.com/kubernetes/ingress-nginx/commit/4fb5aac1dd3669daa3a14d9de3e3cdb371b4c518 Repository: https://github.com/kubernetes/ingress-nginx nginx version:...
2 issues - issue 1 causes issue 2. DNS resolution from within the global-rate-limit code-path does not use the service ip, and does not reach coredns if the pod IPs...
For this last reproduction, the time is not exactly 10s because the SERVFAIL time will vary based on your upstream dns servers. If lua can't connect to your dns server,...