Skip to content

Commit 31f3624

Browse files
dd
1 parent 2b8b93d commit 31f3624

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/book/src/getting-started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,20 @@ The [Manager][manager] in the `cmd/main.go` file is responsible for managing the
408408
```
409409
</details>
410410
411+
### Use Kubebuilder plugins to scaffold additional options
412+
413+
Now that you have a better understanding of how to create your own API and controller,
414+
let’s scaffold in this project the plugin [`autoupdate.kubebuilder.io/v1-alpha`][autoupdate-plugin]
415+
so that your project can be kept up to date with the latest Kubebuilder releases scaffolding changes
416+
and consequently adopt improvements from the ecosystem.
417+
418+
```shell
419+
kubebuilder edit --plugins="autoupdate/v1-alpha"
420+
```
421+
422+
Inspect the file `.github/workflows/auto-update.yml` to see how it works.
423+
424+
411425
### Checking the Project running in the cluster
412426
413427
At this point you can check the steps to validate the project

docs/book/src/plugins/available/autoupdate-v1-alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Pull Request compare link so you can create the PR and review it, such as:
3939
More over AI models will be used to help you understand what changes are needed to keep your project up to date
4040
as to solve conflicts if any be faced, such as in the following example:
4141

42-
<img width="447" height="716" alt="Example AI summary" src="https://github.com/user-attachments/assets/fc553ee1-5149-48cb-9f76-2c1cd2587f6b" />
42+
<img width="334" height="624" alt="Example AI" src="https://github.com/user-attachments/assets/3568ff77-7d7d-4aa8-950a-49ace627ec07" />
4343

4444
The workflow will check once a week for new releases, and if there are any, it will create an Issue with a Pull Request compare link so you can create the PR and review it.
4545
The command called by the workflow is:

0 commit comments

Comments
 (0)