Commit graph

168 commits

Author SHA1 Message Date
Daniel Sachse
4ae356d93f Added tls ports to rbac nginx ingress controller and service
The rbac nginx ingress controller and service were missing tls/https
ports and nodePorts
2017-09-21 19:53:43 +02:00
Mike Rostermund
4ea94ebf67 Fix typos 2017-09-14 21:35:52 +02:00
Manuel de Brito Fontes
109ee27013 Release nginx ingress controller 0.9.0-beta.13 2017-09-08 11:56:25 -03:00
Ricardo Pchevuzinske Katz
d33b748716
Adds support for error page in Client Certificate Authentication 2017-09-03 17:12:03 -03:00
Joao Morais
1a285dd9e8 Link rbac sample from deployment docs 2017-08-30 22:06:38 -03:00
Joao Morais
b1980c8fbd HAProxy Ingress RBAC sample 2017-08-30 21:24:04 -03:00
Manuel de Brito Fontes
9807b691b7 Release nginx ingress controller 0.9.0-beta.12 2017-08-29 17:28:50 -03:00
Joao Morais
46865d010b Add namespace var to HAProxy deployments 2017-08-28 20:06:03 -03:00
Joao Morais
4b73cc6d0c Add ingress.class support to HAProxy Ingress 2017-08-27 21:48:02 -03:00
Manuel de Brito Fontes
0459674931 Add flags to customize listen ports and detect port collisions 2017-08-24 10:56:08 -03:00
danielqsj
a6f82d0ea6 Update rewrite examples documents 2017-08-21 14:40:51 +08:00
Malepati Bala Siva Sai Akhil
0912a33119 Fix minor typo in Ingress examples 2017-08-17 03:31:23 +05:30
Manuel Alejandro de Brito Fontes
2af4791476 Merge pull request #1157 from mbssaiakhil/patch-9
Fix minor typos in Prerequisites
2017-08-16 19:00:40 -03:00
Manuel Alejandro de Brito Fontes
98ae037615 Merge pull request #1156 from mbssaiakhil/patch-8
Fix minor typo in UDP loadbalancing
2017-08-16 19:00:04 -03:00
Malepati Bala Siva Sai Akhil
0ad4eeeca9 Fix minor typos in Prerequisites 2017-08-17 03:29:26 +05:30
Malepati Bala Siva Sai Akhil
c3517d10db Fix minor typo in UDP loadbalancing 2017-08-17 03:26:48 +05:30
Malepati Bala Siva Sai Akhil
441ce0bc23 Fix minor typo in TCP loadbalancing 2017-08-17 03:23:39 +05:30
Manuel Alejandro de Brito Fontes
57be455531 Merge pull request #1153 from mbssaiakhil/patch-5
Fix minor typo in Multi TLS certificate termination
2017-08-16 18:49:44 -03:00
Manuel Alejandro de Brito Fontes
bb6e50add2 Merge pull request #1152 from mbssaiakhil/patch-4
Fix minor typo in HAProxy Multi TLS certificate termination
2017-08-16 18:49:00 -03:00
Malepati Bala Siva Sai Akhil
d290689dbd Fix minor typo in Role Based Access Control 2017-08-17 03:16:45 +05:30
Malepati Bala Siva Sai Akhil
f4cdb2e5a8 Fix minor typo in Multi TLS certificate termination 2017-08-17 03:13:20 +05:30
Malepati Bala Siva Sai Akhil
50bd88905c Fix minor typo in HAProxy Multi TLS certificate termination 2017-08-17 03:11:35 +05:30
Malepati Bala Siva Sai Akhil
a1e55533e0 Fix Minor Typo in customization custom-template 2017-08-17 03:04:37 +05:30
Malepati Bala Siva Sai Akhil
b54c13c9c4 Fix Minor Typo in Customize the HAProxy configuration 2017-08-17 03:00:14 +05:30
Malepati Bala Siva Sai Akhil
bcb5513ef6 Fix Minor Typo in TLS authentication 2017-08-17 02:52:47 +05:30
Manuel Alejandro de Brito Fontes
d4ba5008aa Merge pull request #1146 from asifdxtreme/patch-11
Fix Minor Typo in Readme
2017-08-16 13:13:07 -03:00
Manuel Alejandro de Brito Fontes
be12676488 Merge pull request #1144 from asifdxtreme/patch-9
Minor Typo fix
2017-08-16 13:12:44 -03:00
Mohammad Asif Siddiqui
359f53e4d0 Fix Minor Typo in Readme 2017-08-16 23:52:07 +08:00
Mohammad Asif Siddiqui
29f36568ad Minor Typo fix 2017-08-16 23:44:42 +08:00
Mohammad Asif Siddiqui
2007de9681 Minor Typo fix 2017-08-16 23:41:14 +08:00
Mohammad Asif Siddiqui
7bcecc1b94 Fix broken link 2017-08-13 10:21:29 +08:00
Manuel Alejandro de Brito Fontes
f9a55ce461 Merge pull request #1084 from zjj2wry/link
(issue #310)Fix some broken link
2017-08-08 14:18:51 -04:00
Loïc Frering
b469c19196 Fix ConfigMap's namespace in custom configuration example for nginx 2017-08-08 15:57:40 +02:00
zhengjiajin
f8c4c0da21 Fix some broken link 2017-08-08 17:50:14 +08:00
Manuel de Brito Fontes
ff7d72191e Update echoheaders images 2017-08-06 19:22:22 -04:00
Manuel Alejandro de Brito Fontes
eccbe2e530 Merge pull request #1065 from diazjf/master
Add more descriptive steps in Dev Documentation
2017-08-03 20:43:42 -04:00
Fernando Diaz
ef499aaff1 Minor fixes for Development Documentation
Further cleans up the development documentation with spacing and
more readable text.
2017-08-03 11:29:02 -05:00
Fernando Diaz
86b52fa957 Add more descriptive steps in Dev Documentation
Adds more descriptive steps in the Development Documentation,
like more information on obtaining dependencies, building, and
deploying an image of the ingress controller. Also adds more
descriptive information on deploying as well as some fixes
on grammar and spelling.
2017-08-02 23:02:02 -05:00
Artem Vysotsky
1984cebe5b 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
Manuel de Brito Fontes
1e825bc077 Update dummy example 2017-07-28 20:26:35 -04:00
Manuel Alejandro de Brito Fontes
0a5186c517 Merge pull request #1039 from jmunsch/patch-3
typo in examples/tcp/nginx/README.md
2017-07-27 22:37:19 -04:00
James Munsch
053d19279e typo in examples/tcp/nginx/README.md 2017-07-27 19:34:26 -07:00
James Munsch
74295bea9f typo / spelling in README.md 2017-07-27 19:32:11 -07:00
Nick Sardo
16a213c076 Merge pull request #994 from freehan/revendor-godep
Revendor godep
2017-07-26 17:32:18 -07:00
Chance Zibolski
8cd18bc205 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
53dd434792 Update examples 2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
0d4bf15cb0 Add nginx basic auth example 2017-07-16 16:22:08 -04:00
Manuel de Brito Fontes
f4fe72a247 Release nginx 0.9.0-beta.11 2017-07-15 13:56:38 -04:00
Clayton O'Neill
d19b0b2606 Fix missing hyphen in yaml for nginx RBAC example 2017-07-14 10:53:56 -04:00
Manuel de Brito Fontes
9dec76acda Fix nginx ingress controller release 0.9-beta.9 2017-06-30 10:20:10 -04:00