Skip to content

Instantly share code, notes, and snippets.

@m8yng
Last active August 10, 2023 03:03
Show Gist options
  • Save m8yng/79cfd9b934f65fdd6bd9fed3fe29c91b to your computer and use it in GitHub Desktop.
Save m8yng/79cfd9b934f65fdd6bd9fed3fe29c91b to your computer and use it in GitHub Desktop.
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