Deprecate extensions/v1beta1.Job

This commit is contained in:
Maciej Szulik
2016-11-07 11:00:49 +01:00
parent 685d6a8e97
commit 96903916b5
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -21,6 +21,12 @@ due to a node hardware failure or a node reboot).
A Job can also be used to run multiple pods in parallel.
### extensions/v1beta1.Job is deprecated
Starting from version 1.5 `extensions/v1beta1.Job` is being deprecated, with a plan to be removed in
version 1.6 of kubernetes (see this [issue](https://github.com/kubernetes/kubernetes/issues/32763)).
Please use `batch/v1.Job` instead.
## Running an example Job
Here is an example Job config. It computes π to 2000 places and prints it out.