Skip to content

Commit 5bc5858

Browse files
authored
Add a callout that paused resources can't be deleted (#717)
Signed-off-by: Pete Lumbis <[email protected]>
1 parent 7e4b4b9 commit 5bc5858

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

content/master/concepts/managed-resources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,15 @@ spec:
802802

803803
Remove the annotation to resume reconciliation.
804804

805+
{{<hint "important">}}
806+
Kubernetes and Crossplane can't delete resources with a `paused` annotation,
807+
even with `kubectl delete`.
808+
809+
Read
810+
[Crossplane discussion #4839](https://github.com/crossplane/crossplane/issues/4839)
811+
for more details.
812+
{{< /hint >}}
813+
805814
## Finalizers
806815
Crossplane applies a
807816
[Finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/)

content/v1.14/concepts/managed-resources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,15 @@ spec:
681681

682682
Remove the annotation to resume reconciliation.
683683

684+
{{<hint "important">}}
685+
Kubernetes and Crossplane can't delete resources with a `paused` annotation,
686+
even with `kubectl delete`.
687+
688+
Read
689+
[Crossplane discussion #4839](https://github.com/crossplane/crossplane/issues/4839)
690+
for more details.
691+
{{< /hint >}}
692+
684693
## Finalizers
685694
Crossplane applies a
686695
[Finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/)

content/v1.15/concepts/managed-resources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,15 @@ spec:
802802

803803
Remove the annotation to resume reconciliation.
804804

805+
{{<hint "important">}}
806+
Kubernetes and Crossplane can't delete resources with a `paused` annotation,
807+
even with `kubectl delete`.
808+
809+
Read
810+
[Crossplane discussion #4839](https://github.com/crossplane/crossplane/issues/4839)
811+
for more details.
812+
{{< /hint >}}
813+
805814
## Finalizers
806815
Crossplane applies a
807816
[Finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/)

0 commit comments

Comments
 (0)