Skip to content

Commit b06366b

Browse files
Merge pull request #82372 from michaelryanpeter/OSDOCS-11121-remove-rukpak
OSDOCS#11121: [OLMv1] Remove references to RukPak and bundle deployments
2 parents 62483cf + b33ea69 commit b06366b

File tree

7 files changed

+4
-77
lines changed

7 files changed

+4
-77
lines changed
File renamed without changes.
File renamed without changes.

modules/olm-rukpak-provisioner.adoc renamed to _unused_topics/olm-rukpak-provisioner.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ Currently, the _registry provisioner_ is implemented and included with RukPak. A
1414
A provisioner is assigned a unique ID and is responsible for reconciling bundles and `BundleDeployment` objects with a `spec.provisionerClassName` field that matches that particular ID. For example, the registry provisioner is able to unpack a given `registry+v1` bundle onto a cluster and then instantiate it, making the content of the bundle available in the cluster.
1515

1616
A provisioner places a watch on `BundleDeployment` resources that refer to the provisioner explicitly. For a given bundle, the provisioner unpacks the contents of the bundle onto the cluster. Then, given a `BundleDeployment` resource referring to that bundle, the provisioner installs the bundle contents and is responsible for managing the lifecycle of those resources.
17-

modules/olmv1-finding-operators-to-install.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ $ curl -L http://localhost:8080/catalogs/redhat-operators/all.json \
4343

4444
. Run one of the following commands to return a list of Operators and extensions in a catalog.
4545
+
46-
include:snippets/olmv1-tp-extension-support.adoc[]
46+
[IMPORTANT]
47+
====
48+
include::snippets/olmv1-tp-extension-support.adoc[]
49+
====
4750
+
4851
* Get a list of all the Operators and extensions from the local catalog file by running the following command:
4952
+

modules/olmv1-installing-an-operator.adoc

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -240,65 +240,3 @@ The value of `False` in the `status` field indicates that the `reason: Deprecate
240240
`resolvedBundle.name`:: Displays the name of the resolved bundle.
241241
`resolvedBundle.version`:: Displays the version of the resolved bundle.
242242
====
243-
244-
. Get information about your bundle deployment by running the following command:
245-
+
246-
[source,terminal]
247-
----
248-
$ oc get bundleDeployment pipelines-operator -o yaml
249-
----
250-
+
251-
.Example output
252-
[%collapsible]
253-
====
254-
[source,text]
255-
----
256-
apiVersion: core.rukpak.io/v1alpha2
257-
kind: BundleDeployment
258-
metadata:
259-
creationTimestamp: "2024-06-10T17:50:58Z"
260-
finalizers:
261-
- core.rukpak.io/delete-cached-bundle
262-
generation: 1
263-
name: pipelines-operator
264-
ownerReferences:
265-
- apiVersion: olm.operatorframework.io/v1alpha1
266-
blockOwnerDeletion: true
267-
controller: true
268-
kind: ClusterExtension
269-
name: pipelines-operator
270-
uid: c54237be-cde4-46d4-9b31-d0ec6acc19bf
271-
resourceVersion: "53414"
272-
uid: 74367cfc-578e-4da0-815f-fe40f3ca5d1c
273-
spec:
274-
installNamespace: openshift-operators
275-
provisionerClassName: core-rukpak-io-registry
276-
source:
277-
image:
278-
ref: registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:dd3d18367da2be42539e5dde8e484dac3df33ba3ce1d5bcf896838954f3864ec
279-
type: image
280-
status:
281-
conditions:
282-
- lastTransitionTime: "2024-06-10T17:51:09Z"
283-
message: Successfully unpacked the image Bundle
284-
reason: UnpackSuccessful
285-
status: "True"
286-
type: Unpacked
287-
- lastTransitionTime: "2024-06-10T17:51:10Z"
288-
message: Instantiated bundle pipelines-operator successfully
289-
reason: InstallationSucceeded
290-
status: "True"
291-
type: Installed
292-
- lastTransitionTime: "2024-06-10T17:51:19Z"
293-
message: BundleDeployment is healthy
294-
reason: Healthy
295-
status: "True"
296-
type: Healthy
297-
contentURL: https://core.openshift-rukpak.svc/bundles/pipelines-operator.tgz
298-
observedGeneration: 1
299-
resolvedSource:
300-
image:
301-
ref: registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:dd3d18367da2be42539e5dde8e484dac3df33ba3ce1d5bcf896838954f3864ec
302-
type: image
303-
----
304-
====

operators/understanding/olm-packaging-format.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,3 @@ For instructions about creating file-based catalogs by using the `opm` CLI, see
7272
For reference documentation about the `opm` CLI commands related to managing file-based catalogs, see xref:../../cli_reference/opm/cli-opm-ref.adoc#cli-opm-ref[CLI tools].
7373
7474
include::modules/olm-fb-catalogs-automation.adoc[leveloffset=+2]
75-
76-
// Tech Preview features should not be included in ROSA/OSD.
77-
ifndef::openshift-dedicated,openshift-rosa[]
78-
include::modules/olm-rukpak-about.adoc[leveloffset=+1]
79-
[role="_additional-resources"]
80-
.Additional resources
81-
82-
* xref:../../operators/olm_v1/index.adoc#olmv1-about[About {olmv1} (Technology Preview)]
83-
* xref:../../operators/understanding/olm-packaging-format.adoc#olm-bundle-format_olm-packaging-format[{olmv0-caps} bundle format]
84-
85-
include::modules/olm-rukpak-provisioner.adoc[leveloffset=+2]
86-
include::modules/olm-rukpak-bd.adoc[leveloffset=+2]
87-
endif::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)