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
  • Loading branch information
yuanchen8911 committed Jul 23, 2024
1 parent 368079d commit 9d2763c
Show file tree
Hide file tree
Showing 7 changed files with 1,461 additions and 1,365 deletions.
2 changes: 1 addition & 1 deletion demo/container-failure.demo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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
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 9d2763c

Please sign in to comment.