-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Create a ref doc for scheduled jobs #1123
Conversation
PTAL |
LGTM |
|
||
## Creating a Scheduled Job | ||
|
||
Here is an example Scheduled Job. Every minute, it runs a simple job to compute π to 2000 places and prints it out. |
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 sample job prints date and Hello from the Kubernetes cluster
not computes PI.
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.
Nice catch, fixed, thanks
Since I have a few comments, I allow myself to remove Tech Review approval label. |
Good eye, thanks Maciej On Tue, Aug 30, 2016 at 3:07 AM, Maciej Szulik notifications@github.com
|
Thanks! All comments addressed, PTAL |
LGTM |
Looks like we don't separate Tech LGTM and Docs LGTM anymore. So manually merging. |
Fixes linkerd/linkerd2#6237 - Since a few releases ago, `linkerd inject` will fail outright if `automountServiceAccountToken` is not `true`. Reshuffled the instructions to account for that. - Added note about adding the `config.linkerd.io/skip-outbound-ports: 8001` annotation when in ingress mode. - Removed the `spec.routes.services.namespace` field from the sample `HTTPProxy` resource, which doesn't appear in the resource API doc. - Replaced `127.0.0.1.xip.io` with `127.0.0.1.nip.io` as the former is down. Co-authored-by: cpretzer <cpretzer@users.noreply.github.com>
* update: june meetup - add video schema - add featured image Signed-off-by: Christian Mejlak <chris@mejlak.com> * Update Contour instructions (kubernetes#1123) Fixes linkerd/linkerd2#6237 - Since a few releases ago, `linkerd inject` will fail outright if `automountServiceAccountToken` is not `true`. Reshuffled the instructions to account for that. - Added note about adding the `config.linkerd.io/skip-outbound-ports: 8001` annotation when in ingress mode. - Removed the `spec.routes.services.namespace` field from the sample `HTTPProxy` resource, which doesn't appear in the resource API doc. - Replaced `127.0.0.1.xip.io` with `127.0.0.1.nip.io` as the former is down. Co-authored-by: cpretzer <cpretzer@users.noreply.github.com> * update: june meetup - add video schema - add featured image Signed-off-by: Christian Mejlak <chris@mejlak.com> Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io> Co-authored-by: cpretzer <cpretzer@users.noreply.github.com>
* Localize service.md for Korean Signed-off-by: HongJu Jeong <sub06038@naver.com> Co-authored-by: Yunkon Kim <7975459+yunkon-kim@users.noreply.github.com> Co-authored-by: Seokho Son <shsongist@gmail.com>
Supersedes #1111, since this doc needs to be merged into 1.4 branch (instead of master). All comments in #1111 are addressed.
Ref kubernetes/kubernetes#28496, kubernetes/enhancements#19
@soltysh @erictune @jaredbhatti @kubernetes/docs
This change is