We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd5d76 commit 9e43711Copy full SHA for 9e43711
main.go
@@ -71,6 +71,11 @@ func main() {
71
logInfo(logger, osArgs)
72
logger.ShowFilename(true)
73
74
+ // backwards compatibility with 1.7
75
+ if osArgs.PprofEnabled {
76
+ osArgs.ControllerPort = 6060
77
+ }
78
+
79
// Default annotations
80
defaultBackendSvc := fmt.Sprint(osArgs.DefaultBackendService)
81
defaultCertificate := fmt.Sprint(osArgs.DefaultCertificate)
0 commit comments