I found a solution, there is a parameter upgradeJobResources.limits.memory
for the job. But I don't know if it's possible with az. I'm using terraform.
The result looks good.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Installing the azure backup extension on a new cluster work well, but we try to install it on an existing cluster.
The job dataprotection-microsoft-kubernetes-agent-upgrade-crds fails every time with a OOM. Our analysis shows, that the job fails after applying the CRDs (they all exists after the first run). It seems that kubectl requires more memory, when there are more CRDs available e.g. azure service operator v2 crds.
With more memory the job will complete and also the installation can complete successfully, when we delete the job right after the first failure. Is there any configuration we can do to increase the memory limit of the job?
I found a solution, there is a parameter upgradeJobResources.limits.memory
for the job. But I don't know if it's possible with az. I'm using terraform.
The result looks good.