Kubernetes组件的日志输出在哪里?

时间:2018-03-09 22:10:30

标签: kubernetes glog

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

0 个答案:

没有答案