You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Revert to CronJob example to maintain consistency with existing demos
- Make generate-demo.sh flexible to support multiple demo variations
- Add support for custom demo names and scripts via CLI parameters
- Only update README for default kb-demo, not custom demos
- Add usage/help documentation for the script
This addresses feedback from camilamacedo86 on PR #5068:
1. Keep the same example (CronJob instead of Guestbook/Busybox)
2. Allow script to generate other demos for future extensibility
Custom demos will be saved to `docs/gif/${DEMO_NAME}.${VERSION}.svg` and won't automatically update the README (you'll need to reference them manually).
51
+
32
52
## Setup Demo Cluster Only
33
53
34
54
If you just want to set up the Kind cluster for testing:
0 commit comments