Since i upgraded to the latest build of vCenter 7 (16620013), one CPU core is constantly kept busy at 99% and when I check in top I see:
53945 root | 20 0 753.2m 75.1m 96.0 0.6 16:24.61 S /usr/lib/vmware-wcp/wcpsvc --port 8920 --logfile /var/log/vmware/wcp/wcpsvc.log --configfile /etc/vmware/wcp/wcpsvc.yaml --audit-logfile /var/log/vmware/wcp/wcp-audit.log --+ |
When I search for the process info, it seems to be the vSphere integrated Kubernetes master process.
I checked its logs at /var/log/vmware/wcp/wcpsvc.log and it seems to be all regular action - at least no warnings or error.
The only thing that meets the eye is the repeating message:
2020-08-18T21:02:57.492Z debug wcp informer.processLoop() lister.List() returned
But it sounds ok'ish - OTOH I'm not sure if it's supposed to run all the time.
Any ideas?