David
Results
2
issues of
David
Hi, as stated in your documentation kcert does expect following annotation: ``` metadata: annotations: kubernetes.io/ingress.class: "nginx" ``` but newer versions of nginx-ingress changed to: ``` spec: ingressClassName: nginx ``` see...
Hi, I'm trying to use your plugin with the dockerimage "kong:1.3.0-alpine". In my Dockerfile I install the plugin with: `RUN luarocks install kong-plugin-url-rewrite` I'm checking it trough: curl http://localhost:8001 |...