Skip to content

Commit

Permalink
Update kwok version for demos
Browse files Browse the repository at this point in the history
Update demo

Update demo

Update demos

Revert changes to index.yaml

Update container-failure demo
  • Loading branch information
yuanchen8911 committed Jul 30, 2024
1 parent 6ec1124 commit 699be94
Show file tree
Hide file tree
Showing 6 changed files with 1,457 additions and 1,360 deletions.
5 changes: 3 additions & 2 deletions demo/container-failure.demo
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# Create a cluster with kwok
kwokctl create cluster --enable-crds Stage

# Apply stage files
kubectl apply -f https://github.com/kubernetes-sigs/kwok/releases/download/v0.5.2/stage-fast.yaml
# Deploy kwok crds and stage files
kubectl apply -f https://github.com/kubernetes-sigs/kwok/releases/download/v0.6.0/kwok.yaml
#kubectl apply -f https://github.com/kubernetes-sigs/kwok/releases/download/v0.6.0/stage-fast.yaml
kubectl apply -f https://github.com/kubernetes-sigs/kwok/raw/main/kustomize/stage/pod/chaos/pod-container-running-failed.yaml
kubectl get stages

Expand Down
2 changes: 1 addition & 1 deletion demo/container-failure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
pod-init-container-running-failed.stage.kwok.x-k8s.io/reason: nccl-test-failed
pod-init-container-running-failed.stage.kwok.x-k8s.io/message: "nccl test failed"
pod-init-container-running-failed.stage.kwok.x-k8s.io/exit-code: "3"
pod-init-container-running-failed.stage.kwok.x-k8s.io/delay: "1000"
pod-init-container-running-failed.stage.kwok.x-k8s.io/jitter-delay: "5000"
pod-init-container-running-failed.stage.kwok.x-k8s.io/delay: "5s"
pod-init-container-running-failed.stage.kwok.x-k8s.io/jitter-delay: "5s"
spec:
affinity:
nodeAffinity:
Expand Down
Loading

0 comments on commit 699be94

Please sign in to comment.