Commit graph

2401 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
47c1516a21 Migrate to codecov.io (#2120)
* Migrate to codecov.io

* Fix data race

* Update nginx to 1.13.9
2018-02-20 08:27:02 -08:00
Manuel Alejandro de Brito Fontes
d81fb38aca Fix coveralls report (#2118) 2018-02-20 04:35:41 -08:00
Manuel Alejandro de Brito Fontes
559272813f Retry initial connection to the Kubernetes cluster (#2089) 2018-02-17 12:25:04 -08:00
Karl Stoney
6d468d8e50 Enabled the dynamic reload of GeoIP data (#2107)
* Moved geoip data into its own folder so it can be volume mounted

* Added FS watches for the geoip data

* Fixed single quotes issue (interpolation)

* Fixed gofmt errors

* Updated to directory crawl
2018-02-17 12:24:50 -08:00
Manuel Alejandro de Brito Fontes
606719a180 Fix e2e tests updating nginx image (#2112) 2018-02-17 12:23:00 -08:00
Victor Trac
a072e656b6 replace '‑' with actual dashes '-' (#2111) 2018-02-16 15:02:41 -08:00
Mathieu Parent
d6a96243e9 Fix proxy_redirect description (#2102) 2018-02-16 09:59:12 -08:00
Bea
832882c4f7 Updates and extends client cert documentation (#2105)
Updates and extends the documentation about enabling client certificate authentication.
2018-02-16 07:17:29 -08:00
Karl Stoney
31042c234e Added GeoIP Organisational data (#2099) 2018-02-15 14:10:20 -08:00
Manuel Alejandro de Brito Fontes
a965a5d92c Only pods in running phase are vallid for status (#2093) 2018-02-14 21:19:27 -08:00
Nick Sardo
f1bf755ecf Merge pull request #2091 from nicksardo/https-port-echo
Add HTTPS port to echoheaders
2018-02-14 14:12:06 -08:00
rvkubiak
a23212834c Update Makefile to allow specifying tag from command line (#2092)
The usage text in the Makefile suggests that you can specify TAG=1.4 to your make command to build with the specified tag.  This does not work, since TAG is hard coded in the Makefile and overwrites any value you pass on the command line.

$ GOPATH=/go TAG=notagforyou make container
docker build --pull -t gcr.io/google_containers/defaultbackend-amd64:1.4 .
Sending build context to Docker daemon  5.921MB
Step 1/4 : FROM scratch
 ---> 
Step 2/4 : USER 65534:65534
 ---> Using cache
 ---> 0f38024aa24e
Step 3/4 : COPY server /
 ---> f8509ce4595d
Step 4/4 : ENTRYPOINT /server
 ---> Running in 29b31420e648
 ---> 65818e326440
Removing intermediate container 29b31420e648
Successfully built 65818e326440
Successfully tagged gcr.io/google_containers/defaultbackend-amd64:1.4

Update the TAG variable to work as documented.
2018-02-14 14:10:42 -08:00
Nick Sardo
61d2a92717 Add HTTPS port to echoheaders 2018-02-14 14:07:45 -08:00
Arno Uhlig
23b1044683 Ingress custom backend (#2086)
* fix out of range

* add metrics and health endpoint

* ensure extension dot prefix
2018-02-14 09:16:44 -08:00
Mathieu Parent
c6b040649f Add LemonLDAP::NG kubernetes controller to catalog (#2084) 2018-02-14 09:15:58 -08:00
Manuel Alejandro de Brito Fontes
de35747725 Use a ring channel to avoid blocking write of events (#2082)
* Use a ring channel to avoid blocking write of events

* Add eapache/channels dependency
2018-02-13 17:46:18 -08:00
Manuel Alejandro de Brito Fontes
d9fcf948c3 Fix opentracing configuration when multiple options are configured (#2075) 2018-02-12 16:08:49 -08:00
Manuel Alejandro de Brito Fontes
35525ee30d Remove initContainer from default deployment (#2077) 2018-02-12 15:14:11 -08:00
Manuel Alejandro de Brito Fontes
2d10afa94c Fix spelling errors (#2076) 2018-02-12 14:33:26 -08:00
Manuel Alejandro de Brito Fontes
fb6abbc0d2 Do not cancel the synchronization of secrets (#2069) 2018-02-11 21:37:02 -08:00
Manuel Alejandro de Brito Fontes
27d3ba4e32 Update Go to 1.9.4 (#2071) 2018-02-11 21:24:26 -08:00
Manuel Alejandro de Brito Fontes
70c2349c07 Always return an IP address (#2065) 2018-02-11 12:39:01 -08:00
Mathieu Parent
4b043ca8c1 Run one test at a time (#2063)
Running in parallel could fail if one of the test changes the ConfigMap
2018-02-10 08:02:21 -08:00
Vikram Hosakote
eeb1ddbcad Added doc for helm with RBAC enabled (#2054) 2018-02-09 07:08:36 -08:00
Guang Ya Liu
a240a23129 Get file max from fs/file-max. (#2050) 2018-02-08 08:55:25 -08:00
Lihua Tang
53324f27f7 Fix typos (#2046) 2018-02-07 19:15:50 -08:00
Karl Stoney
777543952d Added nginx_cookie_flag_module (#2021) 2018-02-07 18:14:20 -08:00
david
2f008e4e8e add matchLabels in Deployment yaml, that both API extensions/v1beta1 and apps/v1 can be used (#2036)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-07 08:50:12 -08:00
Oilbeater
82f6b3fd7d fix spell error reslover -> resolver (#2041) 2018-02-07 07:24:09 -08:00
Oilbeater
6d29d79994 fix wrong annotation (#2040) 2018-02-07 07:23:41 -08:00
Jianfeng Li
e03d1293f9 fix typo stickyness to stickiness (#2039) 2018-02-07 07:23:06 -08:00
TaoGe
13c1f2d2b4 Update README.md (#2038) 2018-02-07 07:22:34 -08:00
Elvin Efendi
aa8e11242d do not ignore $http_host and $http_x_forwarded_host (#2030) 2018-02-06 10:59:59 -08:00
david
0301850dc9 fix broken links in static-ip readme (#2035)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-05 17:43:35 -08:00
Guang Ya Liu
2611c242a8 The maximum number of open file descriptors should be maxOpenFiles. (#2031) 2018-02-02 21:05:01 -08:00
Luke Jolly
4fe4f5ce00 Added configmap option to disable IPv6 in nginx DNS resolver (#1992) 2018-02-02 11:53:28 -08:00
Manuel Alejandro de Brito Fontes
f627581e15 Show pod information in http-svc example (#2027) 2018-02-02 09:04:18 -08:00
david
281b964ad0 update KUBERNETES from v1.8.0 to 1.9.0 (#2026)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-02 04:03:32 -08:00
Manuel Alejandro de Brito Fontes
9b3b8e1db8 Update nginx image (#2019) 2018-02-01 13:29:24 -08:00
Karl Stoney
3b45e3a8a9 Added documentation for Permanent Redirect (#2018) 2018-02-01 09:05:05 -08:00
Olaf Szmidt
213fdc2778 Minor link fix in deployment docs (#2016)
The link for GCE section was broken. Minor fix.
2018-02-01 05:50:04 -08:00
Qiu Jian
e8860bfe95 Add document for connection-proxy-header annotation (#2014) 2018-02-01 02:46:25 -08:00
qiupeng-huacloud
679241a89c broken link for sticky-ingress.yaml (#2011)
Signed-off-by: qiupeng-huacloud <qiupeng@chinacloud.com.cn>
2018-02-01 02:45:46 -08:00
Karl Stoney
3a8c01744e Use v3/dev/performance of ModSecurity because of performance (#1996)
* Updated to very specific versions of modsecurity and
modsecurity-crs to deal with performance problems

* Put rules back in the correct order

* brotli rollback
2018-02-01 02:42:56 -08:00
Anish Ramasekar
b2dda94c1e Add support for enabling ssl_ciphers per host (#2006)
* Add support for adding ssl_ciphers

* Add documentation
2018-01-31 08:53:07 -08:00
Jonathan Boulle
deefbd4e22 docs/user-guide/tls: remove duplicated section (#2009) 2018-01-31 08:43:22 -08:00
qiupeng-huacloud
1a98588046 fix typo error for server name _ (#2005)
Signed-off-by: qiupeng-huacloud <qiupeng@chinacloud.com.cn>
2018-01-31 08:42:36 -08:00
Anish Ramasekar
40e000dd01 Add limit-request-status-code option (#2001)
* Add support for limit_req_status

* Add documentation

* Fix comment
2018-01-30 07:24:44 -06:00
Qiu Jian
105d1feba5 Add connection-proxy-header annotation (#1999)
This is the override the default connection header
2018-01-29 22:29:03 -06:00
Anish Ramasekar
bc51ead9ba Add support to enable/disable proxy buffering (#1998)
* Enable proxy buffering using configmap and annotation

* add documentation
2018-01-29 08:43:55 -06:00