From bd3b408e298b390efef18811a6d516d3e5ab5e0f Mon Sep 17 00:00:00 2001 From: Doug Koch Date: Wed, 6 Apr 2016 20:56:34 -0700 Subject: [PATCH] Fix a row in the job patterns table The row for the "Queue with Variable Pod Count" pattern has one more column than the other rows. The extra column shifts the checkmarks one column to the right of where they should be. --- docs/user-guide/jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/jobs.md b/docs/user-guide/jobs.md index f17727cc27..44816169dc 100644 --- a/docs/user-guide/jobs.md +++ b/docs/user-guide/jobs.md @@ -214,7 +214,7 @@ The pattern names are also links to examples and more detailed description. | -------------------------------------------------------------------------- |:-----------------:|:---------------------------:|:-------------------:|:-------------------:| | [Job Template Expansion](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/job/expansions/README.md) | | | ✓ | ✓ | | [Queue with Pod Per Work Item](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/job/work-queue-1/README.md) | ✓ | | sometimes | ✓ | -| [Queue with Variable Pod Count](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/job/work-queue-2/README.md) | | ✓ | ✓ | | ✓ | +| [Queue with Variable Pod Count](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/job/work-queue-2/README.md) | ✓ | ✓ | | ✓ | | Single Job with Static Work Assignment | ✓ | | ✓ | | When you specify completions with `.spec.completions`, each Pod created by the Job controller