错误:(gcloud.compute.os-config.vulnerability-reports.describe)在 gcloud 计算 os-config 漏洞报告描述上未找到

问题描述 投票:0回答:1

我们在同一项目中的 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]
适用于所有虚拟机

这是什么原因造成的?

gcloud
1个回答
1
投票

可能您计算机上的操作系统代理有问题。 您可以停止和启动它们,并使用以下命令检查它们是否正在运行:

sudo systemctl stop google-osconfig-agent
sudo systemctl start google-osconfig-agent
© www.soinside.com 2019 - 2024. All rights reserved.