Skip to content

Commit

Permalink
Merge pull request #1560 from jlandowner/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix invalid URL to Kubernetes reference docs in Using Finalizers
  • Loading branch information
k8s-ci-robot committed Jun 14, 2020
2 parents 448b384 + 050a68a commit 703e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/using-finalizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ say you create an external resource (such as a storage bucket) for each object o
your API type, and you want to delete the associated external resource
on object's deletion from Kubernetes, you can use a finalizer to do that.

You can read more about the finalizers in the [Kubernetes reference docs](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#finalizers). The section below demonstrates how to register and trigger pre-delete hooks
You can read more about the finalizers in the [Kubernetes reference docs](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#finalizers). The section below demonstrates how to register and trigger pre-delete hooks
in the `Reconcile` method of a controller.

The key point to note is that a finalizer causes "delete" on the object to become
Expand Down

0 comments on commit 703e5f6

Please sign in to comment.