Skip to content

Commit

Permalink
Update demo files
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Chen <[email protected]>

Update Makefile

Signed-off-by: Yuan Chen <[email protected]>
  • Loading branch information
yuanchen8911 committed May 17, 2024
1 parent 0a49d8b commit 732fb1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ image-push: image-build
@./hack/democtl.sh "$<" "$@" \
--term xresources \
--profile ./.xresources
rm -f $(shell dirname $<)/*.cast

%.mp4: %.cast
@./hack/democtl.sh "$<" "$@"
rm -f $(shell dirname $<)/*.cast
1 change: 1 addition & 0 deletions demos/basic.demo
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ KWOK_REPO=kubernetes-sigs/kwok
KWOK_LATEST_RELEASE="v0.5.2"
kubectl apply -f "https://github.com/${KWOK_REPO}/releases/download/${KWOK_LATEST_RELEASE}/kwok.yaml"
kubectl apply -f "https://github.com/${KWOK_REPO}/releases/download/${KWOK_LATEST_RELEASE}/stage-fast.yaml"
kubectl apply -f charts/overrides/kwok/pod-complete.yml
kubectl apply -f https://github.com/${KWOK_REPO}/raw/main/kustomize/stage/pod/chaos/pod-init-container-running-failed.yaml
kubectl apply -f https://github.com/${KWOK_REPO}/raw/main/kustomize/stage/pod/chaos/pod-container-running-failed.yaml

Expand Down
2 changes: 1 addition & 1 deletion demos/basic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 732fb1e

Please sign in to comment.