Open Cluster Management - Search UI
Important: Make sure your oc
client is configured to your OCP cluster (oc login
), the token must be valid to run this app locally.
- Node.js v14.x.x
- OpenShift 4.x.x cluster
- Open Cluster Management installed on your OCP cluster
- Clone this repository
- From the root directory, run
npm ci
- Log into you OCP env using
oc login
- Run the setup script
./setup.sh
- From the root directory, run
npm start
- In your browser, go to
http://localhost:3000/search
If you encounter a situation where the UI seems to be stuck in an authentication loop. Check your browsers cookies and besuer all the acm cookies have been removed. To do this (in chrome):
- Navigate to https://localhost - should see a "This site can’t be reached" error page
- Open browsers dev tools
- Go to the application tab
- Click on the https://localhost cookie option in the left nav.
- Delete all the existing cookies