Commit graph

142 commits

Author SHA1 Message Date
Francois-Guillaume Ribreau
6a223d4430
Use same convention, curl + kubectl for GKE 2018-04-14 10:45:31 +02:00
Manuel de Brito Fontes
73d6c263c6
Release nginx ingress controller 0.13.0 2018-04-13 14:53:39 -03:00
Manuel Alejandro de Brito Fontes
e761191011
Fix nlb instructions (#2282) 2018-03-30 14:24:11 -03:00
Manuel Alejandro de Brito Fontes
cd9624584d
Add deployment docs for AWS NLB (#1785) 2018-03-24 15:27:24 -03:00
Manuel Alejandro de Brito Fontes
1df421ac0c
Release nginx ingress controller 0.12.0 (#2206) 2018-03-19 08:57:16 -03:00
Eli James (Cedric Chin)
6953ddb8e6 Update RBAC documentation for endpoints (#2139)
For the Role named `nginx-ingress-role`, `endpoints` no longer needs or has `create` and `update` permissions.  This confused me, so I hope this helps!
2018-02-24 10:31:22 -03:00
Manuel Alejandro de Brito Fontes
9d0ce7c960
Release nginx ingress controller 0.11.0 (#2122) 2018-02-21 06:16:52 -08:00
Manuel Alejandro de Brito Fontes
80462ecdad
Remove initContainer from default deployment (#2077) 2018-02-12 15:14:11 -08:00
Vikram Hosakote
a786c1ec4e Added doc for helm with RBAC enabled (#2054) 2018-02-09 07:08:36 -08:00
Lihua Tang
1947f35121 Fix typos (#2046) 2018-02-07 19:15:50 -08:00
david
5ca39ae600 add matchLabels in Deployment yaml, that both API extensions/v1beta1 and apps/v1 can be used (#2036)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-07 08:50:12 -08:00
Olaf Szmidt
a0cefc7aec Minor link fix in deployment docs (#2016)
The link for GCE section was broken. Minor fix.
2018-02-01 05:50:04 -08:00
Manuel Alejandro de Brito Fontes
fd7253ae2b
Auto stash before merge of "master" and "master/master" (#1982)
Release nginx ingress controller 0.10.2
2018-01-25 15:15:24 -03:00
Manuel Alejandro de Brito Fontes
5dc261dd9c
Release nginx ingress controller 0.10.1 (#1975) 2018-01-24 17:53:00 -03:00
Manuel Alejandro de Brito Fontes
2853ba564d
Adjust sysctl values to improve nginx performance (#1960)
* Adjust sysctl values to improve nginx performance

* Increase wait timeout for nginx controller pod
2018-01-23 19:19:32 -03:00
Manuel Alejandro de Brito Fontes
4f02eed17c
Release nginx ingress controller 0.10.0 (#1934) 2018-01-22 09:37:01 -03:00
Victor Trac
2b24494b55 Fix publish-service patch and update README (#1867) 2017-12-31 11:38:31 -03:00
Manuel de Brito Fontes
09524cd336 Release nginx ingress controller 0.9.0 2017-11-30 18:46:06 -03:00
Manuel de Brito Fontes
091d272297 Release nginx ingress controller 0.9-beta.19 2017-11-28 20:10:18 -03:00
Manuel de Brito Fontes
a6d51a03b1 Change annotations prefix 2017-11-24 16:42:21 -03:00
Manuel de Brito Fontes
f199a8ecaf Release nginx ingress controller 0.9-beta.18 2017-11-23 22:14:39 -03:00
Fernando Diaz
30c15c302b Add config-map usage and options to Documentation
Adds information on how to deploy and use a config-map in order to
overwrite default nginx-controller configuration options. It cleans-up
and adds more to the possible configuration options and their defaults.
2017-11-23 14:01:31 -06:00
Александр Костырев
58c8bfdca7
Fix command used to detect version
Without this fix error "Error: unknown flag: --version" occurs.
2017-11-17 21:32:01 +03:00
Manuel de Brito Fontes
cc7fd9ee66 Increase ELB idle timeouts [ci skip] 2017-11-13 22:33:48 -03:00
Manuel de Brito Fontes
1ef283fe76 Add patch command to append publish-service flag 2017-11-13 00:07:07 -03:00
Manuel de Brito Fontes
eed75f43f6 Release nginx ingress controller 0.9-beta.17 2017-11-09 18:46:22 -03:00
Fernando Diaz
35172b7275 Add better documentation for deploying for dev
Adds more information on deploying an nginx-ingress controller
for development. Adds info to the minikube section of
deployments which is commonly used for local development.
2017-11-06 11:05:20 -06:00
Manuel de Brito Fontes
b3d1539954 Release nginx ingress controller 0.9-beta.16 2017-11-02 12:08:59 -03:00
Erick Tryzelaar
5018422345
Fix path to ELB listener image
This corrects the link to ELB level 7 image.
2017-10-29 10:42:29 -07:00
Manuel Alejandro de Brito Fontes
61d32aef0f Merge pull request #1585 from aledbf/add-version-flag
Add version flag
2017-10-25 08:28:23 -03:00
Manuel de Brito Fontes
7cc42f2df8 Add version flag 2017-10-25 01:06:48 -03:00
Manuel de Brito Fontes
08c30b1011 Add missing probes in deployments 2017-10-25 01:06:11 -03:00
Manuel Alejandro de Brito Fontes
0dab51d9eb Merge pull request #1568 from zouyee/cluster-loadbalancing
update defaultbackend tag
2017-10-24 14:59:24 -03:00
Manuel de Brito Fontes
3e84be5fa6 Do not use relative urls 2017-10-23 11:14:51 -03:00
zouyee
db731c5a5d update defaultbackend tag 2017-10-22 18:34:16 +08:00
Itay Shakury
f5ddf6af76 fixed https port forwarding
443 was redirected to named port 'http' instead of 'https' (points to https://github.com/kubernetes/ingress-nginx/blob/master/deploy/provider/patch-service-without-rbac.yaml#L35)
In the AWS/GCP examples it was fine ('https') so I fixed it for azure as well.
2017-10-20 18:22:33 +03:00
Daniel Mueller
489b851835
fix broken GCE-GKE service descriptor
fixes #1546
2017-10-18 01:05:09 -02:00
Jimmy Grand
d1e955ca0a fix(documentation): Fix some typos
Fix some word typos
2017-10-17 10:34:06 +02:00
Justin Garrison
88b69c7c69 Rename service-nodeport.yml to service-nodeport.yaml
Keeping filename consistent and fixes README documentation for deploying on bare metal.
2017-10-16 11:00:24 -07:00
Manuel de Brito Fontes
32ca583a51 Update documentation and examples [ci skip] 2017-10-16 09:55:46 -03:00
Manuel de Brito Fontes
026bb52469 Improve documentation and examples [ci skip] 2017-10-15 12:55:40 -03:00
Manuel de Brito Fontes
a9168f276e Split documentation 2017-10-13 18:13:51 -03:00