Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document how to uninstall KLT #1415

Closed
Tracked by #1297
StackScribe opened this issue May 15, 2023 · 3 comments
Closed
Tracked by #1297

document how to uninstall KLT #1415

StackScribe opened this issue May 15, 2023 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation stale

Comments

@StackScribe
Copy link
Contributor

StackScribe commented May 15, 2023

Add "Uninstall KLT" page to the Installation section. We should get this done then reference it from the Getting Started guides. If someone installed this into an existing cluster, they might want to remove it after doing the exercises. So I am adding this to the #1297 epic

Some notes:

kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io klc-mutating-webhook-configuration

NAMESPACE=monitoring
kubectl proxy &
kubectl get namespace $NAMESPACE -o json |jq '.spec = {"finalizers":[]}' >temp.json
curl -k -H "Content-Type: application/json" -X PUT --data-binary @temp.json 127.0.0.1:8001/api/v1/namespaces/$NAMESPACE/finalize

To check if a mutating web hook exists:
kubectl get mutatingwebhookconfigurations.admissionregistration.k8s.io

@agardnerIT
Copy link
Contributor

I believe helm would handle that for you automatically (if you used helm to install)

image

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be
closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added stale and removed stale labels Jul 18, 2023
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be
closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Sep 18, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation stale
Projects
Archived in project
Development

No branches or pull requests

2 participants