We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18d04d commit e414c3dCopy full SHA for e414c3d
content/v1.18/software/uninstall.md
@@ -138,10 +138,10 @@ NAME INSTALLED HEALTHY PACKAGE
138
upbound-provider-aws True True xpkg.upbound.io/upbound/provider-aws:v1.0.0 8h
139
```
140
141
-Remove the installed _providers_ with `kubectl delete provider`.
+Remove the installed _providers_ with `kubectl delete providers`.
142
143
```shell
144
-kubectl delete provider upbound-provider-aws
+kubectl delete providers upbound-provider-aws
145
146
147
## Uninstall the Crossplane deployment
@@ -180,4 +180,4 @@ kube-flannel Active 2m42s
180
kube-node-lease Active 2m47s
181
kube-public Active 2m47s
182
kube-system Active 2m47s
183
-```
+```
0 commit comments