Skip to content

Commit 18eee48

Browse files
committed
rewording cert-manager Operator prereq
1 parent fe7e771 commit 18eee48

10 files changed

+14
-14
lines changed

modules/cert-manager-certificate-api-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.Prerequisites
1010

1111
* You have access to the cluster with `cluster-admin` privileges.
12-
* You have installed the {cert-manager-operator} 1.13.0 or later.
12+
* You have installed version 1.13.0 or later of the {cert-manager-operator}.
1313
1414
.Procedure
1515

modules/cert-manager-certificate-ingress.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.Prerequisites
1010

1111
* You have access to the cluster with `cluster-admin` privileges.
12-
* You have installed the {cert-manager-operator} 1.13.0 or later.
12+
* You have installed version 1.13.0 or later of the {cert-manager-operator}.
1313
1414
.Procedure
1515

@@ -57,7 +57,7 @@ $ oc create -f certificate.yaml
5757
.Verification
5858

5959
* Verify that the certificate is created and ready to use by running the following command:
60-
+
60+
+
6161
[source, terminal]
6262
----
6363
$ oc get certificate -w -n openshift-ingress

modules/cert-manager-configure-cloud-credentials-aws-non-sts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.Prerequisites
1010

11-
* You have installed the {cert-manager-operator} 1.11.1 or later.
11+
* You have installed version 1.11.1 or later of the {cert-manager-operator}.
1212
* You have configured the Cloud Credential Operator to operate in _mint_ or _passthrough_ mode.
1313
1414
.Procedure

modules/cert-manager-configure-cloud-credentials-gcp-non-sts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.Prerequisites
1010

11-
* You have installed the {cert-manager-operator} 1.11.1 or later.
11+
* You have installed version 1.11.1 or later of the {cert-manager-operator}.
1212
* You have configured the Cloud Credential Operator to operate in _mint_ or _passthrough_ mode.
1313
1414
.Procedure

modules/cert-manager-configure-cloud-credentials-gcp-sts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.Prerequisites
1010

1111
* You extracted and prepared the `ccoctl` binary.
12-
* The {cert-manager-operator} 1.11.1 or later is installed.
12+
* You have installed version 1.11.1 or later of the {cert-manager-operator}.
1313
* You have configured an {product-title} cluster with GCP Workload Identity by using the Cloud Credential Operator in a manual mode.
1414
1515
.Procedure

modules/cert-manager-configure-cpu-memory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ After installing the {cert-manager-operator}, you can configure the CPU and memo
1111
.Prerequisites
1212

1313
* You have access to the {product-title} cluster as a user with the `cluster-admin` role.
14-
* You have installed the {cert-manager-operator} 1.12.0 or later.
14+
* You have installed version 1.12.0 or later of the {cert-manager-operator}.
1515
1616
.Procedure
1717

modules/cert-manager-configuring-routes.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following steps demonstrate the process of utilizing the {cert-manager-opera
1010

1111
.Prerequisites
1212

13-
* You have installed the {cert-manager-operator} 1.14.0 or later.
13+
* You have installed version 1.14.0 or later of the {cert-manager-operator}.
1414
* You have enabled the `RouteExternalCertificate` feature gate.
1515
* You have the `create` and `update` permissions on the `routes/custom-host` sub-resource.
1616
* You have a `Service` resource that you want to expose.
@@ -123,7 +123,7 @@ $ oc patch route <route_name> \ # <1>
123123
.Verification
124124

125125
* Verify that the certificate is created and ready to use by running the following command:
126-
+
126+
+
127127
[source, terminal]
128128
----
129129
$ oc get certificate -n <namespace> <1>
@@ -132,15 +132,15 @@ $ oc get secret -n <namespace> <1>
132132
<1> Specify the namespace where both your secret and route reside.
133133
134134
* Verify that the router is using the referenced external certificate by running the following command. The command should return with the status code `200 OK`.
135-
+
135+
+
136136
[source, terminal]
137137
----
138138
$ curl -IsS https://<hostname> <1>
139139
----
140140
<1> Specify the hostname of your route.
141141
142142
* Verify the server certificate's `subject`, `subjectAltName` and `issuer` are all as expected from the curl verbose outputs by running the following command:
143-
+
143+
+
144144
[source, terminal]
145145
----
146146
$ curl -v https://<hostname> <1>

modules/cert-manager-enable-operand-log-level.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can set a log level for cert-manager to determine the verbosity of log messa
1111
.Prerequisites
1212

1313
* You have access to the cluster with `cluster-admin` privileges.
14-
* You have installed the {cert-manager-operator} 1.11.1 or later.
14+
* You have installed version 1.11.1 or later of the {cert-manager-operator}.
1515
1616
.Procedure
1717

modules/cert-manager-enable-operator-log-level.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can set a log level for the {cert-manager-operator} to determine the verbosi
1111
.Prerequisites
1212

1313
* You have access to the cluster with `cluster-admin` privileges.
14-
* You have installed the {cert-manager-operator} 1.11.1 or later.
14+
* You have installed version 1.11.1 or later of the {cert-manager-operator}.
1515
1616
.Procedure
1717

modules/cert-manager-override-flag-controller.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you uninstall the {cert-manager-operator} or delete certificate resources fro
1616
.Prerequisites
1717

1818
* You have access to the {product-title} cluster as a user with the `cluster-admin` role.
19-
* You have installed the {cert-manager-operator} 1.12.0 or later.
19+
* You have installed version 1.12.0 or later of the {cert-manager-operator}.
2020
2121
2222
.Procedure

0 commit comments

Comments
 (0)