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
kubectl retina capture create --blob-upload <Blob SAS URL with write permission> --node-selectors "kubernetes.io/os=linux"
How:
We could easily enable this in more ATOMIC way, and here is how: (Simple first behaviour could be as follows)
Diagnostic settings in AKS settings has a setting to hold the default storage account or to hook storage account.
If, cluster has diagnostic setting we present user which account they want to choose,
Upon, selecting the storage account, we then let user select which nodes they want this tool to run,
In the end, we then run the above distributed nature run for the blobstorage account to have all updated.
Pros
This provide more organic way for the user to have those logs available to the user and user could either generate the temporary access for support access for those logs or download according to their needs.
The text was updated successfully, but these errors were encountered:
Enhancement details:
One of the offering Retina provides is, uploading the node distributed captures into the storage account:
Store the capture file to a storage account
How:
We could easily enable this in more ATOMIC way, and here is how: (Simple first behaviour could be as follows)
diagnostic setting
we present user which account they want to choose,selecting
the storage account, we then let user select which nodes they want this tool to run,blobstorage
account to have all updated.Pros
This provide more organic way for the user to have those logs available to the user and user could either generate the temporary access for support access for those logs or download according to their needs.
The text was updated successfully, but these errors were encountered: