This commit is contained in:
2026-01-07 11:56:57 -07:00
parent ec0b25779f
commit 409074f3bf
2 changed files with 10 additions and 0 deletions

View File

@@ -61,3 +61,6 @@ helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx \
--set controller.ingressClassResource.default=true --set controller.ingressClassResource.default=true
``` ```
<!-- https://github.com/kubernetes/ingress-nginx/issues/12618 for why anotation risk needs to be critical--> <!-- https://github.com/kubernetes/ingress-nginx/issues/12618 for why anotation risk needs to be critical-->

View File

@@ -11,6 +11,13 @@
"--bind-address 100.122.128.107" "--bind-address 100.122.128.107"
"--node-external-ip 100.122.128.107" "--node-external-ip 100.122.128.107"
"--tls-san 100.122.128.107" "--tls-san 100.122.128.107"
# Disable disk-based evictions
"--kubelet-arg=eviction-hard="
"--kubelet-arg=eviction-soft="
"--kubelet-arg=eviction-soft-grace-period="
"--kubelet-arg=eviction-pressure-transition-period=0s"
]; ];
serverAddr = "https://100.122.128.107:6443"; serverAddr = "https://100.122.128.107:6443";
}; };