1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

removing fips warning for metering

This commit is contained in:
Kevin Lamenzo
2020-03-03 13:55:15 -05:00
parent 20c4b08338
commit fc304d0862

View File

@@ -7,13 +7,6 @@ toc::[]
Review the following sections before installing metering into your cluster.
[WARNING]
====
Installing Metering on an {product-title} cluster that uses FIPS validated / Implementation Under Test cryptographic libraries with TLS will fail while attempting to generate TLS certificates for the user.
See link:https://bugzilla.redhat.com/show_bug.cgi?id=1787745[BZ#1787745] for details.
====
To get started installing metering, first install the Metering Operator from OperatorHub. Next, configure your instance of metering by creating a `CustomResource`, referred to here as your MeteringConfig. Installing the Metering Operator creates a default MeteringConfig that you can modify using the examples in the documentation. After creating your MeteringConfig, install the metering stack. Last, verify your installation.
include::modules/metering-install-prerequisites.adoc[leveloffset=+1]