0

尝试调试 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)
}
4

0 回答 0