kubectl describe pod -n <namespace> <pod name>finishedAt: "YYYY-MM-DDTHH:MM:SSZ" reason: OOMKilled startedAt: "YYYY-MM-DDTHH:MM:SSZ" name: managervSphere Kubernetes Service
The affected system pods default memory limits are unable to keep up with the large amount of resources needed by a large vSphere Supervisor environment. In case of upgrades or node recreations Kapp-controller will automatically revert changes made to defaults.
Increase the limits of stateful sets and deployments on the supervisor cluster:
k edit statefulset.apps/vmware-system-appplatform-operator-mgr -n vmware-system-appplatform-operator-systemkubectl -n vmware-system-nsop patch deployments vmware-system-nsop-controller-manager -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1500Mi"}}}]}}}}'