Prerequisites
It is the administrator's responsibility to have the Openshift cluster set up and be ready for deployment. Edit the reference deployment file docker-deploy/gcp/openshift/manifest-single-zone.json
Below are the cluster level properties:
- "tml_cluster_name": "API Management - Local Edition Gateway Reference Cluster",
- "tml_cluster_mode": "untethered",
- "tml_zones": ["local"]
Make sure you specify valid value for "tml_cluster_mode". Only 2 values are valid:
- tethered : In this mode,
Local Edition gets the configuration data from TIBCO API Management cloud (You need to have MOM Key and Secret in this mode).
- untethered : In this mode, you configure data through
Local Edition config manager UI.
Note:
- Cluster deployment requires removing the
anyuid security context constraint from the service account if already present.
- To remove
anyuid context run the following:
oc adm policy remove-scc-from-user anyuid <service_account>