10.4. Contributing quick starts
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.yamlRun:
$ oc create -f my-quick-start.yaml- Update the YAML file using the guidance outlined in this documentation.
- Save your edits.
10.4.1. Viewing the quick start API documentation 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Procedure
To see the quick start API documentation, run:
$ oc explain consolequickstarts
Run oc explain -h for more information about oc explain usage.