Env:
OCP: 4.9.31
openshift-gitops-operator.v1.5.0
1. Proposed title of this feature request:
Remove/Deactivate unused additional routes in openshift-gitops namespace
2. What is the nature and description of the request?
Installation of the openshift-gitops-operator creates "KAM" and "cluster" routes.
So client wants a way to deactivate/remove these routes as they don't seem to be as useful. There should be an option provided to disable "kam" server installation
The only needed route is the openshift-gitops-server route.
3. Why does the customer need this?
Following is the update from the client:
We dont think it is professional to run a redhat demo page under a production url with a untrusted self sign certificate if it is not necessarily needed.
4. For each functional requirement listed in question 4, specify how Red Hat
and the customer can test to confirm the requirement is successfully implemented.
1. Install "openshift-gitops-operator" from the OCP console
2. Once the installation is completed access the go-to "openshift-gitops" project via cli.
3. Use the following command to check the routes under openshift-gitops project:
$ oc get routes
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD kam kam-openshift-gitops.apps.testawsocp.domain.com kam 8443 passthrough/None None openshift-gitops-server openshift-gitops-server-openshift-gitops.apps.testawsocp.domain.com openshift-gitops-server https passthrough/Redirect None
Note: As per the update from the Engineering team the kam route pointing to an RHEL test page is a bug that was fixed but wasn't included in the release.
The fix will be considered for the upcoming release.
Appreciate your kind co-operation.