mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
Fix kubectl log for single-container pods
This commit is contained in:
@@ -49,7 +49,7 @@ func CheckErr(err error) {
|
||||
if client.IsUnexpectedStatusError(err) {
|
||||
glog.FatalDepth(1, fmt.Sprintf("Unexpected status received from server: %s", err.Error()))
|
||||
}
|
||||
glog.FatalDepth(1, fmt.Sprintf("Error: %s", err.Error()))
|
||||
glog.FatalDepth(1, fmt.Sprintf("Client error: %s", err.Error()))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user