- Feb 04, 2019
-
-
Alex Ellis (VMware) authored
- due to what appears to be a frequent issue with the Go HTTP client some tweaks were needed to the HTTP client used for reverse proxying to prevent CoreDNS from rejecting connections. The following PRs / commits implement similar changes in Prometheus and Minio. https://github.com/prometheus/prometheus/pull/3592 https://github.com/minio/minio/pull/5860 Under a 3-node (1-master) kubeadm cluster running on bare metal with Ubuntu 18.04 I was able to send 100k requests with 1000 being concurrent with no errors being returned by hey. ``` hey -n 100000 -c 1000 -m=POST -d="hi" \ http://192.168.0.26:31112/function/go-echo ``` The go-echo function is based upon the golang-http template in the function store using the of-watchdog. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis authored
- This change points the roadmap back to the documentation and GitHub issue trackers - Draws distinction between OF and OFC. Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 03, 2019
-
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Alex Ellis authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
- Feb 02, 2019
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Khalid Hasanov authored
Add a new blog post named "Evaluation of Serverless Technologies at Jet". Signed-off-by:
Khalid Hasanov <xalid.h@gmail.com>
-
- Jan 31, 2019
-
-
Edward Wilde authored
Signed-off-by:
Edward Wilde <ewilde@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Lucas Roesler authored
**What** - Add link to 2019 blog post table Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Jan 30, 2019
-
-
Vivek Singh authored
Signed-off-by:
Vivek Singh <vivekkmr45@yahoo.in>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
- Jan 29, 2019
-
-
Alex Ellis (VMware) authored
- re-vendor queue-worker for publisher via 0.6.0 - bump queue-worker version to 0.6.0 in docker-compose.yml for AMD64 - use new naming for NATS of nats -> NATS in variables where required - add default reconnect of 60 times, 2 seconds apart. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- adds max_idle_conns_* default values to docker-compose.yml to make it easier to override as a user doing testing/tuning - make Golang durations easier to read 300s -> 5m Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Lucas Roesler authored
**What** - Bumps the gateway version to 0.10.2 in the default docker-compose file **Why** - Finishes the work started in #1049 to enable basic auth for the alert endpoint, this will allow the deployment via compose to leverage the basic auth Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
- Jan 28, 2019
-
-
Andrew Cornies authored
Made description changes to be more succinct Signed-off-by:
Andrew Cornies <acornies@gmail.com>
-
Andrew Cornies authored
- Fixed annotations and labels type and added examples - Added the readOnlyRootFilesystem bool Signed-off-by:
Andrew Cornies <acornies@gmail.com>
-
- Jan 27, 2019
-
-
Alex Ellis (VMware) authored
- this caused confusion for a user who had logged in for "127.0.0.1", but not for "localhost" then saw an error when deploying and trying to access "localhost" for which there was no credential available. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
- Jan 25, 2019
-
-
Chad Taylor authored
Signed-off-by:
Chad Taylor <taylor.thomas.c@gmail.com>
-
Nicholas Chen authored
OpenFaaS is covered in the newly publish Serverless book Serverless Inside Out. Committed by @nichochen Signed-off-by:
Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
-
Alex Ellis (VMware) authored
This shows the list of backers >= 5 USD from Patreon.com who contribute and receive a reward-level, a mention in BACKERS.md and help with the various running-costs of the independent project. Signed-off-by:
Alex Ellis <alexellis2@gmail.com>
-
Patricio Diaz authored
Signed-off-by:
Patricio Diaz <padiazg@gmail.com>
-
- Jan 24, 2019
-
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Radoslav Dimitrov authored
Signed-off-by:
Radoslav Dimitrov <dimitrovr@vmware.com>
-
Lucas Roesler authored
**What** - Revert to the original docker tags because we want to for the bump until after the official release Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Lucas Roesler authored
**What** - Protect the `/system/alert` endpoint when basic auth is enabled - Update the alert manager config to send the basic auth credentials - Bump the gateway version Signed-off-by:
Lucas Roesler <roesler.lucas@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- the order of http_requests_total was shown to be incorrect in testing. This fixes the order as per http_request_duration_seconds. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- according to discussion in #1013 all unicode characters are valid label values - this commit allows the original path to be retained. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- fixes issue where result was assigned to value rather than to pointer reference. Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- splits out notifiers and writes status for async handler Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
- instruments async handler for report and for queueing async requests - make MustRegister only ever run once to prevent sync issues Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-
Alex Ellis (VMware) authored
Signed-off-by:
Alex Ellis (VMware) <alexellis2@gmail.com>
-