File tree Expand file tree Collapse file tree 3 files changed +44
-4
lines changed
velero/spectrum-fusion/recipes Expand file tree Collapse file tree 3 files changed +44
-4
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ spec:
291
291
selectResource : deployment
292
292
timeout : 600
293
293
type : check
294
- - chks :
294
+ - chks :
295
295
- condition : ' {$.status.phase} == {"Running"}'
296
296
name : podReady
297
297
onError : fail
@@ -303,6 +303,18 @@ spec:
303
303
selectResource : pod
304
304
timeout : 600
305
305
type : check
306
+ - chks :
307
+ - condition : ' {$.status.phase} == {"Running"}'
308
+ name : podReady
309
+ onError : fail
310
+ timeout : 600
311
+ name : license-service-reporter-instance-check
312
+ labelSelector : app.kubernetes.io/instance=ibm-license-service-reporter
313
+ namespace : <lsr namespace>
314
+ onError : fail
315
+ selectResource : pod
316
+ timeout : 600
317
+ type : check
306
318
- chks :
307
319
- condition : ' {$.spec.replicas} == {$.status.readyReplicas}'
308
320
name : podReady
@@ -522,7 +534,7 @@ spec:
522
534
- group : common-services-operatorgroups
523
535
- group : common-services-configmaps
524
536
- group : license-service-reporter-crd
525
- - group : commonservices -crd
537
+ - group : commonservice -crd
526
538
- group : commonservice-cr
527
539
- group : nss-resources
528
540
- group : singleton-subscriptions
@@ -553,6 +565,7 @@ spec:
553
565
- group : license-service-reporter-subscriptions
554
566
- hook : license-service-reporter-check/podReady
555
567
- group : license-service-reporter-instances
568
+ - hook : license-service-reporter-instance-check/podReady
556
569
- group : lsr-pre-deploy
557
570
- group : lsr-volume
558
571
- group : lsr-deployment
Original file line number Diff line number Diff line change @@ -303,6 +303,18 @@ spec:
303
303
selectResource : pod
304
304
timeout : 600
305
305
type : check
306
+ - chks :
307
+ - condition : ' {$.status.phase} == {"Running"}'
308
+ name : podReady
309
+ onError : fail
310
+ timeout : 600
311
+ name : license-service-reporter-instance-check
312
+ labelSelector : app.kubernetes.io/instance=ibm-license-service-reporter
313
+ namespace : <lsr namespace>
314
+ onError : fail
315
+ selectResource : pod
316
+ timeout : 600
317
+ type : check
306
318
- chks :
307
319
- condition : ' {$.spec.replicas} == {$.status.readyReplicas}'
308
320
name : podReady
@@ -462,6 +474,8 @@ spec:
462
474
- group : common-services-operatorgroups
463
475
- group : common-services-configmaps
464
476
- group : license-service-reporter-crd
477
+ - group : commonservice-crd
478
+ - group : commonservice-cr
465
479
- group : singleton-subscriptions
466
480
- group : cert-manager-resources
467
481
- group : license-service-reporter-subscriptions
@@ -493,6 +507,7 @@ spec:
493
507
- group : license-service-reporter-subscriptions
494
508
- hook : license-service-reporter-check/podReady
495
509
- group : license-service-reporter-instances
510
+ - hook : license-service-reporter-instance-check/podReady
496
511
- group : lsr-pre-deploy
497
512
- group : lsr-volume
498
513
- group : lsr-deployment
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ spec:
268
268
selectResource : deployment
269
269
timeout : 600
270
270
type : check
271
- - chks :
271
+ - chks :
272
272
- condition : ' {$.status.phase} == {"Running"}'
273
273
name : podReady
274
274
onError : fail
@@ -280,6 +280,18 @@ spec:
280
280
selectResource : pod
281
281
timeout : 600
282
282
type : check
283
+ - chks :
284
+ - condition : ' {$.status.phase} == {"Running"}'
285
+ name : podReady
286
+ onError : fail
287
+ timeout : 600
288
+ name : license-service-reporter-instance-check
289
+ labelSelector : app.kubernetes.io/instance=ibm-license-service-reporter
290
+ namespace : <lsr namespace>
291
+ onError : fail
292
+ selectResource : pod
293
+ timeout : 600
294
+ type : check
283
295
- chks :
284
296
- condition : ' {$.spec.replicas} == {$.status.readyReplicas}'
285
297
name : podReady
@@ -405,7 +417,6 @@ spec:
405
417
- group : common-services-catalogs
406
418
- group : common-services-operatorgroups
407
419
- group : common-services-configmaps
408
- - group : license-service-reporter-crd
409
420
- group : commonservice-crd
410
421
- group : commonservice-cr
411
422
- group : singleton-subscriptions
@@ -436,6 +447,7 @@ spec:
436
447
- group : license-service-reporter-subscriptions
437
448
- hook : license-service-reporter-check/podReady
438
449
- group : license-service-reporter-instances
450
+ - hook : license-service-reporter-instance-check/podReady
439
451
- group : lsr-pre-deploy
440
452
- group : lsr-volume
441
453
- group : lsr-deployment
You can’t perform that action at this time.
0 commit comments