Skip to content

Commit 99cfd7b

Browse files
OCPBUGS#35808: RukPak does not support FIPS
1 parent 377f831 commit 99cfd7b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

modules/olm-rukpak-about.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RukPak is a pluggable solution for packaging and distributing cloud-native conte
2121

2222
RukPak provides a content ecosystem for installing artifacts on a Kubernetes cluster. In {product-title} 4.16, RukPak supports {olmv0-first} bundles as artifacts. RukPak can then manage, scale, and upgrade these artifacts in a safe way to enable powerful cluster extensions.
2323

24+
include::snippets/olmv1-rukpak-does-not-support-fips.adoc[]
25+
2426
At its core, RukPak is a set of controllers and the `BundleDeployment` API. The API is packaged as a custom resource definition (CRD) that expresses what content to install on a cluster and how to create a running deployment of the content. The controllers watch for the API.
2527

2628
.Common terminology
@@ -34,4 +36,4 @@ A Git repository that contains a bundle within a directory
3436
Provisioner::
3537
Controllers that install and manage content on a Kubernetes cluster
3638
Bundle deployment::
37-
Generates deployed instances of a bundle
39+
Generates deployed instances of a bundle
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Text snippet included in the following assemblies:
2+
//
3+
// *
4+
//
5+
// Text snippet included in the following modules:
6+
//
7+
// *
8+
9+
:_mod-docs-content-type: SNIPPET
10+
11+
[WARNING]
12+
====
13+
RukPak, a Technology Preview component, does not support FIPS. In {product-title} {product-version}, {olmv1-first} depends on RukPak. As a result, RukPak and {olmv1} do not run on clusters with FIPS mode enabled.
14+
====

0 commit comments

Comments
 (0)