kayrus
|
d8fbe2f582
|
ingress: removed unnecessary whitespaces
|
2016-08-23 10:37:10 +02:00 |
|
kayrus
|
e4de1e62b8
|
ingress: use POD_NAMESPACE as a namespace in cli parameters
|
2016-08-19 10:25:38 +02:00 |
|
Kubernetes Submit Queue
|
727a62421e
|
Merge pull request #1467 from aledbf/change-client
Automatic merge from submit-queue
[nginx-ingress-controller]: Use ClientConfig to configure connection
fixes #1459
Running with `docker run`:
```
core@localhost ~ $ docker run -it aledbf/nginx-third-party:0.31 bash
root@f6a96f46eab0:/# export KUBERNETES_MASTER=http://172.17.4.99:8080
root@f6a96f46eab0:/# /nginx-ingress-controller --default-backend-service=default/nginx-errors
I0802 14:44:58.604384 7 main.go:94] Using build: https://github.com/aledbf/contrib - git-5b9146a
W0802 14:44:58.605282 7 main.go:118] unexpected error getting runtime information: unable to get POD information (missing POD_NAME or POD_NAMESPACE environment variable)
I0802 14:44:58.607270 7 main.go:123] Validated default/nginx-errors as the default backend
W0802 14:44:58.611322 7 ssl.go:132] no file dhparam.pem found in secrets
I0802 14:44:58.615637 7 controller.go:1128] starting NGINX loadbalancer controller
I0802 14:44:58.615902 7 command.go:35] Starting NGINX process...
```
Running inside in a cluster:
```
I0802 14:47:50.254736 1 main.go:94] Using build: https://github.com/aledbf/contrib - git-5b9146a
I0802 14:47:50.254920 1 merged_client_builder.go:103] No kubeconfig could be created, falling back to service account.
I0802 14:47:50.343440 1 main.go:123] Validated default/nginx-errors as the default backend
W0802 14:47:50.343677 1 ssl.go:132] no file dhparam.pem found in secrets
I0802 14:47:50.347322 1 controller.go:1128] starting NGINX loadbalancer controller
I0802 14:47:50.347870 1 command.go:35] Starting NGINX process...
```
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/contrib/1467)
<!-- Reviewable:end -->
|
2016-08-17 13:40:11 -07:00 |
|
Manuel de Brito Fontes
|
4fe3462a82
|
Change healthz port to avoid conflicts when running using hostNetwork
|
2016-08-02 23:10:47 -04:00 |
|
Manuel de Brito Fontes
|
0f70b80745
|
Use ClientConfig to configure connection
|
2016-08-02 10:46:35 -04:00 |
|
Manuel de Brito Fontes
|
0886c7e58a
|
Check for errors in nginx template
|
2016-07-28 17:41:12 -04:00 |
|
Manuel de Brito Fontes
|
9f64273b9c
|
Use system self signed certificate as default SSL certificate
|
2016-07-22 19:30:00 -04:00 |
|
Manuel de Brito Fontes
|
2c7d921d76
|
Update changelog
|
2016-07-20 16:39:46 -04:00 |
|
Manuel de Brito Fontes
|
3ef038c557
|
Change nginx status port to 18080 to avoid conflicts with port 8080
|
2016-07-20 16:39:46 -04:00 |
|
Manuel de Brito Fontes
|
0d1dd32567
|
Release 0.8.2
|
2016-07-20 16:39:46 -04:00 |
|
Prashanth B
|
bff40d7c14
|
Merge pull request #1351 from aledbf/check-certificate
[nginx-ingress-controller]: Avoid generation of invalid ssl certificates
|
2016-07-20 13:36:23 -07:00 |
|
Manuel de Brito Fontes
|
de6b00daa3
|
Change container /proc values to improve nginx performance
|
2016-07-20 15:00:30 -04:00 |
|
Manuel de Brito Fontes
|
bf5113d91c
|
Avoid generation of invalid ssl certificates
|
2016-07-20 14:36:15 -04:00 |
|
Prashanth B
|
1a04fa4881
|
Merge pull request #1398 from aledbf/nginx-httpoxy
Mitigate HTTPoxy Vulnerability
|
2016-07-20 10:56:17 -07:00 |
|
Prashanth B
|
5306ca4eb9
|
Merge pull request #1384 from atombender/issue_1883
Unset Authorization header when proxying
|
2016-07-20 10:54:57 -07:00 |
|
Prashanth B
|
eabad1c990
|
Merge pull request #1338 from aledbf/ssl-default-backend
[nginx-ingress-controller]: Add HTTPS default backend
|
2016-07-20 10:35:15 -07:00 |
|
Prashanth B
|
fe59e29f5e
|
Merge pull request #1336 from aledbf/skip-ingress-rules
[nginx-ingress-controller]: Add annotation to skip ingress rule
|
2016-07-20 10:33:17 -07:00 |
|
Manuel de Brito Fontes
|
a38f2b21a1
|
Mitigate HTTPoxy Vulnerability
|
2016-07-20 09:55:46 -04:00 |
|
Manuel de Brito Fontes
|
d3d6c879d5
|
Refactor nginx certificate creation.
|
2016-07-18 17:08:00 -04:00 |
|
Alexander Staubo
|
5effb7b4e3
|
Unset Authorization header when proxying.
|
2016-07-17 22:02:02 -04:00 |
|
Prashanth B
|
ce7085d277
|
Merge pull request #1289 from simonswine/docs-kube-lego
ingress: nginx suggest kube-lego for automated cert management
|
2016-07-15 17:51:03 -07:00 |
|
Manuel de Brito Fontes
|
b4f1b7c0f5
|
Show warning in case of low number of connections
|
2016-07-12 00:40:45 -04:00 |
|
Manuel de Brito Fontes
|
8b25cc67a5
|
Improve nginx performance to match listen backlog with net.core.somaxconn
|
2016-07-11 23:04:21 -04:00 |
|
Manuel de Brito Fontes
|
8f4efb4e3d
|
Add HTTPS default backend
|
2016-07-08 17:20:14 -04:00 |
|
Manuel de Brito Fontes
|
89bbb8d4ee
|
Add annotation to skip ingress rule
|
2016-07-08 17:01:40 -04:00 |
|
Prashanth B
|
ba964cdcda
|
Merge pull request #1299 from Nalum/patch-2
Formatting fix
|
2016-07-06 13:47:26 -07:00 |
|
Manuel de Brito Fontes
|
9b762b7d54
|
Release 0.8.1
|
2016-07-06 12:22:07 -04:00 |
|
Prashanth B
|
a7570a8b37
|
Merge pull request #1315 from fcvarela/master
Addresses #1314 [nginx-ingress-controller ssl nginx reload abort]
|
2016-07-06 09:10:53 -07:00 |
|
Filipe Varela
|
9285335ce3
|
Fixes #1314
Removed comment to be consistent w/ rest of code
Fixes typo and string concat
|
2016-07-06 12:35:08 +01:00 |
|
Manuel de Brito Fontes
|
a2d9c6e48b
|
Fix duplicated real_ip_header
|
2016-07-05 12:37:54 -04:00 |
|
Prashanth B
|
15f199c84a
|
Merge pull request #1259 from aledbf/release-0.8
[nginx-ingress-controller] Release 0.8
|
2016-07-01 20:12:21 -07:00 |
|
Manuel de Brito Fontes
|
6d03a101be
|
Add mime aplication/x-javascript to the gzip list and show the defaults in configuration.md
|
2016-07-01 21:15:54 -04:00 |
|
Prashanth B
|
0d5917e6a4
|
Merge pull request #1296 from Nalum/patch-1
Fix formatting
|
2016-07-01 17:23:50 -07:00 |
|
Manuel de Brito Fontes
|
0bcfcef8f8
|
Release 0.8
|
2016-07-01 19:18:45 -04:00 |
|
Manuel de Brito Fontes
|
09d7b756db
|
Add support for dynamic TLS records and spdy
|
2016-07-01 14:07:48 -04:00 |
|
Luke Mallon
|
cd2e2b0717
|
Formatting fix
|
2016-06-30 15:12:34 +01:00 |
|
Luke Mallon
|
c398b66aa9
|
Fix formatting
Fix the formatting of this README
|
2016-06-30 09:53:28 +01:00 |
|
Christian Simon
|
7303019de1
|
Suggest kube-lego for automated cert management
|
2016-06-29 09:30:03 +02:00 |
|
Manuel de Brito Fontes
|
26fd12a81c
|
Avoid sync without a reachable master
|
2016-06-23 10:38:08 -04:00 |
|
Prashanth B
|
bf9ea5eec4
|
Revert "[nginx-ingress-controller]: Avoid sync without a reachable master"
|
2016-06-22 22:56:46 -07:00 |
|
Prashanth B
|
7e8760b9db
|
Merge pull request #1233 from aledbf/avoid-sync
[nginx-ingress-controller]: Avoid sync without a reachable master
|
2016-06-22 22:44:12 -07:00 |
|
Prashanth B
|
db825411fb
|
Merge pull request #1253 from aledbf/use-delayed-queue
[nginx-ingress-controller]: Use delayed queue
|
2016-06-22 22:40:16 -07:00 |
|
Prashanth B
|
b9740c96d9
|
Merge pull request #1130 from aledbf/improve-docs
[nginx-ingress-controller] Improve docs and examples
|
2016-06-22 22:37:43 -07:00 |
|
Manuel de Brito Fontes
|
a153187ce7
|
Use delayed queue
|
2016-06-22 17:48:13 -04:00 |
|
Prashanth B
|
b728a0cbd5
|
Merge pull request #1239 from aledbf/conditional-log
[nginx-ingress-controller]: Add support for conditional log of urls
|
2016-06-22 10:47:41 -07:00 |
|
Manuel de Brito Fontes
|
56a2bc68ab
|
Change annotation name secure-upstreams to secure-backends
|
2016-06-22 12:34:45 -04:00 |
|
Manuel de Brito Fontes
|
4335d831a9
|
Improve docs
|
2016-06-22 08:10:05 -04:00 |
|
Manuel de Brito Fontes
|
3cbe01767f
|
Add support for conditional log of urls
|
2016-06-18 18:04:07 -04:00 |
|
Manuel de Brito Fontes
|
ed41a706b9
|
Avoid sync without a reachable master
|
2016-06-17 19:13:52 -04:00 |
|
Manuel de Brito Fontes
|
e68aa3806a
|
Fix stats by country in nginx status page
|
2016-06-17 18:26:08 -04:00 |
|