Adjust sysctl values to improve nginx performance (#1960)

* Adjust sysctl values to improve nginx performance

* Increase wait timeout for nginx controller pod
This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-01-23 19:19:32 -03:00 committed by GitHub
parent 8ee694164f
commit 2853ba564d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View file

@ -45,7 +45,7 @@ function waitForPod() {
export -f waitForPod
timeout 10s bash -c waitForPod
timeout 30s bash -c waitForPod
if kubectl get pods -n ingress-nginx -l app=ingress-nginx -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True";
then