Skip to content

Commit f2628e4

Browse files
authored
Fix running FC UI as an OCP plugin (#307)
1 parent beedffc commit f2628e4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,16 @@ or provide the CA certs:
4242

4343
### Running UI as OCP plugin
4444

45+
With this option, the Flight Control UI will run as a Plugin in the OCP console.
46+
**Note**: this setup is only for development, do not use it in Production environments!
47+
4548
Login to OCP cluster and run:
4649

4750
```
4851
npm run dev:ocp
4952
```
53+
54+
By default, the latest available OpenShift console image will be used. To specify a different console version, set the `CONSOLE_VERSION` environment variable.
55+
56+
The following console versions are confirmed to be compatible: 4.16 to 4.20.
57+

0 commit comments

Comments
 (0)