F5Networks / k8s-bigip-ctlr

Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Apache License 2.0
364 stars 195 forks source link

uninstallation instructions for Openshift operator #3626

Open mikeoleary opened 3 weeks ago

mikeoleary commented 3 weeks ago

Setup Details

Build: f5networks/k8s-bigip-ctlr:latest
Orchestration: OSCP

Description

Customer is asking for uninstallation instructions for Openshift operator. Our documentation for operator installation does not cover uninstallation.

The trigger for this question was that after uninstallation, the customer still saw references to F5 BIG-IP. For example, the JSON output of a Route object showed that .status.ingress[0].routerName was "F5 BIG-IP".

If this is a non-issue, please advise. If uninstallation of Operator is simply "click uninstall button", then please advise, thank you!

Expected Result

Uninstallation instructions included in docs

Actual Result

Uninstallation instructions are not included in docs

AlainPlante commented 3 weeks ago

Thanks Mike. Hopefully someone will have ran into the issue.

the route is local to openshift running in azure. No config left on the F5

trinaths commented 2 weeks ago

Created CONTCNTR-4972 for internal tracking.

mikeoleary commented 2 weeks ago

@trinaths , FYI, this customer was able to just clean up the status on the Route that referred to a Router that no longer exists.

Red Hat have a solution and even a clean up script: https://access.redhat.com/solutions/5918171

So this is not high priority and is more of a clean-up issue on the Openshift side.