Skip to content

Commit 138abdd

Browse files
authored
Merge pull request #7489 from ahardin-rh/remove-enabling-TP-features
Removed Enabling Features from TP section
2 parents 07def2b + f83e10c commit 138abdd

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

install_config/web_console_customization.adoc

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,42 +1001,6 @@ endif::[]
10011001
xref:../install_config/router/default_haproxy_router.adoc#using-wildcard-routes[Learn
10021002
how to configure HAProxy routers to allow wildcard routes].
10031003

1004-
[[web-console-enable-tech-preview-feature]]
1005-
== Enabling Features in Technology Preview
1006-
1007-
Sometimes features are available in Technology Preview. By default, these
1008-
features are disabled and hidden in the web console.
1009-
1010-
To enable a Technology Preview feature:
1011-
1012-
. Save this script to a file (for example, *_tech-preview.js_*):
1013-
+
1014-
[source, javascript]
1015-
----
1016-
window.OPENSHIFT_CONSTANTS.ENABLE_TECH_PREVIEW_FEATURE.<feature_name> = true;
1017-
----
1018-
1019-
. Add it to the master configuration file:
1020-
+
1021-
[source, javascript]
1022-
----
1023-
assetConfig:
1024-
...
1025-
extensionScripts:
1026-
- /path/to/tech-preview.js
1027-
----
1028-
1029-
. Restart the master host:
1030-
+
1031-
----
1032-
ifdef::openshift-origin[]
1033-
# systemctl restart origin-master
1034-
endif::[]
1035-
ifdef::openshift-enterprise[]
1036-
# systemctl restart atomic-openshift-master
1037-
endif::[]
1038-
----
1039-
10401004
[[serving-static-files]]
10411005
== Serving Static Files
10421006

0 commit comments

Comments
 (0)