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
37
37
38
38
See the [ Getting Started] ( https://book.kubebuilder.io/quick-start.html ) documentation.
39
39
40
- ![ Quick Start] ( docs/gif/kb-demo.v2.0 .1.svg )
40
+ ![ Quick Start] ( docs/gif/kb-demo.v3.11 .1.svg )
41
41
42
42
Also, ensure that you check out the [ Deploy Image] ( https://book.kubebuilder.io/plugins/deploy-image-plugin-v1-alpha.html )
43
43
Plugin. 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
20
20
asciinema rec
21
21
< path-to-KB-repo> /scripts/demo/run.sh
22
22
23
+ # After each step, press <Enter> to proceed to the next step
24
+
23
25
< CTRL-C> to terminate the script
24
26
< CTRL-D> to terminate the asciinema recording
25
27
< CTRL-C> to save the recording locally
26
28
27
29
# Edit the recorded file by editing the controller-gen path
28
30
# Once you are happy with the recording, use svg-term program to generate the svg
29
31
30
- svg-term --cast= < movie-id > --out demo.svg --window
32
+ svg-term --in= < cast-file-path > --out demo.svg --window
31
33
```
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ run "kubebuilder create api --group batch --version v1 --kind CronJob"
32
32
clear
33
33
34
34
desc " Let's take a look at the API and Controller files"
35
- run " tree ./api ./controllers "
35
+ run " tree ./api ./internal/controller "
36
36
clear
37
37
38
38
desc " Install CRDs in Kubernetes cluster"
You can’t perform that action at this time.
0 commit comments