-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Move the Job controller example #20032
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit e871972 https://deploy-preview-20032--kubernetes-io-master-staging.netlify.com |
/assign @bradtopol |
@prasadkatti I wasn't sure that I understood how this change helps readers. Can you explain a bit more? |
Hi @sftim. Consider the following 3 statements -
The stmt 2 is an example of stmt 1. Stmt 3 is slightly unrelated (to 1 and 2) advice about how to design controllers. The original order of the text was [1, 3, 2]. The change I am proposing is to make it [1, 2, 3]. |
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.
Makes sense to me.
/approve
[OK to /lgtm this either with or without the typo fix]
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
Do the changes get squashed before being merged? |
Please squash any extraneous commits. k/website very recently changed to merging by default rather than squashing by default. |
Okay. So for this one, do you want me to squash and force-push? Or is it good as-is? |
Please squash and force push @prasadkatti. |
Move the job controller example so that the example of Job controller follows immediately after the concept of what a job controller does in introduced.
@sftim done |
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
Move the job controller example so that the example of Job controller follows
immediately after the concept of what a job controller does in introduced.