我们在同一项目中的 google gcloud 有多个虚拟机,有些提供了很好的漏洞报告,但有些提供:
gcloud compute os-config vulnerability-reports describe [vm-name] --location=[zone] --project=[project]
ERROR: (gcloud.compute.os-config.vulnerability-reports.describe) NOT_FOUND: Requested entity was not found. This command is authenticated as [email] which is the active account specified by the [core/account] property.
我们确实在这些虚拟机上安装了 google-osconfig-agent。 命令
gcloud compute instances os-inventory describe [vm-name] --zone [zone] --project=[project]
适用于所有虚拟机
这是什么原因造成的?
可能您计算机上的操作系统代理有问题。 您可以停止和启动它们,并使用以下命令检查它们是否正在运行:
sudo systemctl stop google-osconfig-agent
sudo systemctl start google-osconfig-agent