Skip to content

Instantly share code, notes, and snippets.

@m8yng
Last active August 10, 2023 03:03
Troubleshoot AKS with Azure Disk CSI driver
# Get the events
kubectl get events -l app=csi-azuredisk-node -n kube-system
# Get the logs
kubectl logs -l app=csi-azuredisk-node -n kube-system
# Get the workload yaml
kubectl get ds csi-azuredisk-node -n kube-system -o yaml
# Additional notes
# for V2 use: csi-azuredisk2-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment