File tree 1 file changed +0
-36
lines changed
1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -1001,42 +1001,6 @@ endif::[]
1001
1001
xref:../install_config/router/default_haproxy_router.adoc#using-wildcard-routes[Learn
1002
1002
how to configure HAProxy routers to allow wildcard routes].
1003
1003
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
-
1040
1004
[[serving-static-files]]
1041
1005
== Serving Static Files
1042
1006
You can’t perform that action at this time.
0 commit comments