|
88 | 88 | [XPK] Breaking up a total of 2 commands into 1 batches |
89 | 89 | [XPK] Pretending all the jobs succeeded |
90 | 90 | [XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available |
| 91 | +[XPK] Task: `Check if Jobset is installed` is implemented by the following command not running since it is a dry run. |
| 92 | +kubectl get deployment -n jobset-system -o jsonpath='{.items[*].spec.template.spec.containers[0].image}' |
91 | 93 | [XPK] Try 1: Install Jobset on golden-cluster-private |
92 | 94 | [XPK] Task: `Install Jobset on golden-cluster-private` is implemented by the following command not running since it is a dry run. |
93 | 95 | kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.10.1/manifests.yaml |
@@ -369,6 +371,8 @@ data: |
369 | 371 | [XPK] Breaking up a total of 2 commands into 1 batches |
370 | 372 | [XPK] Pretending all the jobs succeeded |
371 | 373 | [XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available |
| 374 | +[XPK] Task: `Check if Jobset is installed` is implemented by the following command not running since it is a dry run. |
| 375 | +kubectl get deployment -n jobset-system -o jsonpath='{.items[*].spec.template.spec.containers[0].image}' |
372 | 376 | [XPK] Try 1: Install Jobset on golden-cluster-private-ep |
373 | 377 | [XPK] Task: `Install Jobset on golden-cluster-private-ep` is implemented by the following command not running since it is a dry run. |
374 | 378 | kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.10.1/manifests.yaml |
@@ -643,6 +647,8 @@ data: |
643 | 647 | [XPK] Breaking up a total of 2 commands into 1 batches |
644 | 648 | [XPK] Pretending all the jobs succeeded |
645 | 649 | [XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available |
| 650 | +[XPK] Task: `Check if Jobset is installed` is implemented by the following command not running since it is a dry run. |
| 651 | +kubectl get deployment -n jobset-system -o jsonpath='{.items[*].spec.template.spec.containers[0].image}' |
646 | 652 | [XPK] Try 1: Install Jobset on golden-cluster-private-nosubnet |
647 | 653 | [XPK] Task: `Install Jobset on golden-cluster-private-nosubnet` is implemented by the following command not running since it is a dry run. |
648 | 654 | kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.10.1/manifests.yaml |
|
0 commit comments