Remove unnecessary output
This commit is contained in:
parent
b24373f58c
commit
295c1276d9
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue