Skip to content

How I can uninstall a KongPlugin/KongClusterPlugin #1834

Answered by shaneutt
shahamit asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shahamit,

If these were originally deployed with manifest files (e.g. kubectl apply -f plugins.yaml) you can delete them each by name:

$ kubectl -n kong delete kongplugin <name>

However keep in mind that operation is permanent.

If you deployed these plugins some other way (such as using some management system like helm with your own personal helm chart) then deleting them directly may not be correct and you would want to figure out the correct cleanup methods for your deployment tool.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@shahamit
Comment options

Answer selected by shahamit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants