Skip to content

Commit b378cae

Browse files
committed
improve ingress nginx documentation accuracy
1 parent c4a7195 commit b378cae

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ import RemediationSupportBadges from '@site/src/components/remediation-support-b
3030

3131
A lua Remediation Component for Ingress Nginx Controller.
3232

33-
:::warning
34-
Ingress Nginx Version **1.12** or higher currently is not supported due to removal of Lua plugins support see [this issue](https://github.com/crowdsecurity/cs-openresty-bouncer/issues/60) for latest news.
35-
:::
36-
3733
## How does it work ?
3834

3935
This component leverages OpenResty lua's API, used the ingress nginx controller as a [plugin](https://github.com/kubernetes/ingress-nginx/blob/main/rootfs/etc/nginx/lua/plugins/README.md).
@@ -59,8 +55,18 @@ The Ingress nginx controller should be installed using the [official helm chart]
5955

6056
First you need to create new ingress-nginx chart values file (`crowdsec-ingress-bouncer.yaml`) to upgrade the ingress controller with the crowdsec plugin.
6157

58+
:::warning It is of the uttermost importance to note that lua support has been
59+
removed from mainline ingress nginx in 1.12. As crowdsec remediation highly
60+
depends on lua support, one has to use our controller image as show an in the
61+
following values example :::
62+
63+
6264
```yaml
6365
controller:
66+
image:
67+
PullPolicy: IfNotPresent
68+
image: crowdsecurity/controller
69+
tag: latest
6470
extraVolumes:
6571
- name: crowdsec-bouncer-plugin
6672
emptyDir: {}

0 commit comments

Comments
 (0)