Upload limit increase
Common First Modification
Last updated
Common First Modification
Last updated
kubectl get pods
kubectl exec -ti <<PODNAME>> -- bash
echo Increasing upload limit
curl -L
| bash
echo Increasing max_input_vars
curl -L
| bash
echo Increasing memory_limit
curl -L
| bash