You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/olm_manifests.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,47 @@ assignees: ''
7
7
8
8
---
9
9
10
+
This is a list of steps you can follow to generate, install and test Operator Lifecycle Management (OLM) manifests for the Stackable Data Platform.
11
+
12
+
The manigest generation is fully automated for all operators except two: the `secret` and the `listener` operator. These two required manual intervention.
13
+
14
+
OLM manifests can be generated at any time and for any version of the operators (including `0.0.0-dev`) but it's specially needed after a platform release, to certify the new operator versions.
15
+
16
+
To generate manifests for a released version of the SDP, ensure that you checkout the appropriate branch of the operator repository and the openshift operator repository.
17
+
10
18
## Pre-requisites
11
19
12
-
TODO: stackable-utils, openshift cert repo, etc.
20
+
In addition to the usual development tools like `git` and `Python` you need to clone the following repositories, idealy in the same location (this guide assumes `$HOME/repo/stackable`):
21
+
22
+
*https://github.com/stackabletech/stackable-utils - contains utility scripts that you'll use below
23
+
*https://github.com/stackabletech/openshift-certified-operators - a fork used to submit SDP operators for certification
24
+
* Operator repositories that you intend to use like:
0 commit comments