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:
Michael Vorburger ⛑️ 2017-09-24 03:20:08 +02:00 committed by Andrew Chen
parent cb795036b1
commit 69114e0cfe
1 changed files with 1 additions and 3 deletions

View File

@ -92,9 +92,7 @@ $ kubectl logs $pods
## Writing a Job Spec
As with all other Kubernetes config, a Job needs `apiVersion`, `kind`, and `metadata` fields. For
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).
As with all other Kubernetes config, a Job needs `apiVersion`, `kind`, and `metadata` fields.
A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).