Closed mcanoy closed 4 years ago
Updates the script to give the user the option to use the oc client instead of certs. Assumes the user has the correct privileges. Leverages the oc client to get the users token and current server then makes the curl request.
old way (still available) leveraging certs:
bash fix-terminating.sh <cluster-url> <namespace>
optional new way
bash fix-terminating.sh -c <namespace>
Updates the script to give the user the option to use the oc client instead of certs. Assumes the user has the correct privileges. Leverages the oc client to get the users token and current server then makes the curl request.
old way (still available) leveraging certs:
optional new way