Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: Fix link to the envtest documentation in the v1.0.0 migration g…
…uide (#5100)

* Update the v1.0.0.md migration guide and ensure the link to the envtest
documentation is correctly formatted.
* Fix broken scorecard link

Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Aug 2, 2021
1 parent 65480f4 commit 820764f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/faqs/_index.md
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
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

0 comments on commit 820764f

Please sign in to comment.