kubernetes-ingress
kubernetes-ingress copied to clipboard
NGINX and NGINX Plus Ingress Controllers for Kubernetes
### Proposed changes Adds initialDelaySeconds for readiness probe to Helm charts. Addresses #2850 Additionally, addresses a few template formatting issues. ### Checklist Before creating a PR, run through this checklist...
Added - app-protect-dos-arb-fqdn - new option in Config Map Arbitrator FQDN has one argument which is the FQDN/IP. The argument is the FQDN to the desired Arbitrator. Examples for ConfigMap...
Jaeger, Zipkin and Datadog included in the images built on Debian 10, don't work throwing errors similar to: ``` ./libjaegertracing_plugin.so: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_2.30' not found (required by ./libjaegertracing_plugin.so) ./libjaegertracing_plugin.so: /usr/lib/x86_64-linux-gnu/libstdc++.so.6:...
### Proposed changes It's difficult to find our Custom Resources examples in the current folder layout structure. Additionally, a lot of our default examples in the documentation point to the...
As a customer, I want to purchase NGINX+ ingress controller through pay-as-you-go deployments in GKE, including variants for App Protect, App Protect DoS, and combinations of the two. Tagging @brianehlert...
When I test using KIC with F5 Big-IP following the official document, I found the KIC container can't be ready. I checked the logs and found there is directive duplicate....
Hello I am currently trying to install the Nginx ingress controller with the Nginx plus image, purchased from AWS marketplace. I associated the Iam policy "AWSMarketplaceMeteringRegisterUsage" to a serviceAccount "nginx-ingress-controller"....
`nginxcontrib/nginx-ubi:1.23.0` mimics `nginx:1.23.0` and `nginx:1.23.0-alpine` but for UBI. - Removes the need to manually add the `nginx` user - Removes the need to manually add the `nginx` repo - Adds...
**Is your feature request related to a problem? Please describe.** When deploying NIC with NAP WAF using the Helm chart, the initial policy compilation time may result in pod startup...
I want to modify VirtualServer spec, what should I do? Where is the KubeBuilder project?