ingress-nginx-helm/docs
Nate Campbell 7cb91ef9c1
Support none keyword in log-format escape (#8692)
* Support none keyword in log-format escape


## What this PR does / why we need it:
ingress-nginx does not support disabling escaping of special characters in the nginx log. This PR exposes the setting to support that functionality.

## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation only

## Which issue/s this PR fixes
<!--
(optional, in `fixes #<issue number>` format, will close that issue when PR gets merged):

fixes #
-->

## How Has This Been Tested?
Followed the [getting-started](96b6228a6b/docs/developer-guide/getting-started.md) guide. Used ppa:longsleep/golang-backports on WSL Ubuntu to establish a golang-1.18 environment with latest docker and recommended kind. Built the dev-env successfully; had issues with make test, but they are entirely unrelated to anything I touched. Ultimate test was
```
FOCUS=log-format make kind-e2e-test
...
Ginkgo ran 1 suite in 6m29.7437865s
Test Suite Passed
```

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [x] I've read the [CONTRIBUTION](https://github.com/kubernetes/ingress-nginx/blob/main/CONTRIBUTING.md) guide
- [x] I have added tests to cover my changes.
- [x] All new and existing tests passed.

I did not update docs/e2e-tests.md.

* gofmt -s ./internal/ingress/controller/config/config.go
2022-09-30 08:00:29 -07:00
..
deploy Added instructions for Rancher Desktop (#9035) 2022-09-09 11:53:23 -07:00
developer-guide Added a Link to the New Contributors Tips (#9072) 2022-09-28 07:22:35 -07:00
enhancements Darwin arm64 (#8399) 2022-04-06 13:46:26 -07:00
examples Add annotation for setting sticky cookie domain (#9088) 2022-09-28 07:28:37 -07:00
images prometheus+grafana using servicemonitor (#8186) 2022-02-07 01:47:45 -08:00
user-guide Support none keyword in log-format escape (#8692) 2022-09-30 08:00:29 -07:00
e2e-tests.md feat: always set auth cookie (#8213) 2022-05-19 15:27:53 -07:00
extra.css Fix documentation table layout 2020-09-01 20:01:12 -04:00
how-it-works.md Darwin arm64 (#8399) 2022-04-06 13:46:26 -07:00
index.md Add docs on Election ID to Multiple Ingress Controller guide (#8855) 2022-07-22 04:21:38 -07:00
kubectl-plugin.md Minor documentation cleanup (#7826) 2022-01-16 16:57:28 -08:00
OWNERS Comment busy owners (#8035) 2021-12-15 11:38:27 -03:00
troubleshooting.md changed k8s.gcr.io to registry.k8s.io (#8667) 2022-06-10 04:01:52 -07:00