Commit graph

4977 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
7553ab361a Merge pull request #136 from chentao1596/add-info-about-MapHashBucketSize
Add content and descriptions about nginx's configuration
2017-01-19 09:10:20 -03:00
Manuel Alejandro de Brito Fontes
0ed8260704 Merge pull request #133 from aledbf/fix-tcp-stream
Add TCP and UDP services removed in migration
2017-01-19 09:06:03 -03:00
Manuel Alejandro de Brito Fontes
27adc786fa Merge pull request #144 from chentao1596/add-unit-test-for-k8s
add unit test cases for core.pkg.k8s
2017-01-19 09:05:28 -03:00
chentao1596
5b313737e0 add unit test cases for core.pkg.k8s 2017-01-19 15:22:13 +08:00
Justin Santa Barbara
f1520a1232 Merge pull request #142 from aledbf/file-max
Use system fs.max-files as limits instead of hard-coded value
2017-01-19 01:46:49 -05:00
Manuel de Brito Fontes
9ce52c51f1 Use system fs.max-files as limits instead of hard-coded value 2017-01-19 00:29:31 -03:00
Justin Santa Barbara
ac5b84cf89 Merge pull request #141 from aledbf/fix-backlog
Add reuse port and backlog to port 80 and 443
2017-01-18 22:12:58 -05:00
Manuel de Brito Fontes
ba98383c2d Add TCP and UDP services removed in migration 2017-01-18 23:46:03 -03:00
Manuel de Brito Fontes
7fa5aecd71 Add reuse port and backlog to port 80 and 443 2017-01-18 23:04:00 -03:00
Manuel Alejandro de Brito Fontes
28c67257e3 Merge pull request #138 from caiyixiang/const-reference
reference to const
2017-01-18 00:54:12 -03:00
caiyixiang
5131b76fe5 const-reference 2017-01-18 11:29:59 +08:00
chentao1596
af8f2881f1 add content: Server-side HTTPS enforcement through redirect 2017-01-18 10:21:29 +08:00
chentao1596
4fbe1ed422 add description for 'map-hash-bucket-size' 2017-01-18 09:58:22 +08:00
Peter Sutherland
9e94863db2 Incorporate feedback 2017-01-17 14:47:54 +00:00
Manuel Alejandro de Brito Fontes
e55d13d007 Merge pull request #134 from fate-grand-order/master
fix typo
2017-01-16 10:04:40 -03:00
fate-grand-order
0cd3663def fix typo
Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
2017-01-16 13:58:54 +08:00
Peter Sutherland
b81a49cdfd Sort config map params alphabetically 2017-01-15 23:38:57 +00:00
Peter Sutherland
727eb2ce81 Many mostly small tweaks to the documentation 2017-01-15 23:38:50 +00:00
Manuel Alejandro de Brito Fontes
2eb9ab58bc Merge pull request #128 from aledbf/add-tests
Add tests and godebug to compare structs
2017-01-13 12:29:17 -03:00
Manuel de Brito Fontes
64a5e43394 Add tests and godebug to compare structs 2017-01-13 10:26:13 -03:00
Manuel de Brito Fontes
dbd368adf2 Add nginx tests 2017-01-13 09:54:00 -03:00
Manuel Alejandro de Brito Fontes
793672d9b0 Merge pull request #119 from chentao1596/add-unit-test-for-annotations-service
add unit test case for annotations.service
2017-01-13 09:12:39 -03:00
Manuel Alejandro de Brito Fontes
71492a6f8f Merge pull request #115 from safework/master
add default_server to listen statement for default backend
2017-01-13 09:11:25 -03:00
Manuel Alejandro de Brito Fontes
0743f7ccb5 Merge pull request #126 from chentao1596/change-type-of-pull-images
change the type of imagePullPolicy
2017-01-13 08:45:09 -03:00
chentao1596
224a4bfe8b change the type of imagePullPolicy 2017-01-13 16:17:09 +08:00
Manuel Alejandro de Brito Fontes
43a3d67561 Merge pull request #99 from aledbf/update-nginx
Update nginx to 1.11.8
2017-01-12 21:17:17 -03:00
Manuel Alejandro de Brito Fontes
91c710f06f Merge pull request #95 from aledbf/deny
Deny location mapping in case of specific errors
2017-01-12 21:16:54 -03:00
Manuel de Brito Fontes
4a2146b8dc Address comments about consistency in the code 2017-01-12 19:05:55 -03:00
Manuel de Brito Fontes
8191245eee Fix interface duplication 2017-01-12 14:11:50 -03:00
Manuel de Brito Fontes
9085e24a29 Update godeps 2017-01-12 13:40:32 -03:00
Manuel de Brito Fontes
597a0e691a Deny location mapping in case of specific errors 2017-01-12 13:40:32 -03:00
Manuel Alejandro de Brito Fontes
c49b03facc Merge pull request #123 from aledbf/fix-resolver
Add resolver configuration to nginx
2017-01-12 13:03:46 -03:00
Manuel de Brito Fontes
d570ea6381 Add resolver configuration to nginx 2017-01-12 12:31:39 -03:00
Manuel Alejandro de Brito Fontes
54d9762cf0 Merge pull request #94 from aledbf/server-tokens
Add support to disable server_tokens directive
2017-01-12 12:23:32 -03:00
Tim Hockin
717594ae2a Merge pull request #124 from bprashanth/default_backend_ig_delete
Only delete default backend when there are no loadbalancers
2017-01-10 22:55:41 -08:00
bprashanth
a6b0405480 Move IG GC out of backend pool and into cluster manager 2017-01-10 03:49:08 -08:00
bprashanth
9d85c9b163 Send an event if default backend doesn't have a NodePort 2017-01-10 03:49:05 -08:00
Giancarlo Rubio
14ae787b40 FIX: ingress was not creating the endpoint when target port is string 2017-01-10 11:48:25 +01:00
chentao1596
fac77e7e1b add unit test for annotations.service 2017-01-10 15:17:05 +08:00
Prashanth B
f90e9eeb7c Merge pull request #117 from thockin/dont-sync-unchanged-urlmaps
GCE: Don't update URL Map if unchanged
2017-01-09 20:25:48 -08:00
Prashanth B
6f5a8ce4a6 Merge pull request #118 from thockin/nits
Cleanups
2017-01-09 20:13:44 -08:00
Tim Hockin
0950910e29 GCE: Don't update URL Map if unchanged 2017-01-09 11:41:50 -08:00
Mark Cola
939c6d9128 add default_server to listen statement for default backend 2017-01-09 11:30:44 +11:00
Manuel Alejandro de Brito Fontes
e58f510c29 Merge pull request #114 from chentao1596/fix-typo-for-queue-unit-test
fix typo
2017-01-07 22:58:31 -03:00
chentao1596
3cb68b421d fix typo for task.Queue's unit test case 2017-01-08 09:27:37 +08:00
Manuel Alejandro de Brito Fontes
b2d084ac31 Merge pull request #113 from chentao1596/add-unit-test-for-queue
Add condition of enqueue and unit test cases for task.Queue
2017-01-07 14:01:48 -03:00
chentao1596
28b610da65 add unit test case for task.Queue 2017-01-07 23:30:34 +08:00
chentao1596
e454732508 check queue's status before enqueue 2017-01-07 22:53:51 +08:00
Manuel Alejandro de Brito Fontes
5186e93c48 Merge pull request #103 from luxas/to_deployments
Update the nginx controller manifests
2017-01-05 09:31:19 -03:00
Lucas Käldström
7cf6fe3b1b
Add instructions how to deploy to kubeadm 2017-01-05 09:54:59 +02:00