I’ve used Bitnami Magento Helm chart to install Magento 2 on the Kubernetes cluster. By default the pod and the container are configured not to use root user which is good from a security point of view. But because of running as a non-root user, Magento can’t execute Cron jobs. Are there any ways to execute Cron using a non-root user? Why can’t a non-root user execute Cron?
You may also like
I have to edit the SKU with some other data. When I use this rest API below http://localhost.com/rest/V1/orders/1 I get SKU in […]
Magento A Widely Used Platform for Developing Ecommerce Websites Details WhaTech Channel: Web Design Published: Tuesday, 01 October 2013 22:23 Submitted by […]
We are having some issues with products going out of stock inexplicably, we need to create a Magento module that registers whenever […]
Given an array arr[] of size N and an integer K. The task is to multiply each element of the array by […]