# 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