July 2018
Intermediate to advanced
504 pages
11h 34m
English
If you are familiar with the template layout, you might want to develop a template from scratch, using a standard YAML or JSON-based file. This method will allow you to create a clean template, without any runtime data.
Some of OpenShift's features may speed up the process of template development. For example, oc explain allows you to explore the syntax of all OpenShift API objects, serving as a form of documentation.
If given no parameters, oc explain lists all of the kinds of resources supported by the current version of OpenShift:
# oc explainYou must specify the type of resource to explain. Valid resource types include: * all * buildconfigs (aka 'bc') * builds * certificatesigningrequests (aka ...
Read now
Unlock full access