Pieter Lange
226c0b907b
Allow TEMP_DIR to be set externally
2017-08-01 16:14:42 +02:00
Manuel Alejandro de Brito Fontes
f89097390a
Merge pull request #1046 from aledbf/auth-sha
...
Add field FileSHA in BasicDigest struct
2017-07-31 22:09:16 -04:00
Manuel de Brito Fontes
4792c507df
Add field FileSHA in BasicDigest struct
2017-07-31 22:08:09 -04:00
Manuel Alejandro de Brito Fontes
c9e60aa29a
Merge pull request #1049 from vood/patch-1
...
Fix config name in the example.
2017-07-31 19:05:01 -04:00
Nick Sardo
86ea1398be
Merge pull request #1047 from nicksardo/update-k8s
...
Revendor godep dependencies
2017-07-31 15:56:36 -07:00
Artem Vysotsky
3edc4e3882
Fix config name in the example.
...
Replace `proxy-headers` with `custom-headers` to match [nginx-load-balancer-conf.yaml](https://github.com/kubernetes/ingress/blob/master/examples/customization/custom-headers/nginx/nginx-load-balancer-conf.yaml#L3 )
2017-07-31 15:16:15 -07:00
Nick Sardo
31e0f042ac
Update gce cloud calls after api changes
2017-07-31 13:37:57 -07:00
Nick Sardo
93eab31e23
Update vendored dependencies
2017-07-31 13:35:10 -07:00
Manuel Alejandro de Brito Fontes
5af6c1fe48
Merge pull request #1042 from aledbf/custom-status
...
Add function to allow custom values in Ingress status
2017-07-28 20:47:24 -04:00
Manuel de Brito Fontes
36c9b8363b
Update dummy example
2017-07-28 20:26:35 -04:00
Manuel de Brito Fontes
bcb35a2b14
Add function to allow custom values in Ingress status
2017-07-28 20:26:35 -04:00
Nick Sardo
1206fa29f6
Merge pull request #1023 from nicksardo/gce-retry-fix
...
GCE: Fix retry of cloudprovider client generation
2017-07-28 15:29:01 -07:00
Manuel Alejandro de Brito Fontes
2ebf5f8e73
Merge pull request #1032 from aledbf/fix-ssl-sync
...
Alternative syncSecret approach #1030
2017-07-28 08:22:20 -04:00
Manuel Alejandro de Brito Fontes
3b203d11c8
Merge pull request #1039 from jmunsch/patch-3
...
typo in examples/tcp/nginx/README.md
2017-07-27 22:37:19 -04:00
Manuel Alejandro de Brito Fontes
6088001953
Merge pull request #1038 from jmunsch/patch-2
...
typo / spelling in README.md
2017-07-27 22:36:49 -04:00
James Munsch
02eae2b85e
typo in examples/tcp/nginx/README.md
2017-07-27 19:34:26 -07:00
James Munsch
327604e4c0
typo / spelling in README.md
2017-07-27 19:32:11 -07:00
Manuel de Brito Fontes
7476bf2963
Alternative syncSecret approach #1030
2017-07-27 22:17:22 -04:00
Nick Sardo
46f16b8f43
Merge pull request #1007 from mkumatag/echoserver_multiarch
...
Multi arch echoserver image
2017-07-27 11:44:21 -07:00
Nick Sardo
311d51fb9e
Merge pull request #1024 from aledbf/fix-code-removal
...
GCE: Revert node handlers removal
2017-07-27 11:37:30 -07:00
Manuel Alejandro de Brito Fontes
71d9c1d5e1
Merge pull request #1031 from jcmoraisjr/jm-fix-noisy-log
...
Change missing secret name log level to V(3)
2017-07-27 13:22:39 -04:00
Joao Morais
e1dc58c5c1
Change missing secret name log level to V(3)
2017-07-27 13:57:34 -03:00
Manuel Alejandro de Brito Fontes
62c46fc7a7
Merge pull request #1027 from aledbf/doc-equals
...
Lint code
2017-07-27 10:39:41 -04:00
Manuel Alejandro de Brito Fontes
50bb212011
Merge pull request #1025 from aledbf/fix-file-watch
...
Fix file watch
2017-07-27 10:37:56 -04:00
Manuel de Brito Fontes
ca36250d38
Lint code
2017-07-26 23:07:59 -04:00
Manuel Alejandro de Brito Fontes
841765595e
Merge pull request #1013 from caiyixiang/unify_forms
...
The fields of vtsDate are unified in the form of plural
2017-07-26 22:39:08 -04:00
Manuel de Brito Fontes
5c65ab6bfd
Fix random watch errors
2017-07-26 22:31:34 -04:00
Manuel de Brito Fontes
1c7fbc51c3
GCE: Revert node handlers removal
2017-07-26 21:46:52 -04:00
Nick Sardo
9fdc8d1edc
Fix retry of cloudprovider client generation
2017-07-26 18:02:30 -07:00
Nick Sardo
3f8439f133
Merge pull request #994 from freehan/revendor-godep
...
Revendor godep
2017-07-26 17:32:18 -07:00
Manuel Alejandro de Brito Fontes
2bd25ec07b
Merge pull request #1018 from sethpollack/patch-1
...
add docs for `proxy-set-headers` and `add-headers`
2017-07-26 08:34:58 -04:00
Seth Pollack
95b698eb58
add docs for proxy-set-headers
and add-headers
2017-07-26 08:32:18 -04:00
Minhan Xia
c0f1f3ac2c
adapt gce controller to godep updates
2017-07-25 17:09:27 -07:00
caiyixiang
8283da4479
The fields of vtsDate are unified in the form of plural
2017-07-25 14:21:12 +08:00
Manuel Alejandro de Brito Fontes
16ed3e18aa
Merge pull request #1005 from egeland/patch-1
...
Update configuration.md
2017-07-24 07:32:08 -04:00
Manuel Alejandro de Brito Fontes
7dec180734
Merge pull request #1006 from chentao1596/change-echoserver-version
...
Change the version of echoserver for creating app
2017-07-24 07:30:50 -04:00
Manjunath A Kumatagi
3696aebf8e
Multi arch echoserver image
2017-07-24 14:44:03 +05:30
chentao1596
9d58b1f1d4
change the version of echoserver for creating app
2017-07-24 15:24:23 +08:00
Frode Egeland
5c34937acb
Update configuration.md
...
Remove duplicate line
2017-07-24 17:01:19 +10:00
Manuel Alejandro de Brito Fontes
4f1fd537b6
Merge pull request #1001 from chancez/patch-2
...
examples/nginx/rbac: Give access to own namespace
2017-07-20 22:36:19 -04:00
Chance Zibolski
142563680c
examples/nginx/rbac: Give access to own namespace
...
Even with `--force-namespace-isolation`, nginx-ingress-controller still queries for it's own namespace, so give it access to querying namespaces within it's namespace in the nginx-ingress-role.
2017-07-20 16:10:39 -07:00
Manuel de Brito Fontes
10846ae9c1
Update go dependencies
2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
8563d9db7c
Update gce controller
2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
85c91253aa
Update examples
2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
42fb023bfd
Update generic controller
2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
8ef1e05d8d
Update nginx controller
2017-07-20 10:41:50 -07:00
Manuel Alejandro de Brito Fontes
3e81d8e8d3
Merge pull request #981 from chrismoos/service_upstream
...
Add annotation to allow use of service ClusterIP for NGINX upstream.
2017-07-19 12:20:30 -04:00
Manuel Alejandro de Brito Fontes
559138c50a
Merge pull request #991 from aledbf/ssl-refactoring
...
Remove secret sync loop
2017-07-19 12:19:36 -04:00
Chris Moos
db174826a7
Add annotation to allow use of service ClusterIP for NGINX upstream.
2017-07-19 16:02:04 +02:00
Manuel de Brito Fontes
39f1f04aa1
Remove secret sync loop
2017-07-18 22:54:32 -04:00