Skip to content

Commit f3a71a3

Browse files
oktalzGopher Bot
authored andcommitted
CLEANUP/MINOR: remove error message about gateway API
1 parent 2a33405 commit f3a71a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/k8s/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@ func (k k8s) IsGatewayAPIInstalled(gatewayControllerName string) (installed bool
420420
}
421421

422422
if gatewayCrd.Name == "" {
423-
if gatewayControllerName != "" {
424-
logger.Errorf("No gateway api is installed, please install experimental yaml version %s", GATEWAY_API_VERSION)
425-
}
426423
return false
427424
}
428425

0 commit comments

Comments
 (0)