Uninstalling User Data Services in an air-gapped environment
This version of documentation is no longer updated. For the latest information, see the following links:
- Continuous Delivery (CD) documentation
- Support Cycle-2 (SC-2) documentation
Uninstall User Data Services from the cluster that has no internet connectivity.
-
Delete the Analytics Proxy CR instance.
cloudctl case launch \ --case $CASE_LOCAL_PATH_UDS \ --namespace $NAMESPACE \ --inventory operator \ --action delete-custom-resources -
Run the following command to uninstall the catalog.
cloudctl case launch \ --case ${OFFLINEDIR}/ibm-uds-<UDS_version>.tgz \ --inventory operatorSetup \ --action uninstall-catalog \ --namespace ${NAMESPACE} \ --args "--registry ${LOCAL_DOCKER_REGISTRY}:5000 \ --user ${LOCAL_DOCKER_USER} --pass ${LOCAL_DOCKER_PASSWORD} \ --inputDir ${OFFLINEDIR}" -
Verify that the
CatalogSourceis removed.oc get pods -n openshift-marketplace oc get catalogsource -n openshift-marketplace