Skip to content

Commit be7a04a

Browse files
authored
Fix order of uninstall steps (#149)
1 parent 028c6f1 commit be7a04a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.KubeConEU25/UNINSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ kubectl delete clusterrole mlbatch-edit
2323
helm uninstall -n scheduler-plugins scheduler-plugins
2424
kubectl delete ns scheduler-plugins
2525

26-
helm uninstall -n nfs-provisioner pokprod
27-
kubectl delete ns nfs-provisioner
28-
2926
helm uninstall -n autopilot autopilot
3027
kubectl delete ns autopilot
3128

3229
helm uninstall -n prometheus kube-prometheus-stack
3330
helm delete pvc -n prometheus --all
3431
kubectl delete ns prometheus
3532

33+
helm uninstall -n nfs-provisioner pokprod
34+
kubectl delete ns nfs-provisioner
35+
3636
# OpenShift-specific steps
3737

3838
oc adm policy remove-scc-from-user hostmount-anyuid \

0 commit comments

Comments
 (0)