Completing glossary translation for Bahasa

Updated:
- image
- kube-apiserver

New:
- extensions
- init-container
- job
This commit is contained in:
M. Habib Rosyad
2020-10-08 09:42:54 +07:00
parent 0703805305
commit ded85bd61e
5 changed files with 60 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
---
title: Job
id: job
date: 2018-04-12
full_link: /docs/concepts/workloads/controllers/job/
short_description: >
Tugas terbatas atau bertumpuk (_batch_) yang berjalan sampai selesai.
aka:
tags:
- fundamental
- core-object
- workload
---
Tugas terbatas atau bertumpuk (_batch_) yang berjalan sampai selesai.
<!--more-->
Membuat satu atau beberapa objek {{< glossary_tooltip term_id="pod" >}} dan memastikan bahwa sejumlah objek tersebut berhasil dihentikan. Saat Pod berhasil diselesaikan (_complete_), maka Job melacak keberhasilan penyelesaian tersebut.