You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kubectl delete provider command does not work properly,
we should rather use kubectl delete providers command
I even created a PR but I am facing issues while signing off the commit, kindly help regarding that as well, thank you.
PR link : #860
The command kubectl delete provider <provider_name> gives errors, the correct command to delete provider was kubectl delete providers <provider_name> replaced provider with providers.
I have attached the relevant screenshots.
The
kubectl delete provider
command does not work properly,we should rather use
kubectl delete providers
commandI even created a PR but I am facing issues while signing off the commit, kindly help regarding that as well, thank you.
PR link : #860
The command
kubectl delete provider <provider_name>
gives errors, the correct command to delete provider waskubectl delete providers <provider_name>
replaced provider with providers.I have attached the relevant screenshots.
kubectl delete provider
kubectl delete providers
URL: https://docs.crossplane.io/latest/software/uninstall/
The text was updated successfully, but these errors were encountered: