Skip to content
Snippets Groups Projects
Commit c2a38f77 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

add terminationGracePeriodSeconds of 0 to end pods in executions directly

parent 4f99b44e
No related branches found
No related tags found
1 merge request!183Add terminationGracePeriodSeconds of 0 to end pods in executions directly
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: jobmanager component: jobmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:latest image: ghcr.io/cau-se/theodolite-uc1-flink:latest
...@@ -90,4 +91,4 @@ spec: ...@@ -90,4 +91,4 @@ spec:
emptyDir: {} emptyDir: {}
# - name: job-artifacts-volume # - name: job-artifacts-volume
# hostPath: # hostPath:
# path: /host/path/to/job/artifacts # path: /host/path/to/job/artifacts
\ No newline at end of file
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: taskmanager component: taskmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:latest image: ghcr.io/cau-se/theodolite-uc1-flink:latest
......
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: jobmanager component: jobmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:latest image: ghcr.io/cau-se/theodolite-uc2-flink:latest
...@@ -90,4 +91,4 @@ spec: ...@@ -90,4 +91,4 @@ spec:
emptyDir: {} emptyDir: {}
# - name: job-artifacts-volume # - name: job-artifacts-volume
# hostPath: # hostPath:
# path: /host/path/to/job/artifacts # path: /host/path/to/job/artifacts
\ No newline at end of file
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: taskmanager component: taskmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:latest image: ghcr.io/cau-se/theodolite-uc2-flink:latest
......
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: jobmanager component: jobmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:latest image: ghcr.io/cau-se/theodolite-uc3-flink:latest
...@@ -90,4 +91,4 @@ spec: ...@@ -90,4 +91,4 @@ spec:
emptyDir: {} emptyDir: {}
# - name: job-artifacts-volume # - name: job-artifacts-volume
# hostPath: # hostPath:
# path: /host/path/to/job/artifacts # path: /host/path/to/job/artifacts
\ No newline at end of file
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: taskmanager component: taskmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:latest image: ghcr.io/cau-se/theodolite-uc3-flink:latest
......
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: jobmanager component: jobmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:latest image: ghcr.io/cau-se/theodolite-uc4-flink:latest
...@@ -90,4 +91,4 @@ spec: ...@@ -90,4 +91,4 @@ spec:
emptyDir: {} emptyDir: {}
# - name: job-artifacts-volume # - name: job-artifacts-volume
# hostPath: # hostPath:
# path: /host/path/to/job/artifacts # path: /host/path/to/job/artifacts
\ No newline at end of file
...@@ -14,6 +14,7 @@ spec: ...@@ -14,6 +14,7 @@ spec:
app: flink app: flink
component: taskmanager component: taskmanager
spec: spec:
terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:latest image: ghcr.io/cau-se/theodolite-uc4-flink:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment