尝试调试AzureDisk永远不会安装的原因。 pod的日志显示超时,但Kubernetes pkg组件有glog调用。这些记录在哪里,我怎么看?
实施例: azure_managedDiskController.go
if err != nil {
glog.V(2).Infof("azureDisk - created new MD Name:%s StorageAccountType:%s Size:%v but was unable to confirm provisioningState in poll process", diskName, storageAccountType, sizeGB)
} else {
glog.V(2).Infof("azureDisk - created new MD Name:%s StorageAccountType:%s Size:%v", diskName, storageAccountType, sizeGB)
}