Commit graph

903 commits

Author SHA1 Message Date
Long
9e274dd41c
fix for #7197 & #7285 (#7361) 2021-07-16 06:28:09 -07:00
Long
20b6202620
changed syntax from v1beta1 to v1 (#7362) 2021-07-16 04:38:09 -07:00
James Strong
24f99c8466
update v0.48.1 (#7350) 2021-07-14 12:06:19 -07:00
kevgrig
65ce8cfbdf
Issue #7153: Add note about matching host names in TLS user guide (#7239) 2021-06-13 10:17:03 -07:00
James Strong
e2f421b9f4
fixing wording for #7094 (#7218) 2021-06-06 12:52:38 -07:00
James Strong
9cdcecf4f7
Prep 0.47.0 release (#7210)
* update changelog for .47 release

* remove cors, we reverted that change

* update image sha

* updates docs for v0.47.0 release
2021-06-06 09:24:40 -07:00
nemobis
f8b9909432
Fix typo in docs (#7061)
Signed-off-by: Federico Leva <federico.leva@relexsolutions.com>
2021-05-30 12:40:25 -07:00
Ricardo Katz
11d4ddca8e
Revert "feat: multiple-cors-allow-origin support (#7134)" (#7168)
This reverts commit 8a55801cc0.
2021-05-27 05:38:24 -07:00
Alex Zhang
8a55801cc0
feat: multiple-cors-allow-origin support (#7134) 2021-05-23 09:13:39 -07:00
Ricardo Katz
714783c052
Create development guide section (#7104)
* Create development guide section

Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>

* Apply suggestions from code review

Co-authored-by: Alex Zhang <tokers@apache.org>

* Typo solving and removing some TODOs

Co-authored-by: Alex Zhang <tokers@apache.org>
2021-05-12 17:16:25 -07:00
Kubernetes Prow Robot
7339ef7860
Merge pull request #7027 from tylerbrazier/master
baremetal docs: fix example IP address
2021-05-12 15:27:28 -07:00
Mathis Van Eetvelde
727020b3ac
fixed markdown typo
Signed-off-by: Mathis Van Eetvelde <mathis.vaneetvelde@protonmail.com>
2021-05-06 23:02:40 +02:00
Kubernetes Prow Robot
8dcf172f88
Merge pull request #6994 from whiskeysierra/patch-1
Fixed oauth2 callback url
2021-05-04 15:05:15 -07:00
Kubernetes Prow Robot
d08b742453
Merge pull request #6838 from peter-miroshnikov/annotations_custom_timeout_docs
Adding note to Custom Timeouts in Annotation Docs.
2021-05-03 03:40:02 -07:00
Willi Schönborn
78c47fc598
Fixed oauth2 callback url 2021-05-03 11:22:43 +02:00
James Strong
744ea94255
update the docs for 46 2021-04-30 18:43:44 -04:00
Kubernetes Prow Robot
22ae0d3848
Merge pull request #6879 from davidshen84/master
Make setup instructions for Docker Desktop general
2021-04-29 11:24:11 -07:00
Kubernetes Prow Robot
afe10c862b
Merge pull request #6942 from rwaweber/proxyrealipcidr_docs
[docs]: proxy-real-ip-cidr, mention default and comma-separated behavior
2021-04-29 07:58:51 -07:00
Kubernetes Prow Robot
b39679911a
Merge pull request #6895 from webwurst/patch-5
Update link to moved repo
2021-04-29 07:06:51 -07:00
Kubernetes Prow Robot
922106aad6
Merge pull request #7012 from shuheiktgw/update_ketama_link
Update the link on ketama
2021-04-29 03:52:50 -07:00
Kubernetes Prow Robot
c2451f9511
Merge pull request #6841 from argeas/patch-1
Readme Syntax fix
2021-04-29 03:48:51 -07:00
Kubernetes Prow Robot
f32fd3e1c4
Merge pull request #7067 from MoienTajik/patch-1
Documentation: minikube - ingress-nginx instead of kube-system namespace
2021-04-29 03:44:51 -07:00
Ali Mukadam
5751ef5247
[docs] Documentation for Oracle Cloud Infrastructure integration
Added documentation and sample YAML that demonstrate how to use
NGINX Ingress Controller to provision a load balancer on Oracle Cloud
Infrastructure. The following use cases are included:

- public and private load balancers

Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
2021-04-27 11:19:29 +10:00
mcorbin
7b5a492a09
Add Exoscale in the documentation 2021-04-23 16:28:45 +02:00
Moien Tajik
d4d32657ed
Update index.md 2021-04-21 18:10:01 +04:30
Kubernetes Prow Robot
1b9a9e0fc4
Merge pull request #6520 from tartakynov/artem/20201125-update-basic-auth-docs
Update the basic auth example
2021-04-07 14:13:05 -07:00
Ricardo Pchevuzinske Katz
8ecedf8238 Update the docs to reflect correct release 2021-04-06 16:15:54 -03:00
Tyler Brazier
3a30e25953 baremetal docs: fix example IP address 2021-04-06 13:38:17 -05:00
shuheiktgw
01b30a2fa0 Update the link on ketama 2021-04-03 17:23:53 +09:00
Matthew Silverman
08250deedc updating test-runner/echo in code, docs fixup 2021-03-29 12:29:48 -04:00
Matthew Silverman
71c8ef119d add support for the jaeger propagation format
adding default, testing w3c traceparent is propagated
2021-03-26 12:33:24 -04:00
Kubernetes Prow Robot
c90d33c313
Merge pull request #6884 from timmysilv/tracing-endpoint
jaeger-endpoint feature for non-agent trace collectors
2021-03-09 10:59:05 -08:00
rwaweber
cdaf1bdd84 docs: proxy-real-ip-cidr
Mention default setting and comma-separated list behavior.
2021-03-08 22:03:39 -05:00
AnaClaudia
ef714ae52f Allow multiple publish status addresses 2021-02-26 16:57:54 -05:00
Tobias Bradtke
3901261b43
Update link to moved repo 2021-02-22 17:14:49 +01:00
Matthew Silverman
28280de175 jaeger-endpoint configmap attribute 2021-02-18 17:29:35 -05:00
Xi Shen
5bf79cdcb1
Make setup instructions for Docker Desktop general
The same setup instruction for Mac also works on Windows 10. I tested on my own Windows 10 setup. Some other people on the Internet also pointed it out. I think Docker Desktop is supposed to provide feature parity between these platforms. So, I think we can rely on Docker Desktop to keep the behaviour and allow the same instructions to work on both platforms.
2021-02-17 16:15:34 +11:00
Manuel Alejandro de Brito Fontes
59922afae3 Release v0.44.0 2021-02-04 11:36:16 -03:00
Leonidas
2fbcd3c8bf
Readme Syntax fix
Simple syntax fix
2021-02-04 15:16:01 +02:00
peter-miroshnikov
4787a51ad5 Adding note to Custom Timeouts in Annotation Docs.
It wasnt clear that the timeout values come unitless and in seconds from firsts glance.
Adding a simple note i belive will help.
2021-02-04 11:05:11 +01:00
Gerard Hickey
11f0053d59
Added docs to clear up PROXY definition
The current documentation does not provide information for the difference between `:PROXY` and `::PROXY`. I have added a bit of documentation that defines the difference between the two `PROXY` fields.
2021-01-27 11:27:54 -08:00
Björn Carlsson
54b13bd216 Add flag to allow setting a shutdown grace period 2021-01-27 14:09:04 +01:00
Manuel Alejandro de Brito Fontes
b65abe9766 Update e2e tests link markdown 2021-01-20 19:42:54 -03:00
Manuel Alejandro de Brito Fontes
ba05026037 Update alpine to 3.13 2021-01-15 19:16:58 -03:00
Hidde Beydals
270f52ab21
docs: move Azure deploy note to right item 2021-01-13 01:21:55 +01:00
Manuel Alejandro de Brito Fontes
5d1770ad1d Update mkdocs, fix nodeport link and add microk8s link 2021-01-11 12:58:09 -03:00
bl-ue
f41dbe14bc
docs/deploy: fix grammar and inconsistencies 2021-01-10 13:20:48 -05:00
Laszlo Janosi
15eff8220a
fix the documentation for the proxy-ssl-secret and the auth-tls-secret annotations 2021-01-06 09:41:01 +00:00
Elvin Efendi
8c193a2297 fix link in annotation docs 2021-01-05 09:24:23 -05:00
Elvin Efendi
e0dece48f7 Add Global Rate Limiting support 2021-01-04 17:47:07 -05:00