mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Add --image-pull-progress-deadline option to kubelet
This commit is contained in:
@@ -2669,6 +2669,12 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
|
||||
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
|
||||
},
|
||||
},
|
||||
"imagePullProgressDeadline": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "If no pulling progress is made before the deadline imagePullProgressDeadline, the image pulling will be cancelled. Defaults to 1m0s.",
|
||||
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
|
||||
},
|
||||
},
|
||||
"rktPath": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "rktPath is the path of rkt binary. Leave empty to use the first rkt in $PATH.",
|
||||
@@ -14564,6 +14570,12 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
|
||||
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
|
||||
},
|
||||
},
|
||||
"imagePullProgressDeadline": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "If no pulling progress is made before the deadline imagePullProgressDeadline, the image pulling will be cancelled. Defaults to 1m0s.",
|
||||
Ref: spec.MustCreateRef("#/definitions/v1.Duration"),
|
||||
},
|
||||
},
|
||||
"rktPath": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "rktPath is the path of rkt binary. Leave empty to use the first rkt in $PATH.",
|
||||
|
||||
Reference in New Issue
Block a user