File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ This is a matrix of confirmed test targets. Please PR environments that are also
7272 <td>Microsoft</td><td>ARO</td><td>?</td><td>No</td><td>Unknown</td><td></td>
7373</tr >
7474<tr >
75- <td>AWS</td><td>EKS</td><td>? </td><td>No </td><td>Unknown </td><td></td>
75+ <td>AWS</td><td>EKS</td><td>1.21 </td><td>Yes </td><td>No crictl client in the default AMI means that the metadata won't be captured </td><td></td>
7676</tr >
7777<tr >
7878 <td>AWS</td><td>ROSA</td><td>?</td><td>No</td><td>Unknown</td><td></td>
Original file line number Diff line number Diff line change 11replicaCount : 1
22
33image :
4- repository : quay.io/number9/core-dump-handler:v2.0.10
4+ repository : quay.io/number9/core-dump-handler:v2.0.11
55 pullPolicy : IfNotPresent
66
77imagePullSecrets : []
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ fn main() -> Result<(), anyhow::Error> {
213213 Ok ( v) => v,
214214 Err ( e) => {
215215 error ! ( "failed to execute crictl pods {}" , e) ;
216+ zip. finish ( ) ?;
216217 process:: exit ( 1 )
217218 }
218219 } ;
You can’t perform that action at this time.
0 commit comments