Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion recipes/Basic_cluster_adapt.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
8 changes: 4 additions & 4 deletions recipes/Basic_cluster_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
8 changes: 4 additions & 4 deletions recipes/Cluster_create_RayCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -172,7 +172,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
8 changes: 4 additions & 4 deletions recipes/Cluster_create_for_multi-host_nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -120,7 +120,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
8 changes: 4 additions & 4 deletions recipes/Cluster_create_for_single-host_nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
24 changes: 12 additions & 12 deletions recipes/Cluster_create_private.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster-private
[XPK] Task: `Install Jobset on golden-cluster-private` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down Expand Up @@ -371,10 +371,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster-private-ep
[XPK] Task: `Install Jobset on golden-cluster-private-ep` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -407,7 +407,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -458,7 +458,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down Expand Up @@ -645,10 +645,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster-private-nosubnet
[XPK] Task: `Install Jobset on golden-cluster-private-nosubnet` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -681,7 +681,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -732,7 +732,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
8 changes: 4 additions & 4 deletions recipes/Cluster_create_sub-slicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -172,7 +172,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
8 changes: 4 additions & 4 deletions recipes/Cluster_create_super-slicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Try 1: Updating Controller Manager resources
[XPK] Task: `Updating Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl patch deployment jobset-controller-manager -n jobset-system --type='strategic' --patch='{"spec": {"template": {"spec": {"containers": [{"name": "manager", "resources": {"requests": {"cpu": "4", "memory": "16Gi"}, "limits": {"cpu": "4", "memory": "16Gi"}}}]}}}}'
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -181,7 +181,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ data:
[XPK] Enabling the jobset API on our cluster, to be deprecated when Jobset is globally available
[XPK] Try 1: Install Jobset on golden-cluster
[XPK] Task: `Install Jobset on golden-cluster` is implemented by the following command not running since it is a dry run.
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.0/manifests.yaml
kubectl apply --server-side --force-conflicts -f https://github.com/kubernetes-sigs/jobset/releases/download/v0.8.1/manifests.yaml
[XPK] Task: `Count total nodes` is implemented by the following command not running since it is a dry run.
kubectl get node --no-headers | wc -l
[XPK] Temp file (1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95) content:
[XPK] Temp file (4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b) content:

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
- --zap-log-level=2
command:
- /manager
image: registry.k8s.io/jobset/jobset:v0.8.0
image: registry.k8s.io/jobset/jobset:v0.8.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:

[XPK] Try 1: Updating jobset Controller Manager resources
[XPK] Task: `Updating jobset Controller Manager resources` is implemented by the following command not running since it is a dry run.
kubectl apply -f 1b31e624e490f9c8c4ef4e369f08d3fa467990af5a261e4405bd045265d70e95
kubectl apply -f 4454b282a51eaf653c909ad5add4d0c9752c15027c8ab6f2cfc80eb02938705b
[XPK] Enabling Kueue on the cluster
[XPK] Task: `Get kueue version on server` is implemented by the following command not running since it is a dry run.
kubectl get deployment kueue-controller-manager -n kueue-system -o jsonpath='{.spec.template.spec.containers[0].image}'
Expand Down
Loading
Loading