Commit graph

36 commits

Author SHA1 Message Date
Josef Hak
97bbec446b
Docs: Enable code copy button. (#12804) 2025-02-07 03:01:55 -08:00
Marco Ebert
027603927b
Chart: Remove Pod Security Policy. (#11971) 2024-09-15 17:03:24 +02:00
Ricardo Katz
cf8e374290
Auto-generate annotation docs (#11820) 2024-08-18 16:13:18 -07:00
Cheng Pan
6ff70f015d
Docs: Keep title in navbar in upcase (#10755) 2023-12-13 09:54:59 +01:00
Ricardo Katz
30820a5acc
Deprecate opentracing (#10615) 2023-11-05 01:58:35 +01:00
Ricardo Katz
9db8fe51c8
Update mkdocs version (#10522) 2023-10-12 16:30:12 -03:00
Brendan Kamp
dd4a703637
fix: add canary to sidebar in examples (#10068)
Signed-off-by: Spazzy <brendankamp757@gmail.com>
2023-06-11 11:41:46 -07:00
longwuyuan
40957d43cc add faq section in docs 2023-05-28 22:46:23 +05:30
Ricardo Katz
897783557a
Add OPA examples on pathType restrictions (#9992) 2023-05-25 07:18:52 -07:00
guessi
788b3606b1
Keep project name display aligned (#9920) 2023-05-05 09:31:13 -07:00
Ehsan Saei
c8cb9167d3
feat: OpenTelemetry module integration (#9062)
* OpenTelemetry module integration

* e2e test

* e2e test fix

* default OpentelemetryConfig

* e2e values

* mount otel module for otel test only

* propagate IS_CHROOT

* propagate IS_CHROOT e2e test

* code doc

* comments

* golint

* opentelemetry doc

* zipkin

* zipkin

* typo

* update e2e test OpenTelemetry value

* use opentelemetry value

* revert merge conflict

* fix

* format

* review comments

* clean
2023-03-22 11:58:22 -07:00
nasa9084
1bd083276d
set edit_uri value with main branch (#8088) 2021-12-29 09:21:36 -08:00
Alex
f7cba2486c
Remove "Development" from Welcome page (#7150)
The development.md file does not exist. Clicking on "Development" link on the Welcome page returns a 404.

We already have a Developer Guide. Having the Development page should not be required. Hence, I am proposing that we remove it.
The cla has been signed.
2021-05-23 06:39:38 -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
Manuel Alejandro de Brito Fontes
5d1770ad1d Update mkdocs, fix nodeport link and add microk8s link 2021-01-11 12:58:09 -03:00
Manuel Alejandro de Brito Fontes
fb92b3a6a5 Fix documentation table layout 2020-09-01 20:01:12 -04:00
timdeluxe
b56258c068 Doc: Adding initial hardening guide 2020-07-10 16:40:12 +02:00
Manuel Alejandro de Brito Fontes
7d50c80c1e Update mkdocs 2020-06-12 16:23:11 -04:00
Manuel Alejandro de Brito Fontes
ab3a789caa Update deployment documentation 2020-04-18 17:51:11 -04:00
Manuel Alejandro de Brito Fontes
42b3a1ebd2 Use official mkdocs image and github action 2020-04-15 13:08:56 -04:00
Manuel Alejandro de Brito Fontes
d1eea794e9
Fix broken links in documentation (#4746) 2019-11-08 16:22:52 -03:00
Manuel Alejandro de Brito Fontes
cde0bf308f
Fix generation of sitemap.xml file (#4744) 2019-11-08 11:44:47 -03:00
otnielvh
3b34d56c92 Add support for psp 2019-08-01 09:45:58 +03:00
Charle Demers
72271e9313
FastCGI backend support (#2982)
Co-authored-by: Pierrick Charron <pierrick@adoy.net>
2019-07-31 10:39:21 -04:00
Thibault Jamet
1cd17cd12c
Implement a validation webhook
In case some ingress have a syntax error in the snippet configuration,
the freshly generated configuration will not be reloaded to prevent tearing down existing rules.
Although, once inserted, this configuration is preventing from any other valid configuration to be inserted as it remains in the ingresses of the cluster.
To solve this problem, implement an optional validation webhook that simulates the addition of the ingress to be added together with the rest of ingresses.
In case the generated configuration is not validated by nginx, deny the insertion of the ingress.

In case certificates are mounted using kubernetes secrets, when those
changes, keys are automatically updated in the container volume, and the
controller reloads it using the filewatcher.

Related changes:

- Update vendors
- Extract useful functions to check configuration with an additional ingress
- Update documentation for validating webhook
- Add validating webhook examples
- Add a metric for each syntax check success and errors
- Add more certificate generation examples
2019-04-18 19:07:04 +02:00
Alex Kursell
3cb8b2408d Link to kubectl plugin docs in nav 2019-04-09 17:46:03 -04:00
Thibault Jamet
a08ca38ac0
Fix missing basic usage documentation link
fix `make live-docs` reporting

```
INFO    -  The following pages exist in the docs directory, but are not
included in the "nav" configuration:
  - user-guide/basic-usage.md
```

Change-Id: Iafd4d49b063ffb676cc303135495283a125b5297
2019-03-04 22:00:28 +01:00
Manuel Alejandro de Brito Fontes
6eac5785ac
Rever TCP/UDP documentation removal and links (#3456) 2018-11-21 23:24:34 -03:00
Manuel Alejandro de Brito Fontes
469797e242
Fix documentation links [skip ci] (#3229) 2018-10-11 22:09:01 -03:00
Manuel Alejandro de Brito Fontes
e363226bc9
Fix error publishing docs [skip ci] (#3147) 2018-09-26 22:09:46 -03:00
Manuel Alejandro de Brito Fontes
1a891b98bc
Fix docs [skip-ci] (#3093) 2018-09-13 20:43:48 -03:00
Manuel de Brito Fontes
4ffe3a2fdd
Update mkdocs 2018-09-13 17:52:15 -03:00
Antoine Cotten
775b8358c6
docs: Bare-metal considerations 2018-09-04 21:32:47 +02:00
Manuel de Brito Fontes
475e92636c
Add google analytics [ci skip] 2018-04-30 12:59:41 -03:00
Francisco de Brito Fontes
357d794fe9 Improve readme file 2018-04-26 20:48:41 -03:00
Aarni Koskela
13ace4a5c7 Configure mkdocs with mkdocs-material and friends 2018-04-26 13:57:18 +03:00