Skip to content

Commit 078e6ea

Browse files
committed
Bug 1433244 - allow imageimports to be long runing requests
1 parent 83e3250 commit 078e6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/kubernetes/master_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import (
6161

6262
// request paths that match this regular expression will be treated as long running
6363
// and not subjected to the default server timeout.
64-
const originLongRunningEndpointsRE = "(/|^)buildconfigs/.*/instantiatebinary$"
64+
const originLongRunningEndpointsRE = "(/|^)(buildconfigs/.*/instantiatebinary|imagestreamimports)$"
6565

6666
var LegacyAPIGroupPrefixes = sets.NewString(genericapiserver.DefaultLegacyAPIPrefix, api.Prefix, api.LegacyPrefix)
6767

0 commit comments

Comments
 (0)