July 2018
Intermediate to advanced
504 pages
11h 34m
English
We are going to use a template from the OpenShift demos that are available at https://raw.githubusercontent.com/OpenShiftDemos/gogs-openshift-docker/master/openshift/gogs-template.yaml:
Let's download this template locally using the following command:
# curl -O https://raw.githubusercontent.com/OpenShiftDemos/gogs-openshift-docker/master/openshift/gogs-template.yaml
According to the preceding output, most parameters have a default value (except for the HOSTNAME parameter). If you need to list parameters separately, you can use the following command:
# oc process --parameters -f gogs-template.yamlNAME DESCRIPTION GENERATOR VALUEAPPLICATION_NAME The name for the application. gogs... <output omitted>...
Read now
Unlock full access