Skip to content

Commit

Permalink
Add a callout that paused resources can't be deleted
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <[email protected]>
  • Loading branch information
plumbis committed Feb 16, 2024
1 parent c9b8afb commit e4c89f3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/master/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,15 @@ spec:

Remove the annotation to resume reconciliation.

{{<hint "important">}}
Kubernetes and Crossplane can't delete resources with a `paused` annotation,
even with `kubectl delete`.

Read
[Crossplane discussion #4839](https://github.com/crossplane/crossplane/issues/4839)
for more details.
{{< /hint >}}

## Finalizers
Crossplane applies a
[Finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/)
Expand Down
9 changes: 9 additions & 0 deletions content/v1.14/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,15 @@ spec:

Remove the annotation to resume reconciliation.

{{<hint "important">}}
Kubernetes and Crossplane can't delete resources with a `paused` annotation,
even with `kubectl delete`.

Read
[Crossplane discussion #4839](https://github.com/crossplane/crossplane/issues/4839)
for more details.
{{< /hint >}}

## Finalizers
Crossplane applies a
[Finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/)
Expand Down
9 changes: 9 additions & 0 deletions content/v1.15/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,15 @@ spec:

Remove the annotation to resume reconciliation.

{{<hint "important">}}
Kubernetes and Crossplane can't delete resources with a `paused` annotation,
even with `kubectl delete`.

Read
[Crossplane discussion #4839](https://github.com/crossplane/crossplane/issues/4839)
for more details.
{{< /hint >}}

## Finalizers
Crossplane applies a
[Finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/)
Expand Down

0 comments on commit e4c89f3

Please sign in to comment.