Skip to content

Commit 5129a2d

Browse files
author
OpenShift Bot
authored
Merge pull request #13458 from soltysh/bug1433244
Merged by openshift-bot
2 parents 1d26c38 + 078e6ea commit 5129a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/kubernetes/master_config.go

Lines changed: 1 addition & 1 deletion
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)