- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15.1k
Docs update as we promote JobBackoffLimitPerIndex to stable #49811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs update as we promote JobBackoffLimitPerIndex to stable #49811
Conversation
| /hold | 
| ✅ Pull request preview available for checkingBuilt without sensitive environment variables 
 To edit notification comments on pull requests, go to your Netlify site configuration. | 
| /sig apps | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
from sig-apps pov
| LGTM label has been added. Git tree hash: e8782919b6b4568d0fe183a038c85a086eebed27 | 
| /hold cancel | 
| /assign @tengqm | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sending some suggestions. Happy to discuss further if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit.
LGTM
a9d01d2    to
    6c8dbfd      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
| LGTM label has been added. Git tree hash: c423d89bc5e1c94b60f1ce05c361466f6903b7c6 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main thing I recommend is not deleting the existing feature-gate shortcode. Other feedback is less important to cover.
        
          
                content/en/examples/controllers/job-backoff-limit-per-index-failindex.yaml
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                content/en/examples/controllers/job-backoff-limit-per-index-failindex.yaml
          
            Show resolved
            Hide resolved
        
              
          
                content/en/examples/controllers/job-backoff-limit-per-index-failindex.yaml
              
                Outdated
          
            Show resolved
            Hide resolved
        
      Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
bf31eba    to
    1d19fe2      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
for docs
| LGTM label has been added. Git tree hash: 39d4517e81a7e8b953d0f92d7901c856b47836f2 | 
Co-authored-by: Tim Bannister <[email protected]>
| @soltysh @cortespao @sftim thank you for reviewing. I believe all comments are addressed. PTAL. | 
| Tech LGTM in #49811 (review) /lgtm | 
| LGTM label has been added. Git tree hash: 4b4d4b5f3cebc418504e583aebc6ea6b4765d986 | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here 
Needs approval from an approver in each of these files:
 
 Approvers can indicate their approval by writing  | 
…es#49811) * Update docs as JobBackoffLimitPerIndex graduates to stable * Add an example for PodFailurePolicy with FailIndex * Review remarks Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Tim Bannister <[email protected]> * Review remark - new section and aligning the sections * Update content/en/docs/tasks/job/pod-failure-policy.md Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
Description
Update the documentation as we are promoting JobBackoffLimitPerIndex to stable in 1.33.
The code changes are already merged in PR: kubernetes/kubernetes#130061
Also proposing to extend the documentation of the tasks page for handling BackoffLimitPerIndex, as proposed in the KEP's graduation criteria: "Revisit extending the hands-on guide for Pod failure policy to use FailIndex".
Issue
Enhancement-tracking issue: kubernetes/enhancements#3850