Skip to content

Commit 88c9da7

Browse files
authored
Merge branch 'openshift:main' into include-by-tag-suggestion
2 parents 7acd18c + b531375 commit 88c9da7

File tree

753 files changed

+12671
-5121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

753 files changed

+12671
-5121
lines changed

.s2i/httpd-cfg/01-commercial.conf

+24-19
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,15 @@ AddType text/vtt vtt
147147
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72|3\.73|3\.74|4\.0|4\.1|4\.2|4\.3)/?$ /acs/$1/welcome/index.html [L,R=301]
148148
#redirect for 4.0 Manage vulneribility page
149149
RewriteRule ^(acs/(?:4\.0/)?)?operating/manage-vulnerabilities\.html$ /acs/4.0/operating/manage-vulnerabilities/vulnerability-management.html [NE,R=301]
150+
#redirect for missing 4.3 page
151+
RewriteRule ^(acs/(?:4\.3/)?)?installing/acs-installation-platforms\.html$ /acs/4.3/installing/acs-high-level-overview.html [NE,R=301]
150152

151153
# remove aro docs to just the welcome page
152154
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
153155

154156
# Redirects for "latest" version
155157
RewriteRule ^(container-platform|enterprise)/?$ /container-platform/latest [R=301]
156-
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.14/$2 [NE,R=301]
158+
RewriteRule ^(container-platform|enterprise)/latest/?(.*)$ /container-platform/4\.15/$2 [NE,R=301]
157159
RewriteRule ^(online)/(3\.0|3\.1|3\.2|3\.3|3\.4|3\.5|3\.6|3\.7|3\.9|3\.10|3\.11|latest)/?(.*)$ /$1/pro/$3 [NE,R=301]
158160

159161
# Release notes redirects
@@ -176,6 +178,9 @@ AddType text/vtt vtt
176178
RewriteRule ^(rosa|dedicated)/logging/config/cluster-logging-moving-nodes.html /$1/logging/scheduling_resources/logging-node-selectors.html [NE,R=302]
177179
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/logging/config/cluster-logging-log-store.html /container-platform/$1/logging/log_storage/logging-config-es-store.html [NE,R=302]
178180

181+
# Redirects for observability rework per https://github.com/openshift/openshift-docs/pull/71248
182+
RewriteRule ^container-platform/4.14/power_monitoring/(.*)$ /container-platform/4.14/observability/power_monitoring/$1 [NE,R=302,L]
183+
179184
# Redirect for log collection forwarding per https://github.com/openshift/openshift-docs/pull/64406
180185
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/config/cluster-logging-collector.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-collector.html [NE,R=302]
181186
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/cluster-logging-eventrouter.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-eventrouter.html [NE,R=302]
@@ -224,22 +229,22 @@ AddType text/vtt vtt
224229
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12)/serverless/develop/serverless-traffic-management.html /container-platform/$1/serverless/knative-serving/traffic-splitting/traffic-splitting-overview.html [NE,R=302]
225230

226231

227-
# redirect latest to 1.31
232+
# redirect latest to 1.32
228233
RewriteRule ^serverless/?$ /serverless/latest [R=302]
229-
RewriteRule ^serverless/latest/?(.*)$ /serverless/1\.31/$1 [NE,R=302]
234+
RewriteRule ^serverless/latest/?(.*)$ /serverless/1\.32/$1 [NE,R=302]
230235

231236
# redirect top-level without filespec to the about file
232-
RewriteRule ^serverless/(1\.28|1\.29|1\.30|1\.31)/?$ /serverless/$1/about/about-serverless.html [L,R=302]
237+
RewriteRule ^serverless/(1\.28|1\.29|1\.30|1\.31|1\.32)/?$ /serverless/$1/about/about-serverless.html [L,R=302]
233238

234239
# redirect rel notes
235-
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/serverless/serverless-release-notes.html$ /serverless/1.31/about/serverless-release-notes.html [L,R=302]
236-
RewriteRule ^(rosa|dedicated)/serverless/serverless-release-notes.html$ /serverless/1.31/about/serverless-release-notes.html [L,R=302]
240+
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/serverless/serverless-release-notes.html$ /serverless/1.32/about/serverless-release-notes.html [L,R=302]
241+
RewriteRule ^(rosa|dedicated)/serverless/serverless-release-notes.html$ /serverless/1.32/about/serverless-release-notes.html [L,R=302]
237242

238243
# redirect any links to existing OCP embedded content to standalone equivalent
239-
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/serverless/?(.*)$ /serverless/1.31/$2 [L,R=302]
244+
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/serverless/?(.*)$ /serverless/1.32/$2 [L,R=302]
240245

241246
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
242-
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.31/$2 [L,R=302]
247+
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.32/$2 [L,R=302]
243248

244249
# redirect builds latest to 1.0
245250
RewriteRule ^builds/?$ /builds/latest [R=302]
@@ -249,7 +254,7 @@ AddType text/vtt vtt
249254
RewriteRule ^builds/(1\.0)/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
250255

251256
# Builds using Shipwright landing page
252-
RewriteRule ^container-platform/(4\.14|4\.15)/cicd/builds_using_shipwright/overview-openshift-builds.html /builds/latest/about/overview-openshift-builds.html [L,R=302]
257+
RewriteRule ^container-platform/(4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/builds_using_shipwright/overview-openshift-builds.html /builds/latest/about/overview-openshift-builds.html [L,R=302]
253258

254259
# redirect gitops latest to 1.11
255260
RewriteRule ^gitops/?$ /gitops/latest [R=302]
@@ -259,7 +264,7 @@ AddType text/vtt vtt
259264
RewriteRule ^gitops/(1\.8|1\.9|1\.10|1\.11)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
260265

261266
# GitOps landing page
262-
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/cicd/gitops/about-redhat-openshift-gitops.html /gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
267+
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/gitops/about-redhat-openshift-gitops.html /gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
263268

264269
# redirect any links to existing OCP embedded content to standalone equivalent for each assembly
265270
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/cicd/gitops/gitops-release-notes.html/ /gitops/latest/release_notes/gitops-release-notes.html [L,R=302]
@@ -287,11 +292,11 @@ AddType text/vtt vtt
287292

288293
# Pipelines handling unversioned and latest links
289294
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
290-
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.13/$1 [NE,R=302]
295+
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.14/$1 [NE,R=302]
291296

292297
# Pipelines landing page
293298

294-
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12|4\.13|4\.14)/cicd/pipelines/about-pipelines.html /pipelines/latest/about/about-pipelines.html [NE,R=302]
299+
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/pipelines/about-pipelines.html /pipelines/latest/about/about-pipelines.html [NE,R=302]
295300

296301
# redirect links to existing OCP embedded Pipelines content to standalone equivalent for each assembly
297302
# except the one recently renamed for now
@@ -315,7 +320,7 @@ AddType text/vtt vtt
315320
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/cicd/pipelines/securing-webhooks-with-event-listeners.html /pipelines/latest/secure/securing-webhooks-with-event-listeners.html [L,R=302]
316321

317322
# redirect top-level without filespec to the about file
318-
RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
323+
RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13|1\.14)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
319324

320325

321326
# OSD redirects for new content
@@ -431,22 +436,22 @@ AddType text/vtt vtt
431436
RewriteRule ^container-platform/(4\.4|4\.5)/authentication/(allowing-javascript-access-api-server|encrypting-etcd|certificate-types-descriptions)\.html$ /container-platform/$1/security/$2\.html [NE,R=301]
432437

433438

434-
# The following rule prevents an infinite redirect loop when browsing to /container-platform/4.14/virt/about_virt/about-virt.html
435-
# RewriteRule ^container-platform/4\.14/virt/about_virt/about-virt.html$ - [L]
439+
# The following rule prevents an infinite redirect loop when browsing to /container-platform/4.15/virt/about_virt/about-virt.html
440+
# RewriteRule ^container-platform/4\.15/virt/about_virt/about-virt.html$ - [L]
436441

437442
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
438443
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
439444
# Pay mind to the redirect directly above this which prevents redirect loops.
440445
# To activate the redirects, uncomment the next and previous lines and update the version number to the pending release.
441446

442-
# RewriteRule container-platform/4\.14/virt/(?!about-virt\.html)(.+)$ /container-platform/4.14/virt/about_virt/about-virt.html [NE,R=302]
447+
# RewriteRule container-platform/4\.15/virt/(?!about-virt\.html)(.+)$ /container-platform/4.15/virt/about_virt/about-virt.html [NE,R=302]
443448

444449

445450
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.
446451
# When uncommented, this redirects all `windows_containers` directory traffic to the /windows_containers/index.html page.
447452
# To activate the redirects, uncomment the next line and update the version number to the pending release.
448-
# RewriteRule container-platform/4\.14/windows_containers/(?!index\.html)(.+)$ /container-platform/4.14/windows_containers/index.html [NE,R=302]
449-
# RewriteRule ^container-platform/4\.14/support/troubleshooting/troubleshooting-windows-container-workload-issues\.html(.*)$ /container-platform/4.14/windows_containers/index.html [NE,R=302]
453+
# RewriteRule container-platform/4\.15/windows_containers/(?!index\.html)(.+)$ /container-platform/4.15/windows_containers/index.html [NE,R=302]
454+
# RewriteRule ^container-platform/4\.15/support/troubleshooting/troubleshooting-windows-container-workload-issues\.html(.*)$ /container-platform/4.15/windows_containers/index.html [NE,R=302]
450455

451456
# Serverless Redirects
452457
RewriteRule container-platform/(4\.5|4\.6)/serverless/knative_eventing/(serverless-subscriptions\.html|serverless-channels\.html|serverless-subscriptions\.html) /container-platform/$1/serverless/event_workflows/serverless-channels.html [NE,R=301]
@@ -588,7 +593,7 @@ AddType text/vtt vtt
588593
RewriteRule ^rosa/?$ /rosa/welcome/index.html [L,R=301]
589594
RewriteRule ^enterprise/(3\.0|3\.1|3\.2)/?$ /enterprise/$1/welcome/index.html [L,R=301]
590595
RewriteRule ^enterprise/3\.3/?$ /container-platform/3.3/welcome/index.html [L,R=301]
591-
RewriteRule ^container-platform/(3\.3|3\.4|3\.5|3\.6|3\.7|3\.9|3\.10|3\.11|4\.1|4\.2|4\.3|4\.4|4\.5|4\.6|4\.7|4\.8|4\.9|4\.10|4\.11|4\.12|4\.13|4\.14)/?$ /container-platform/$1/welcome/index.html [L,R=301]
596+
RewriteRule ^container-platform/(3\.3|3\.4|3\.5|3\.6|3\.7|3\.9|3\.10|3\.11|4\.1|4\.2|4\.3|4\.4|4\.5|4\.6|4\.7|4\.8|4\.9|4\.10|4\.11|4\.12|4\.13|4\.14|4\.15)/?$ /container-platform/$1/welcome/index.html [L,R=301]
592597
RewriteRule ^container-platform-ocp/(4\.3|4\.4|4\.8)/?$ /container-platform-ocp/$1/welcome/index.html [L,R=301]
593598

594599

.s2i/httpd-cfg/01-community.conf

+5-5
Original file line numberDiff line numberDiff line change
@@ -159,20 +159,20 @@ AddType text/vtt vtt
159159
RewriteRule ^latest/install_config/upgrades\.html(.*)$ /latest/install_config/upgrading/index.html$1 [NE,R=301]
160160
RewriteRule ^latest/install_config/upgrading/(.*)$ /latest/upgrading/$1 [NE,R=301]
161161

162-
# The following rule prevents an infinite redirect loop when browsing to /(latest|4\.14)/virt/about_virt/about-virt.html
163-
# RewriteRule ^(latest|4\.14)/virt/about_virt/about-virt.html$ - [L]
162+
# The following rule prevents an infinite redirect loop when browsing to /(latest|4\.15)/virt/about_virt/about-virt.html
163+
# RewriteRule ^(latest|4\.15)/virt/about_virt/about-virt.html$ - [L]
164164

165165
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
166166
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
167167
# Pay mind to the redirect directly above this which prevents redirect loops.
168168
# To activate the redirects, uncomment the next and previous lines and update the version number to the pending release.
169-
# RewriteRule ^(latest|4\.14)/virt/(?!about-virt\.html)(.+)$ /$1/virt/about_virt/about-virt.html [NE,R=302]
169+
# RewriteRule ^(latest|4\.15)/virt/(?!about-virt\.html)(.+)$ /$1/virt/about_virt/about-virt.html [NE,R=302]
170170

171171
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.
172172
# When uncommented, this redirects all `windows_containers` directory traffic to the /windows_containers/index.html page.
173173
# To activate the redirects, uncomment the next line and update the version number to the pending release.
174-
# RewriteRule ^(latest|4\.14)/windows_containers/(?!index\.html)(.+)$ /$1/windows_containers/index.html [NE,R=302]
175-
# RewriteRule ^(latest|4\.14)/support/troubleshooting/troubleshooting-windows-container-workload-issues\.html(.*)$ /$1/windows_containers/index.html [NE,R=302]
174+
# RewriteRule ^(latest|4\.15)/windows_containers/(?!index\.html)(.+)$ /$1/windows_containers/index.html [NE,R=302]
175+
# RewriteRule ^(latest|4\.15)/support/troubleshooting/troubleshooting-windows-container-workload-issues\.html(.*)$ /$1/windows_containers/index.html [NE,R=302]
176176

177177
</Directory>
178178
</IfModule>

.vale/styles/config/vocabularies/OpenShiftDocs/accept.txt

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Add terms that have a corresponding incorrectly capitalized form to reject.txt.
33
# URL slugs
44
(.*/)+
5-
(?<!.*-)operator
65
[Ff]ronthaul
76
[Mm]idhaul
87
[Pp]assthrough
@@ -25,7 +24,6 @@ MBps
2524
Mellanox
2625
MetalLB
2726
NICs?
28-
Operators?
2927
pmc
3028
ubxtool
3129
VFs?

.vale/styles/config/vocabularies/OpenShiftDocs/reject.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Regex terms added to reject.txt are highlighted as errors by the Vale linter and override RedHat Vale rules.
22
# Add terms that have a corresponding correctly capitalized form to accept.txt.
33

4-
(?<!.*-)operators
54
[Dd]eployment [Cc]onfigs?
65
[Dd]eployment [Cc]onfigurations?
76
[Oo]peratorize
+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{{- /* Modify Vale's output https://docs.errata.ai/vale/cli#--output */ -}}
2+
3+
{{- /* Keep track of our various counts */ -}}
4+
5+
{{- $e := 0 -}}
6+
{{- $w := 0 -}}
7+
{{- $s := 0 -}}
8+
9+
{{- /* Range over the linted files */ -}}
10+
11+
[
12+
{{- range $jdx, $file := .Files -}}
13+
14+
{{- $path := .Path -}}
15+
16+
{{- /* Range over the file's alerts */ -}}
17+
18+
{{- if $jdx -}},{{- end -}}
19+
{{- range $idx, $a := .Alerts -}}
20+
21+
{{- $error := "" -}}
22+
{{- if eq .Severity "error" -}}
23+
{{- $error = "error" -}}
24+
{{- $e = add1 $e -}}
25+
{{- else if eq .Severity "warning" -}}
26+
{{- $error = "warning" -}}
27+
{{- $w = add1 $w -}}
28+
{{- else -}}
29+
{{- $error = "suggestion" -}}
30+
{{- $s = add1 $s -}}
31+
{{- end}}
32+
33+
{{- /* Variables setup */ -}}
34+
35+
{{- $loc := printf "%d" .Line -}}
36+
{{- $check := printf "%s" .Check -}}
37+
{{- $message := printf "%s" .Message -}}
38+
{{- if $idx -}},{{- end -}}
39+
40+
{{- /* Output */ -}}
41+
42+
{
43+
"body": "🤖 **[{{ $error }}] {{$check}}**: {{ $message }}",
44+
"path": "{{ $path }}",
45+
"line": {{ $loc }}
46+
}
47+
{{end -}}
48+
{{end -}}
49+
]

CONTRIBUTING.adoc

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
= Contributing to OpenShift documentation
2+
// NOTE: This text mirrors the "Contributing to OpenShift documentation" section in ./README.adoc
3+
// If you update one, update both.
4+
5+
If you are interested in contributing to OpenShift technical documentation, you can view all our link:./contributing_to_docs[resources] that will help you get set up and provide more information.
6+
7+
8+
The following table provides quick links to help you get started.
9+
10+
[options="header"]
11+
|===
12+
13+
|Question |Link
14+
15+
|I'm interested, how do I contribute?
16+
|See the link:/contributing_to_docs/contributing.adoc[contributing] topic to learn more about this repository and how you can contribute.
17+
18+
|Are there any basic guidelines to help me?
19+
|The link:/contributing_to_docs/doc_guidelines.adoc[documentation guidelines] topic provides some basic guidelines to help us keep our content consistent, and includes other style information.
20+
21+
|How do I set up my workstation?
22+
|See the link:/contributing_to_docs/tools_and_setup.adoc[tools and setup] topic to set up your workstation.
23+
24+
|How do I edit an existing topic, or create new content?
25+
|See the link:/contributing_to_docs/create_or_edit_content.adoc[create or edit content] topic to get started.
26+
27+
|===

OWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
reviewers:
66
- merge-rights
77
approvers:
8-
- merge-rights
8+
- approve-rights

OWNERS-ALIASES

+7
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ aliases:
2626
- sjhala-ccs
2727
- snarayan-redhat
2828
- Srivaralakshmi
29+
approve-rights:
30+
- adellape
31+
- bergerhoffer
32+
- JoeAldinger
33+
- kalexand-rh
34+
- ousleyp
35+
- sjhala-ccs

README.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ All OpenShift documentation is sourced in https://asciidoc.org/[AsciiDoc] and tr
1010
The documentation published from these source files can be viewed at https://docs.openshift.com.
1111

1212
== Contributing to OpenShift documentation
13+
// NOTE: This text is mirrored in ./CONTRIBUTING.adoc
14+
// If you update one, update both.
15+
1316
If you are interested in contributing to OpenShift technical documentation, you can view all our link:./contributing_to_docs[resources] that will help you get set up and provide more information.
1417

1518

_attributes/common-attributes.adoc

+9-7
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,18 @@ endif::[]
118118
//distributed tracing
119119
:DTProductName: Red Hat OpenShift distributed tracing platform
120120
:DTShortName: distributed tracing platform
121-
:DTProductVersion: 3.0
121+
:DTProductVersion: 3.1
122122
:JaegerName: Red Hat OpenShift distributed tracing platform (Jaeger)
123123
:JaegerShortName: distributed tracing platform (Jaeger)
124-
:JaegerVersion: 1.51.0
124+
:JaegerVersion: 1.53.0
125125
:OTELName: Red Hat build of OpenTelemetry
126126
:OTELShortName: Red Hat build of OpenTelemetry
127127
:OTELOperator: Red Hat build of OpenTelemetry Operator
128-
:OTELVersion: 0.89.0
128+
:OTELVersion: 0.93.0
129129
:TempoName: Red Hat OpenShift distributed tracing platform (Tempo)
130130
:TempoShortName: distributed tracing platform (Tempo)
131131
:TempoOperator: Tempo Operator
132-
:TempoVersion: 2.3.0
132+
:TempoVersion: 2.3.1
133133
//telco
134134
ifdef::telco-ran[]
135135
:rds: telco RAN DU
@@ -168,8 +168,8 @@ endif::[]
168168
:product-rosa: Red Hat OpenShift Service on AWS
169169
:SMProductName: Red Hat OpenShift Service Mesh
170170
:SMProductShortName: Service Mesh
171-
:SMProductVersion: 2.4.5
172-
:MaistraVersion: 2.4
171+
:SMProductVersion: 2.5
172+
:MaistraVersion: 2.5
173173
//Service Mesh v1
174174
:SMProductVersion1x: 1.1.18.2
175175
//Windows containers
@@ -180,6 +180,8 @@ endif::[]
180180
:quay: Red Hat Quay
181181
:sno: single-node OpenShift
182182
:sno-caps: Single-node OpenShift
183+
:sno-okd: single-node OKD
184+
:sno-caps-okd: Single-node OKD
183185
//TALO and Redfish events Operators
184186
:cgu-operator-first: Topology Aware Lifecycle Manager (TALM)
185187
:cgu-operator-full: Topology Aware Lifecycle Manager
@@ -196,7 +198,7 @@ endif::[]
196198
//:openshift-networking: OKD Networking
197199
//endif::[]
198200
// logical volume manager storage
199-
:lvms-first: Logical volume manager storage (LVM Storage)
201+
:lvms-first: Logical Volume Manager (LVM) Storage
200202
:lvms: LVM Storage
201203
//Operator SDK version
202204
:osdk_ver: 1.31.0

0 commit comments

Comments
 (0)