Merge sixth Korean l10n work for release 1.17 (#19615)
* Link modify to new docs added from previous branch. (#19374) * Localize email address placeholder (ko) (#19407) * Translate storage/volume-snapshot-classes.md in Korean. (#19371) * Translate concepts/security/overview.md in Korean (#19464) * Translate storage/volume-pvc-datasource.md in Korean. (#19370) * Translate controllers/jobs-run-to-completion.md in Korean. (#19369) Co-authored-by: Ian Y. Choi <ianyrchoi@gmail.com> Co-authored-by: Jesang Myung <jesang.myung@gmail.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Ryan <c1t1d0s7@gmail.com> Co-authored-by: Tim Bannister <tim@scalefactory.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Ian Y. Choi <ianyrchoi@gmail.com> Co-authored-by: Jesang Myung <jesang.myung@gmail.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: Ryan <c1t1d0s7@gmail.com> Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: pi
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: pi
|
||||
image: perl
|
||||
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
|
||||
restartPolicy: Never
|
||||
backoffLimit: 4
|
||||
|
||||
Reference in New Issue
Block a user