-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
3
-
False
-
-
False
-
Konflux
-
-
[3318064346] Upstream Reporter: Francesco Ilario
Upstream issue status: Open
Upstream description:
- Summary
The UI is trying to fetch snapshots from KubeArchive. KubeArchive is not deployed as part of `konflux-ci`. The UI should be configured to avoid making this call.
- Reproduce
1. Install konflux following the [documentation](https://github.com/konflux-ci/konflux-ci/blob/main/README.md#bootstrapping-the-cluster)
2. Log in as `user1@konflux.dev` at https://localhost:9443
3. Open browser's Web Developer Tools and select the Network Traffic tab
4. Open https://localhost:9443/ns/user-ns1/applications/sample-component/snapshots
- Expected result
No request is made to KubeArchive
- Obtained result
Calls to https://localhost:9443/api/k8s/plugins/kubearchive/apis/appstudio.redhat.com/v1alpha1/namespaces/user-ns1/snapshots are present
- links to