Uninstalling User Data Services in an air-gapped environment
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
CatalogSource
is removed.oc get pods -n openshift-marketplace oc get catalogsource -n openshift-marketplace