Skip to content

Commit e414c3d

Browse files
authored
Updated delete providers command
Signed-off-by: Yash Gupta <[email protected]>
1 parent b18d04d commit e414c3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v1.18/software/uninstall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ NAME INSTALLED HEALTHY PACKAGE
138138
upbound-provider-aws True True xpkg.upbound.io/upbound/provider-aws:v1.0.0 8h
139139
```
140140

141-
Remove the installed _providers_ with `kubectl delete provider`.
141+
Remove the installed _providers_ with `kubectl delete providers`.
142142

143143
```shell
144-
kubectl delete provider upbound-provider-aws
144+
kubectl delete providers upbound-provider-aws
145145
```
146146

147147
## Uninstall the Crossplane deployment
@@ -180,4 +180,4 @@ kube-flannel Active 2m42s
180180
kube-node-lease Active 2m47s
181181
kube-public Active 2m47s
182182
kube-system Active 2m47s
183-
```
183+
```

0 commit comments

Comments
 (0)