File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
93
93
POD_NAME=$(kubectl get pods -n cms -l job-name=perf-analyzer-job -o jsonpath="{.items[0].metadata.name}")
94
94
echo "========== Perf Analyzer Logs =========="
95
- kubectl logs -n cms "$POD_NAME"
95
+ kubectl logs -n cms "$POD_NAME"
96
96
echo "========================================"
97
97
98
98
- name : Cleanup
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : supersonic
3
3
description : Server infrastructure for inference-as-a-service in large scientific experiments.
4
4
icon : https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_512.png?raw=true
5
- version : 0.1.1
5
+ version : 0.1.2
6
6
type : application
7
7
home : https://fastmachinelearning.org/SuperSONIC/
8
8
annotations :
You can’t perform that action at this time.
0 commit comments