load-balancer
Here are 547 public repositories matching this topic...
Do you want to request a feature or report a bug?
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base
I'm curious about folks' opinion on allowing Fabio to make stale reads for the Consul Catalog backend. Currently Fabio is hard-coded to require consistent reads, which causes any request to go to the current leader in the Consul cluster.
In order to try to reduce load on our Consul leaders, we're testing out several changes to the way we run Fabio. This includes switching Fabio to perform stale
I‘v noticed that there is no Etag returned in static files response , any plans to add support for it?
Or, add a config item for it.
Description
Forward logs to a syslog listener to aggregate logs to a centralized service
Is there is a proper guidance to update metallb version? I want to upgrade metallb from v0.8.1 to v0.9.3
Thank you
Add a config option to specify host:post.
Currently one can only set the port via config option Port just for krakend to use this value as a string.
func NewServer(cfg config.ServiceConfig, handler http.Handler) *http.Server {
return &http.Server{
Addr: fmt.Sprintf(":%d", cfg.Port),
...
}
}
-
Updated
Jun 4, 2020 - C
-
Updated
Mar 22, 2020 - Go
Hi all,
What is the agreement for contributions?
It seems that I didn't find the inbound agreement.
In general, the inbound license should be 'Developer Certificate of Origin, version 1.1'.
The outbound license should be 'Apache License 2.0'
And the legal information of inbound license should be in CONTRIBUTING.md.
My boss want to know the inbound license of this project and the link.
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 31, 2020 - Go
-
Updated
Nov 15, 2019 - Shell
$ curl -X POST -vvvv http://127.0.0.1:9989/shutdown
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 9989 (#0)
> POST /shutdown HTTP/1.1
> Host: 127.0.0.1:9989
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Length: 0
< Date: Tue, 11 Jul 2017 22:50:51 GMT
<
* Curl_http_done: called premature == 0
* Connection #0 to host 1
Hi,
the Haproxy supports h2 frontend support and I tried to enable it with marathon-lb. I took a while but finally I was successful.
I created the following overwrite template HAPROXY_HTTPS_FRONTEND_HEAD file (including the leading and post empty line) and added into the template folder.
``
frontend marathon_https_in
bind *:443 ssl {sslCerts} alpn h2,http/1.1
mode http
``
-
Updated
Apr 22, 2020 - Go
-
Updated
May 5, 2017 - Go
-
Updated
Feb 22, 2019
Tempesta TLS throws misleading Warning: Unrecognized TLS receive return code -16512, drop packet in too many cases. See current TLS functional tests for various different cases when we expect the warnings. We should log some meaningful human readable message instead of just error code.
Please fix tls/test_tls_cert.py tests (see comments), e.g. for InvalidHash test (SHA1) Tempesta throws m
liveness probes are used to know when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting a container in such a state can help to make the application more available despite bugs.
Porter vs MetalLB
Most people have asked a question, what's the difference and advantages between Porter and MetalLB? I think we need to investigate both of them and summarize the differences, it would be better that we can develop a roadmap for Porter.
BTW, according to our questionnaire survey, 50 % of users installed KubeSphere to BMs, it proves potential user scale is large.
-
Updated
Jul 1, 2019 - Go
-
Updated
Jul 18, 2018 - Java
-
Updated
Jun 4, 2020 - Go
Add a response timeout value in the timeout message.
Improve this page
Add a description, image, and links to the load-balancer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the load-balancer topic, visit your repo's landing page and select "manage topics."
There is no "pre-deploy" hook listed here as an option at https://pm2.keymetrics.io/docs/usage/deployment/. It should also be mentioned that this hook will run BEFORE
git pulloccurs, e.g. you may want to suggest to users to putgit reset --hardas thepre-deployhook in case their files such asyarn.lockchange frequently, or localization occurs.