Links
Comment on page

Upload limit increase

Common First Modification

✅ Get the name of the wordpress-0x... pod

kubectl get pods

✅ Run a Shell for your wodpress pod

kubectl exec -ti <<PODNAME>> -- bash

✅ Inside the wordpress shell run the following commands:

echo Increasing upload limit
echo Increasing max_input_vars
echo Increasing memory_limit