Remove unnecessary output

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-07-10 13:39:55 -04:00
parent b24373f58c
commit 295c1276d9
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -128,7 +128,6 @@ func NetworkingIngressAvailable(client clientset.Interface) bool {
return false
}
klog.Errorf("%v", serverVersion)
runningVersion, _ := version.ParseGeneric(serverVersion.String())
if err != nil {
klog.Errorf("unexpected error parsing running Kubernetes version: %v", err)