Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for JobPodFailurePolicy (0.46 sec)

  1. staging/src/k8s.io/api/batch/v1/types.go

    	// checked against the backoffLimit. This field cannot be used in combination
    	// with restartPolicy=OnFailure.
    	//
    	// This field is beta-level. It can be used when the `JobPodFailurePolicy`
    	// feature gate is enabled (enabled by default).
    	// +optional
    	PodFailurePolicy *PodFailurePolicy `json:"podFailurePolicy,omitempty" protobuf:"bytes,11,opt,name=podFailurePolicy"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  2. pkg/apis/batch/types.go

    	// checked against the backoffLimit. This field cannot be used in combination
    	// with .spec.podTemplate.spec.restartPolicy=OnFailure.
    	//
    	// This field is beta-level. It can be used when the `JobPodFailurePolicy`
    	// feature gate is enabled (enabled by default).
    	// +optional
    	PodFailurePolicy *PodFailurePolicy
    
    	// successPolicy specifies the policy when the Job can be declared as succeeded.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

      phase (Succeeded or Failed, depending on the exit statuses of the pod containers) to pods which
      are deleted while running.
      
      This fixes the issue for jobs using pod failure policy (with JobPodFailurePolicy and PodDisruptionConditions 
      feature gates enabled) that their pods could get stuck in the pending phase when deleted.
      
      Users who maintain controllers which relied on the fact that pods with RestartPolicy=Always
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - When the feature gates `PodDisruptionConditions` and `JobPodFailurePolicy` are both enabled,
      the Job controller now does not consider a terminating Pod (a pod that has a `.metadata.deletionTimestamp`)
      as a failure until that Pod is terminal (its `.status.phase` is `Failed` or `Succeeded`).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            },
            "selector": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/api/batch/v1.PodFailurePolicy"),
    						},
    					},
    					"successPolicy": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top