Skip to content

Commit 8ef60ff

Browse files
authored
Merge pull request #3874 from camilamacedo86/notefaq
📖 Add note to link Controller-Runtime FAQ page
2 parents 1fa30ee + cb99e6a commit 8ef60ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/book/src/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# FAQ
33

4+
<aside class="note">
5+
<h1> Controller-Runtime FAQ </h1>
6+
7+
Kubebuilder is developed on top of the [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
8+
and [controller-tools](https://github.com/kubernetes-sigs/controller-tools) libraries. We recommend you also check
9+
the [Controller-Runtime FAQ page](https://github.com/kubernetes-sigs/kubebuilder/issues/3873).
10+
</aside>
11+
12+
413
## How does the value informed via the domain flag (i.e. `kubebuilder init --domain example.com`) when we init a project?
514

615
After creating a project, usually you will want to extend the Kubernetes APIs and define new APIs which will be owned by your project. Therefore, the domain value is tracked in the [PROJECT][project-file-def] file which defines the config of your project and will be used as a domain to create the endpoints of your API(s). Please, ensure that you understand the [Groups and Versions and Kinds, oh my!][gvk].

0 commit comments

Comments
 (0)