You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CVE data is refreshed per container image every 24 hours or when there's a change to the Kubernetes resource referencing the image.
668
672
673
+
### Collect Helm Releases
674
+
675
+
Helm release data is collected with the `collect-helm-releases` command and formatted as json to `{year}-{month}-{day}-helm-releases.json`. The JSON file is found in the data extract zip file located in the storage account. The data collected includes all helm release information from the Cluster, which consists of the standard data returned when running the command `helm list`.
676
+
677
+
This example executes the `collect-helm-releases` command without arguments.
678
+
679
+
> [!NOTE]
680
+
> The target machine must be a control-plane node or the action will not execute.
681
+
682
+
```azurecli
683
+
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
0 commit comments