You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,16 @@ or provide the CA certs:
42
42
43
43
### Running UI as OCP plugin
44
44
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
+
45
48
Login to OCP cluster and run:
46
49
47
50
```
48
51
npm run dev:ocp
49
52
```
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.
0 commit comments