File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Follow the [instructions](https://book.kubebuilder.io/quick-start.html#installat
3737
3838See the [ Getting Started] ( https://book.kubebuilder.io/quick-start.html ) documentation.
3939
40- ![ Quick Start] ( docs/gif/kb-demo.v2.0 .1.svg )
40+ ![ Quick Start] ( docs/gif/kb-demo.v3.11 .1.svg )
4141
4242Also, ensure that you check out the [ Deploy Image] ( https://book.kubebuilder.io/plugins/deploy-image-plugin-v1-alpha.html )
4343Plugin. This plugin allows users to scaffold API/Controllers to deploy and manage an
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,12 +20,14 @@ cd /tmp/kb-demo
2020asciinema rec
2121< path-to-KB-repo> /scripts/demo/run.sh
2222
23+ # After each step, press <Enter> to proceed to the next step
24+
2325< CTRL-C> to terminate the script
2426< CTRL-D> to terminate the asciinema recording
2527< CTRL-C> to save the recording locally
2628
2729# Edit the recorded file by editing the controller-gen path
2830# Once you are happy with the recording, use svg-term program to generate the svg
2931
30- svg-term --cast= < movie-id > --out demo.svg --window
32+ svg-term --in= < cast-file-path > --out demo.svg --window
3133```
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ run "kubebuilder create api --group batch --version v1 --kind CronJob"
3232clear
3333
3434desc " Let's take a look at the API and Controller files"
35- run " tree ./api ./controllers "
35+ run " tree ./api ./internal/controller "
3636clear
3737
3838desc " Install CRDs in Kubernetes cluster"
You can’t perform that action at this time.
0 commit comments