Andrew Louis
d08c44f9e4
Endpoint Awareness: Read backends data from tmp file as well
...
Actually read from the file
Logs probably shouldn't assume knowledge of implementation detail
Typos
Added integration test, and dynamic update config refactor
Don't force the 8k default
Minimal test case to make the configuration/backends request body write to temp file
Leverage new safe config updating methods, and use 2 replicas instead of 4
Small refactor
Better integration test, addresses other feedback
Update bindata
2018-04-24 15:07:59 -04:00
k8s-ci-robot
57c886d3a0
Merge pull request #2401 from aledbf/test-endpoints
...
Add tests for controller getEndpoints
2018-04-22 02:14:00 -07:00
Manuel de Brito Fontes
61466b3241
Add tests for controller getEndpoints
2018-04-22 01:24:26 -03:00
k8s-ci-robot
17eb665fb2
Merge pull request #2399 from aledbf/add-tests
...
Add test for store helper ListIngresses
2018-04-21 17:37:59 -07:00
k8s-ci-robot
9f35671790
Merge pull request #2398 from aledbf/empty-tls
...
Allow tls section without hosts in Ingress rule
2018-04-21 17:37:00 -07:00
Manuel de Brito Fontes
fc3aa87c3f
Add test for store helper ListIngresses
2018-04-21 21:19:14 -03:00
Manuel de Brito Fontes
43d6529965
Allow tls section without hosts in Ingress rule
2018-04-21 21:14:46 -03:00
k8s-ci-robot
d72f9b98c9
Merge pull request #2396 from aledbf/update-deps
...
Update go dependencies
2018-04-21 10:47:00 -07:00
Manuel de Brito Fontes
2de97dd08c
Update go dependencies
2018-04-21 14:26:59 -03:00
k8s-ci-robot
65b58975c9
Merge pull request #2370 from aledbf/update-nginx-image
...
Update nginx image
2018-04-21 04:37:59 -07:00
k8s-ci-robot
0cff727064
Merge pull request #2395 from ElvinEfendi/fix-flaky-test
...
Fix flaky test
2018-04-21 04:19:59 -07:00
k8s-ci-robot
6187678eaf
Merge pull request #2392 from aledbf/fix-fsnotify
...
Ensure dep fix fsnotify
2018-04-21 00:16:00 -07:00
Elvin Efendi
854f1a7133
cleanup redundant code
2018-04-20 23:41:21 -04:00
Elvin Efendi
1c9b99f26d
shave off some more seconds
2018-04-20 22:58:41 -04:00
Elvin Efendi
eadcb24f94
fix flaky dynamic configuration test
2018-04-20 22:32:38 -04:00
Manuel de Brito Fontes
743dee9b22
Update nginx image
2018-04-20 15:15:18 -03:00
Manuel de Brito Fontes
48f5a6b4cb
Ensure dep fix fsnotify
2018-04-20 14:52:25 -03:00
k8s-ci-robot
5e0aff69f4
Merge pull request #2361 from aledbf/check-path
...
Check ingress rule contains HTTP paths
2018-04-20 08:07:00 -07:00
k8s-ci-robot
e02457185f
Merge pull request #2388 from antoineco/silence-missingannotation
...
Silence unnecessary MissingAnnotations errors
2018-04-20 07:31:00 -07:00
Antoine Cotten
6864eb824e
Silence unnecessary MissingAnnotations errors
2018-04-20 16:00:33 +02:00
k8s-ci-robot
7a2c30d802
Merge pull request #2385 from ElvinEfendi/add-lua-resty-balancer
...
include lua-resty-balancer in nginx image
2018-04-20 05:43:59 -07:00
Elvin Efendi
cc2722285a
include lua-resty-balancer in nginx image
2018-04-19 23:41:40 -04:00
k8s-ci-robot
a3315931df
Merge pull request #2383 from aledbf/improve-e2e-speed
...
Improve speed of e2e tests
2018-04-19 20:33:00 -07:00
Manuel de Brito Fontes
6f057ffeab
Improve speed of e2e tests
2018-04-20 00:04:34 -03:00
k8s-ci-robot
2da2784753
Merge pull request #2374 from aledbf/improve-tests
...
Remove most of the time.Sleep from the e2e tests
2018-04-19 17:52:00 -07:00
k8s-ci-robot
a7c4a403a4
Merge pull request #2382 from antoineco/tokenize-ann-secret
...
Accept ns/name Secret reference in annotations
2018-04-19 15:56:00 -07:00
Antoine Cotten
b5ce6dbc8f
Document changes to annotations with Secret reference
2018-04-20 00:31:25 +02:00
Antoine Cotten
6a5d7a0567
Accept ns/name Secret reference in annotations
2018-04-20 00:05:54 +02:00
Manuel de Brito Fontes
90e9a7bf46
Remove most of the time.Sleep from the e2e tests
2018-04-19 17:48:50 -03:00
k8s-ci-robot
b59af1c29f
Merge pull request #2369 from aledbf/update-nginx
...
Update nginx image to fix modsecurity crs issues
2018-04-19 12:28:00 -07:00
k8s-ci-robot
6d09f1cac5
Merge pull request #2377 from r7vme/sslpassthru
...
DOCS: Add clarification regarding ssl passthrough
2018-04-19 12:04:59 -07:00
Roman Sokolkov
fc6c464011
DOCS: Add clarification regarding ssl passthrough
2018-04-19 17:13:46 +02:00
k8s-ci-robot
936f156e49
Merge pull request #2372 from rajatjindal/affinity-doc-fix
...
fix the default cookie name in doc
2018-04-18 14:29:00 -07:00
k8s-ci-robot
2a145d69cb
Merge pull request #2346 from Shopify/e2e-config-update-refactor
...
Move ConfigMap updating methods into e2e/framework
2018-04-18 11:44:00 -07:00
Rajat Jindal
e5aa0606ba
fix the default cookie name in doc
2018-04-18 09:27:34 -07:00
Andrew Louis
645d504b7b
Fix leaky test
2018-04-18 11:48:24 -04:00
Andrew Louis
7ce1c46ecc
Move the resetting logic into framework
...
Stylistic fixes based on feedback
2018-04-18 11:48:22 -04:00
Manuel de Brito Fontes
53c0206aac
Update nginx image to fix modsecurity crs issues
2018-04-17 18:48:33 -03:00
k8s-ci-robot
fe0b7ba1fe
Merge pull request #2356 from nicknovitski/vts-sum-key
...
Add vts-sum-key config flag
2018-04-17 13:35:00 -07:00
Andrew Louis
0476d7c136
Introduce ConfigMap updating helpers into e2e/framework and retain default nginx-configuration state between tests
...
Group sublogic
2018-04-17 15:08:26 -04:00
Nick Novitski
7b2c3f97ad
Add vts-sum-key config flag
2018-04-17 11:39:32 -07:00
k8s-ci-robot
7a0d401e49
Merge pull request #2363 from gianrubio/review-request_id
...
Review $request_id
2018-04-17 09:48:59 -07:00
k8s-ci-robot
98a6efd4d8
Merge pull request #2366 from oilbeater/fix/path-yaml
...
fix: fill missing patch yaml config.
2018-04-17 09:46:59 -07:00
oilbeater
39a89e074f
fix: fill missing patch yaml config.
...
The patch-service yaml missing livenessProbe, readinessProbe and prometheus annotation parts.
2018-04-17 22:48:51 +08:00
Giancarlo Rubio
f0a8264ed7
Detect if header injected request_id before creating one
2018-04-17 15:49:35 +02:00
Manuel de Brito Fontes
68766ea658
Check ingress rule contains HTTP paths
2018-04-17 08:32:01 -03:00
k8s-ci-robot
91359019f7
Merge pull request #2345 from aledbf/release-0.13
...
Release nginx ingress controller 0.13.0
2018-04-16 10:29:57 -07:00
k8s-ci-robot
7365cf90ed
Merge pull request #2353 from bashofmann/master
...
Add proxy-add-original-uri-header config flag
2018-04-16 05:46:59 -07:00
Bastian Hofmann
8e750b72b7
Add proxy-add-original-uri-header config flag
...
This makes it configurable if a location adds an X-Original-Uri header to the backend request. Default is "true", the current behaviour.
2018-04-16 12:34:26 +02:00
k8s-ci-robot
7b4aa07bed
Merge pull request #2350 from AdamDang/patch-2
...
Correct some returned messages in server_tokens.go
2018-04-15 17:10:58 -07:00