Remove 3 links in jobs-run-to-completion.md which go nowhere
these links don't go anywhere anymore (the respective pages must have been moved?), and are more of a distraction than adding any real value when reading that paragraph.
This commit is contained in:
parent
cb795036b1
commit
69114e0cfe
|
|
@ -92,9 +92,7 @@ $ kubectl logs $pods
|
||||||
|
|
||||||
## Writing a Job Spec
|
## Writing a Job Spec
|
||||||
|
|
||||||
As with all other Kubernetes config, a Job needs `apiVersion`, `kind`, and `metadata` fields. For
|
As with all other Kubernetes config, a Job needs `apiVersion`, `kind`, and `metadata` fields.
|
||||||
general information about working with config files, see [here](/docs/user-guide/simple-yaml),
|
|
||||||
[here](/docs/user-guide/configuring-containers), and [here](/docs/user-guide/working-with-resources).
|
|
||||||
|
|
||||||
A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).
|
A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue