We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e3250 commit 078e6eaCopy full SHA for 078e6ea
pkg/cmd/server/kubernetes/master_config.go
@@ -61,7 +61,7 @@ import (
61
62
// request paths that match this regular expression will be treated as long running
63
// and not subjected to the default server timeout.
64
-const originLongRunningEndpointsRE = "(/|^)buildconfigs/.*/instantiatebinary$"
+const originLongRunningEndpointsRE = "(/|^)(buildconfigs/.*/instantiatebinary|imagestreamimports)$"
65
66
var LegacyAPIGroupPrefixes = sets.NewString(genericapiserver.DefaultLegacyAPIPrefix, api.Prefix, api.LegacyPrefix)
67
0 commit comments