Contribute quick starts
Red Hat OpenShift Container Platform introduces the quick start custom resource, which is defined by a ConsoleQuickStart object. Operators and administrators can use this resource to contribute quick starts to the cluster.
Prerequisites
-
You must have cluster administrator privileges.
Procedure
-
To create a new quick start, run:
$ oc get -o yaml consolequickstart spring-with-s2i > my-quick-start.yaml -
Run:
$ oc create -f my-quick-start.yaml -
Update the YAML file using the guidance outlined in this documentation.
-
Save your edits.