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.
664
668
669
+
### Collect Helm Releases
670
+
671
+
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`.
672
+
673
+
This example executes the `collect-helm-releases` command without arguments.
674
+
675
+
> [!NOTE]
676
+
> The target machine must be a control-plane node or the action will not execute.
677
+
678
+
```azurecli
679
+
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
The command provides a link (if using cluster manager storage) or another command (if using user provided storage) to download the full output. The tar.gz file also contains the zipped extract command file outputs. Download the output file from the storage blob to a local directory by specifying the directory path in the optional argument `--output-directory`.
0 commit comments