Skip to content

Commit 0548c0a

Browse files
committed
Update README dev setup and clean lockfile
Use oc get route for inventory/services hosts in Quick Start and bump local console image to 4.22. Remove unused @emnapi optional deps from lockfile. Resolves: None Signed-off-by: Joachim Schuler <jdh.schuler@gmail.com>
1 parent b180078 commit 0548c0a

2 files changed

Lines changed: 3 additions & 40 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ With a user logged in to an OpenShift cluster with the Forklift Operator availab
4141

4242
```bash
4343
# Set environment variables for your cluster
44-
export INVENTORY_SERVER_HOST=https://virt-konveyor-forklift.apps.<your-cluster-address>
45-
export SERVICES_API_SERVER_HOST=https://virt-konveyor-forklift.apps.<your-cluster-address>
46-
export CONSOLE_IMAGE=quay.io/openshift/origin-console:4.19
44+
export INVENTORY_SERVER_HOST=$(oc get route -n openshift-mtv forklift-inventory -o jsonpath='https://{.spec.host}')
45+
export SERVICES_API_SERVER_HOST=$(oc get route -n openshift-mtv forklift-services -o jsonpath='https://{.spec.host}')
46+
export CONSOLE_IMAGE=quay.io/openshift/origin-console:4.22
4747

4848
# Start the local console server (serves at http://localhost:9000)
4949
npm run console

package-lock.json

Lines changed: 0 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)