Kubernetes Prow Robot
1e0268ad5b
Merge pull request #3632 from PowerDos/master
...
Fixed: error parsing with-rbac.yaml: error converting YAML to JSON
2019-01-07 11:52:12 -08:00
Gavin
2be35d024b
Fixed: error parsing with-rbac.yaml: error converting YAML to JSON: yaml: line 36: did not find expected key
2019-01-08 00:22:42 +08:00
Kubernetes Prow Robot
8f57f9578d
Merge pull request #3586 from Shopify/disable-catch-all
...
Add --disable-catch-all option to disable catch-all server
2019-01-07 07:16:26 -08:00
Kubernetes Prow Robot
c326c55414
Merge pull request #3507 from aledbf/remove-temporal
...
Remove temporal configuration file after a while
2019-01-04 11:56:29 -08:00
Manuel Alejandro de Brito Fontes
c830a73255
Remove temporal configuration file after a while
2019-01-04 16:11:38 -03:00
Kubernetes Prow Robot
79bdfcbe84
Merge pull request #3620 from walkafwalka/server-alias-metrics
...
Added server alias to metrics
2019-01-04 11:10:39 -08:00
Manuel Alejandro de Brito Fontes
da5b75ebaf
Update nginx image ( #3625 )
2019-01-04 15:59:58 -03:00
Kubernetes Prow Robot
2c3ce07135
Merge pull request #3396 from flugel-it/master
...
New balancer implementation: consistent hash subset
2019-01-04 10:31:03 -08:00
Kubernetes Prow Robot
fabf902012
Merge pull request #3624 from aledbf/update-nginx
...
Update nginx to fix geoip database deprecation
2019-01-04 10:18:27 -08:00
Kubernetes Prow Robot
1e2146c26a
Merge pull request #3627 from chainhelen/master
...
Typo: docs/examples/rewrite/README.md
2019-01-04 06:39:41 -08:00
chainhelen
ccacef6a8a
Typo: docs/examples/rewrite/README.md
2019-01-04 21:48:46 +08:00
Manuel Alejandro de Brito Fontes
811075a0c8
Update nginx to fix geoip database deprecation
2019-01-04 01:08:45 -03:00
Aaron Walker
27ace6ba40
Fixed possibility of duplicate server.Alias
2019-01-03 12:09:31 -08:00
Kubernetes Prow Robot
3526163aac
Merge pull request #3592 from davideicardi/patch-1
...
Add inside the User Guide documentation section a basic usage section and example
2019-01-03 11:43:17 -08:00
Davide Icardi
25776353bb
Add basic usage documentation
2019-01-03 19:58:27 +01:00
Kubernetes Prow Robot
c62dc221bf
Merge pull request #3615 from kppullin/fix-l4-external-names
...
Pass k8s `Service` data through to the TCP balancer script.
2019-01-03 06:53:56 -08:00
Diego Woitasen
60b983503b
Consistent hashing to a subset of nodes. It works like consistent hash,
...
but instead of mapping to a single node, we map to a subset of nodes.
2019-01-03 01:32:52 -03:00
Kubernetes Prow Robot
29118750be
Merge pull request #3342 from aledbf/allowPrivilegeEscalation
...
Allow privilege escalation
2019-01-02 17:49:39 -08:00
Kubernetes Prow Robot
71cc6df74f
Merge pull request #3174 from Shopify/rewrite-regex
...
Generalize Rewrite Block Creation and Deprecate AddBaseUrl (not backwards compatible)
2019-01-02 12:30:18 -08:00
Aaron Walker
cb4e376093
Added server alias to metrics
2019-01-02 12:23:59 -08:00
Kubernetes Prow Robot
5d4cf75dd0
Merge pull request #3596 from aledbf/fix-proxy-host
...
Fix proxy_host variable configuration
2019-01-02 11:59:33 -08:00
Manuel Alejandro de Brito Fontes
09e2466671
Add support to run e2e tests serially
2019-01-02 15:47:26 -03:00
Manuel Alejandro de Brito Fontes
a73dac2c0b
Fix proxy_host variable configuration
2019-01-02 15:31:27 -03:00
Kevin Pullin
f005d4c3ec
L4 config - Only send Service.Spec
instead of entire Service
.
2019-01-02 09:32:57 -08:00
Kubernetes Prow Robot
fea48a3a13
Merge pull request #3602 from aledbf/update-image
...
Update nginx image
2019-01-02 07:53:06 -08:00
Kubernetes Prow Robot
6d8ffd99aa
Merge pull request #3582 from aledbf/sort-by-creation
...
Sort ingresses by creation timestamp
2019-01-02 07:42:05 -08:00
Kevin Pullin
f0173f0822
Pass k8s Service
data through to the TCP balancer script.
...
Fixes broken L4 ExternalName services.
Details
---------
The `tcp_udp_balancer.lua` script checks if the property
`backend.service.spec["type"]` equals "ExternalName". If so,
the script does a DNS lookup on the name in order to configure
the backend configuration.
However, before this commit, the k8s `Service` data was
_not_ set on the `Backend` struct passed into the `tcp_udp_balancer.lua`
script and therefore the ExternalName check always returned false.
This commit fixes the issue by setting the `Service` field on
the `Backend` struct. This also requires adding a new field to the
`L4Backend` struct first, so that it's available to set on the `Backend`.
2019-01-01 20:50:41 -08:00
Kubernetes Prow Robot
c3eeaca972
Merge pull request #3604 from ramnes/max-worker-open-files
...
Add an option to automatically set worker_connections based on worker_rlimit_nofile
2018-12-31 04:22:30 -08:00
Kubernetes Prow Robot
9ddaf27a16
Merge pull request #3605 from ramnes/fix-cla-urls
...
Fix CLA URLs
2018-12-28 04:48:05 -08:00
ramnes
d70a1d119d
Fix CLA URLs
2018-12-27 18:54:51 +01:00
ramnes
bf7b5ebd81
Add an option to automatically set worker_connections based on worker_rlimit_nofile
2018-12-27 18:36:19 +01:00
Manuel Alejandro de Brito Fontes
b2fa243b97
Sort ingresses by creation timestamp
2018-12-27 10:48:01 -03:00
Manuel Alejandro de Brito Fontes
5119f64e5c
Update nginx to 1.15.8 ( #3601 )
2018-12-26 19:12:21 -03:00
Manuel Alejandro de Brito Fontes
9a02768531
Update nginx image
2018-12-26 17:49:27 -03:00
Kubernetes Prow Robot
cac694ecce
Merge pull request #3240 from estaleiro/http2-push-preload
...
Adds support for HTTP2 Push Preload annotation
2018-12-24 12:05:47 -08:00
Anish Ramasekar
382049a0bf
Adds support for HTTP2 Push Preload annotation
...
update test for backendprotocols
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
Adds support for HTTP2 Push Preload annotation
Adds support for HTTP2 Push Preload annotation
2018-12-24 17:13:25 -02:00
Manuel Alejandro de Brito Fontes
1109db2d09
Add e2e test
2018-12-21 19:30:34 -03:00
Manuel Alejandro de Brito Fontes
9be174738d
Add allowPrivilegeEscalation
2018-12-21 19:30:19 -03:00
Kubernetes Prow Robot
ecc527bc6e
Merge pull request #3594 from bboreham/metrics-per-host-optional
...
Add a flag to make per-host metrics optional
2018-12-21 11:55:35 -08:00
Maxime Ginters
1678d99a03
Add --disable-catch-all option to disable catch-all server
2018-12-21 13:22:26 -05:00
Bryan Boreham
f33a2090dd
Add a flag to make per-host metrics optional
...
When serving many hosts from one nginx, the metrics may become too
numerous for Prometheus. Add a flag to disable the host label, so
that metrics are totalled across all hosts.
2018-12-21 17:31:54 +00:00
Kubernetes Prow Robot
63b01370e4
Merge pull request #3548 from breunigs/integration-test-graceful-shutdown-clean
...
e2e test to ensure graceful shutdown does not lose requests
2018-12-21 06:33:27 -08:00
Kubernetes Prow Robot
a99f832c32
Merge pull request #3581 from Shopify/lua-randomseed-per-worker
...
lua randomseed per worker
2018-12-20 05:49:39 -08:00
Kubernetes Prow Robot
22efaab1f7
Merge pull request #3575 from Shopify/document-ingress-wildcard
...
Add documentation for spec.rules.host format
2018-12-20 05:37:53 -08:00
Elvin Efendi
4896b064ca
lua randomseed per worker
2018-12-20 17:09:29 +04:00
Kubernetes Prow Robot
66aecbd0b2
Merge pull request #3587 from Shopify/fix-e2e-test
...
adjust dind istallation
2018-12-20 05:06:41 -08:00
Elvin Efendi
17d4b2c64c
fix dind-cluster executable path
2018-12-20 16:27:42 +04:00
Kubernetes Prow Robot
4e98666720
Merge pull request #3584 from aledbf/update-go-version
...
Update go to 1.11.4
2018-12-19 07:27:02 -08:00
Manuel Alejandro de Brito Fontes
d9bc997e7c
Update go to 1.11.4
2018-12-19 11:33:47 -03:00
Kubernetes Prow Robot
d9f84de9d0
Merge pull request #3577 from ddgenome/deploy-namespace-labels
...
Add standard labels to namespace specs
2018-12-18 16:46:19 -08:00