Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod killer fixes #86

Merged
merged 6 commits into from
Jun 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix broken test snapshot
venkatsc committed Jun 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3bbbc06698d18a09a1ace34be144bcf1dfaceaba
Original file line number Diff line number Diff line change
@@ -591,7 +591,7 @@ should render when resource limits are provided:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/quobyte/pod-killer:v0.2.0
image: quay.io/quobyte/pod-killer:v0.2.1
imagePullPolicy: IfNotPresent
name: quobyte-csi-mount-monitor
resources:
@@ -692,7 +692,7 @@ should render when resource limits are provided:
- args:
- --driver_name=csi.quobyte.com
- --role=cache
image: quay.io/quobyte/pod-killer:v0.2.0
image: quay.io/quobyte/pod-killer:v0.2.1
imagePullPolicy: IfNotPresent
name: quobyte-csi-pod-killer-cache
ports:
@@ -1212,7 +1212,7 @@ should render when tolerations are provided:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/quobyte/pod-killer:v0.2.0
image: quay.io/quobyte/pod-killer:v0.2.1
imagePullPolicy: IfNotPresent
name: quobyte-csi-mount-monitor
securityContext:
@@ -1313,7 +1313,7 @@ should render when tolerations are provided:
- args:
- --driver_name=csi.quobyte.com
- --role=cache
image: quay.io/quobyte/pod-killer:v0.2.0
image: quay.io/quobyte/pod-killer:v0.2.1
imagePullPolicy: IfNotPresent
name: quobyte-csi-pod-killer-cache
ports:
@@ -1829,7 +1829,7 @@ should render with default values:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/quobyte/pod-killer:v0.2.0
image: quay.io/quobyte/pod-killer:v0.2.1
imagePullPolicy: IfNotPresent
name: quobyte-csi-mount-monitor
securityContext:
@@ -1926,7 +1926,7 @@ should render with default values:
- args:
- --driver_name=csi.quobyte.com
- --role=cache
image: quay.io/quobyte/pod-killer:v0.2.0
image: quay.io/quobyte/pod-killer:v0.2.1
imagePullPolicy: IfNotPresent
name: quobyte-csi-pod-killer-cache
ports: