Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/en/docs/faqs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For further context about the relationship between Kubebuilder and Operator SDK,
## Can I use the Kubebuilder docs?

Yes, you can use [https://book.kubebuilder.io/](https://book.kubebuilder.io/). Just keep in mind that when you see an instruction such as:
`$ kubebuilder <command>` you will use `$ operator-sdk <command>`.
`$ kubebuilder <command>` you will use `$ operator-sdk <command>`.

## Controller Runtime FAQ

Expand Down Expand Up @@ -154,5 +154,5 @@ SHELL := /bin/bash
[owner-references-permission-enforcement]: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#ownerreferencespermissionenforcement
[rbac-markers]: https://book.kubebuilder.io/reference/markers/rbac.html
[rbac]:https://kubernetes.io/docs/reference/access-authn-authz/rbac/
[scorecard-doc]: https://sdk.operatorframework.io/docs/advanced-topics/scorecard/
[scorecard-doc]: https://sdk.operatorframework.io/docs/testing-operators/scorecard/
[project-doc]: /docs/overview/project-layout
2 changes: 1 addition & 1 deletion website/content/en/docs/upgrading-sdk-version/v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following subcommands were removed:
| `operator-sdk migrate` | Removed support for hybrid operators, no migration | [#3385](https://github.com/operator-framework/operator-sdk/pull/3385)
| `operator-sdk print-deps` | Removed, no migration | [#3385](https://github.com/operator-framework/operator-sdk/pull/3385)
| `operator-sdk run local` | Use `make run` | [#3406](https://github.com/operator-framework/operator-sdk/pull/3406)
| `operator-sdk test` | Use controller-runtime's [envtest]https://book.kubebuilder.io/reference/envtest.html) framework | [#3409](https://github.com/operator-framework/operator-sdk/pull/3409)
| `operator-sdk test` | Use controller-runtime's [envtest](https://book.kubebuilder.io/reference/envtest.html) framework | [#3409](https://github.com/operator-framework/operator-sdk/pull/3409)

### Library changes

Expand Down