Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion content/master/guides/uninstall-crossplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,24 @@ kube-flannel Active 2m42s
kube-node-lease Active 2m47s
kube-public Active 2m47s
kube-system Active 2m47s
```
```

{{<hint "warning" >}}
Custom Resource Definitions (CRDs) aren't automatically removed by `helm uninstall`.

CRDs with names ending in `*.crossplane.io` remain in your cluster after uninstalling Crossplane.

If desired, manually delete these CRDs:

```shell
# View remaining Crossplane CRDs
kubectl get crd | grep crossplane.io

# Example: Delete a specific CRD
kubectl delete crd providers.pkg.crossplane.io
```

{{<hint "important" >}}
Deleting CRDs removes all custom resources of that type. Ensure no important data exists before deletion.
{{< /hint >}}
{{< /hint >}}
22 changes: 21 additions & 1 deletion content/v1.19/software/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,24 @@ kube-flannel Active 2m42s
kube-node-lease Active 2m47s
kube-public Active 2m47s
kube-system Active 2m47s
```
```

{{<hint "warning" >}}
Custom Resource Definitions (CRDs) aren't automatically removed by `helm uninstall`.

CRDs with names ending in `*.crossplane.io` remain in your cluster after uninstalling Crossplane.

If desired, manually delete these CRDs:

```shell
# View remaining Crossplane CRDs
kubectl get crd | grep crossplane.io

# Example: Delete a specific CRD
kubectl delete crd providers.pkg.crossplane.io
```

{{<hint "important" >}}
Deleting CRDs removes all custom resources of that type. Ensure no important data exists before deletion.
{{< /hint >}}
{{< /hint >}}
22 changes: 21 additions & 1 deletion content/v1.20/software/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,24 @@ kube-flannel Active 2m42s
kube-node-lease Active 2m47s
kube-public Active 2m47s
kube-system Active 2m47s
```
```

{{<hint "warning" >}}
Custom Resource Definitions (CRDs) aren't automatically removed by `helm uninstall`.

CRDs with names ending in `*.crossplane.io` remain in your cluster after uninstalling Crossplane.

If desired, manually delete these CRDs:

```shell
# View remaining Crossplane CRDs
kubectl get crd | grep crossplane.io

# Example: Delete a specific CRD
kubectl delete crd providers.pkg.crossplane.io
```

{{<hint "important" >}}
Deleting CRDs removes all custom resources of that type. Ensure no important data exists before deletion.
{{< /hint >}}
{{< /hint >}}
22 changes: 21 additions & 1 deletion content/v2.0/guides/uninstall-crossplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,24 @@ kube-flannel Active 2m42s
kube-node-lease Active 2m47s
kube-public Active 2m47s
kube-system Active 2m47s
```
```

{{<hint "warning" >}}
Custom Resource Definitions (CRDs) aren't automatically removed by `helm uninstall`.

CRDs with names ending in `*.crossplane.io` remain in your cluster after uninstalling Crossplane.

If desired, manually delete these CRDs:

```shell
# View remaining Crossplane CRDs
kubectl get crd | grep crossplane.io

# Example: Delete a specific CRD
kubectl delete crd providers.pkg.crossplane.io
```

{{<hint "important" >}}
Deleting CRDs removes all custom resources of that type. Ensure no important data exists before deletion.
{{< /hint >}}
{{< /hint >}}