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
Copy file name to clipboardExpand all lines: docs/book/src/faq.md
+1-33Lines changed: 1 addition & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -158,36 +158,6 @@ type StructName struct {
158
158
- Users still receive error notifications from the Kubernetes API for invalid `timeField` values.
159
159
- Developers can directly use the parsed TimeField in their code without additional parsing, reducing errors and improving efficiency.
160
160
161
-
## How to build a bundle with Kubebuilder-based projects to be managed by OLM and/or published in OperatorHub.io?
162
-
163
-
You’ll need to create an [OLM bundle][olm-bundle-docs] to publish your operator.
164
-
You can use the [Operator SDK][operator-sdk] and the command `operator-sdk generate kustomize manifests` to generate the files.
165
-
After running the above command, you will find the `ClusterServiceVersion (CSV) ` in the path `config/manifests/bases/`. After that, you can run the bundle generation command:
0 commit comments