Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for failedJobsHistoryLimit (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

     - The default spec.revisionHistoryLimit for all applicable kinds in the
     apps/v1beta2 group version is 10.
    
     - In a CronJob object, the default spec.successfulJobsHistoryLimit is 3, and
     the default spec.failedJobsHistoryLimit is 1.
    
    ### Workloads API (batch)
    
    - CronJob is now at `batch/v1beta1` ([#41039](https://github.com/kubernetes/kubernetes/issues/41039), [@soltysh](https://github.com/soltysh)).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.9.md

    * Set defaults for successfulJobsHistoryLimit (3) and failedJobsHistoryLimit (1) in batch/v1beta1.CronJobs ([#52533](https://github.com/kubernetes/kubernetes/pull/52533), [@soltysh](https://github.com/soltysh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "failedJobsHistoryLimit": {
                "description": "The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1.",
                "format": "int32",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top