Skip to content

Commit

Permalink
Fix a typo and a broken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
draghuram committed Dec 2, 2019
1 parent 746316d commit fdba716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Expand Up @@ -192,7 +192,7 @@ make deploy IMG=<some-registry>/<project-name>:tag
<h1>RBAC errors</h1>

If you encounter RBAC errors, you may need to grant yourself cluster-admin
privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBAC on GKE cluster v1.11.x and older][pre-rbc-gke] which may can be your case.
privileges or be logged in as admin. See [Prerequisites for using Kubernetes RBAC on GKE cluster v1.11.x and older][pre-rbc-gke] which may be your case.

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/reference/writing-tests.md
Expand Up @@ -3,7 +3,7 @@
Testing Kubernetes controller is a big subject, and the boilerplate testing
files generated for you by kubebuilder are fairly minimal.

[Writing and Running Integration Tests](/reference/testing/integration.md) documents steps to consider when writing integration steps for your controllers, and available options for configuring your test control plane using [`envtest`](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/envtest).
[Writing and Running Integration Tests](/reference/testing/envtest.md) documents steps to consider when writing integration steps for your controllers, and available options for configuring your test control plane using [`envtest`](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/envtest).

Until more documentation has been written, your best bet to get started is to look at some
existing examples, such as:
Expand Down

0 comments on commit fdba716

Please sign in to comment.