Skip to content

Commit 6c67036

Browse files
authored
Merge pull request #54746 from bergerhoffer/OSDOCS-4815
OSDOCS-4815: Updating 'plug-in' to 'plugin'
2 parents a829453 + 11709bb commit 6c67036

File tree

342 files changed

+862
-869
lines changed

Some content is hidden

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

342 files changed

+862
-869
lines changed

architecture/admission-plug-ins.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_content-type: ASSEMBLY
22
[id="admission-plug-ins"]
3-
= Admission plug-ins
3+
= Admission plugins
44
include::_attributes/common-attributes.adoc[]
55
:context: admission-plug-ins
66

@@ -23,7 +23,7 @@ include::modules/configuring-dynamic-admission.adoc[leveloffset=+1]
2323
== Additional resources
2424

2525
ifdef::openshift-enterprise,openshift-webscale[]
26-
* xref:../networking/hardware_networks/configuring-sriov-operator.adoc#configuring-sriov-operator[Limiting custom network resources managed by the SR-IOV network device plug-in]
26+
* xref:../networking/hardware_networks/configuring-sriov-operator.adoc#configuring-sriov-operator[Limiting custom network resources managed by the SR-IOV network device plugin]
2727
endif::[]
2828

2929
* xref:../nodes/scheduling/nodes-scheduler-taints-tolerations.adoc#nodes-scheduler-taints-tolerations_dedicating_nodes-scheduler-taints-tolerations[Defining tolerations that enable taints to qualify which pods should be scheduled on a node]

architecture/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ During the first boot, Ignition reads its configuration from the installation me
7878
You can learn how xref:../architecture/architecture-rhcos.adoc#architecture-rhcos[Ignition works], the process for a {op-system-first} machine in an {product-title} cluster, view Ignition configuration files, and change Ignition configuration after an installation.
7979

8080
[id="about-admission-plug-ins"]
81-
== About admission plug-ins
82-
You can use xref:../architecture/admission-plug-ins.adoc#admission-plug-ins[admission plug-ins] to regulate how {product-title} functions. After a resource request is authenticated and authorized, admission plug-ins intercept the resource request to the master API to validate resource requests and to ensure that scaling policies are adhered to.
83-
Admission plug-ins are used to enforce security policies, resource limitations, or configuration requirements.
81+
== About admission plugins
82+
You can use xref:../architecture/admission-plug-ins.adoc#admission-plug-ins[admission plugins] to regulate how {product-title} functions. After a resource request is authenticated and authorized, admission plugins intercept the resource request to the master API to validate resource requests and to ensure that scaling policies are adhered to.
83+
Admission plugins are used to enforce security policies, resource limitations, or configuration requirements.

authentication/assuming-an-aws-iam-role-for-a-service-account.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ include::modules/verifying-the-assumed-iam-role-in-your-pod.adoc[leveloffset=+2]
3737
* For more information about installing and using the AWS Boto3 SDK for Python, see the link:https://boto3.amazonaws.com/v1/documentation/api/latest/index.html[AWS Boto3 documentation].
3838

3939
ifdef::openshift-rosa,openshift-dedicated[]
40-
* For general information about webhook admission plug-ins for OpenShift, see link:https://docs.openshift.com/container-platform/4.11/architecture/admission-plug-ins.html#admission-webhooks-about_admission-plug-ins[Webhook admission plug-ins] in the OpenShift Container Platform documentation.
40+
* For general information about webhook admission plugins for OpenShift, see link:https://docs.openshift.com/container-platform/4.11/architecture/admission-plug-ins.html#admission-webhooks-about_admission-plug-ins[Webhook admission plugins] in the OpenShift Container Platform documentation.
4141
endif::openshift-rosa,openshift-dedicated[]

backup_and_restore/application_backup_and_restore/oadp-api.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#Applicat
131131

132132
|`defaultPlugins`
133133
|[] link:https://pkg.go.dev/builtin#string[string]
134-
|The following types of default Velero plug-ins can be installed: `aws`,`azure`, `csi`, `gcp`, `kubevirt`, and `openshift`.
134+
|The following types of default Velero plugins can be installed: `aws`,`azure`, `csi`, `gcp`, `kubevirt`, and `openshift`.
135135

136136
|`customPlugins`
137137
|[]link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#CustomPlugin[CustomPlugin]
138-
|Used for installation of custom Velero plug-ins.
138+
|Used for installation of custom Velero plugins.
139139

140-
Default and custom plug-ins are described in xref:../../backup_and_restore/application_backup_and_restore/oadp-features-plugins#oadp-features-plugins[OADP plug-ins]
140+
Default and custom plugins are described in xref:../../backup_and_restore/application_backup_and_restore/oadp-features-plugins#oadp-features-plugins[OADP plugins]
141141

142142
|`restoreResourcesVersionPriority`
143143
|link:https://pkg.go.dev/builtin#string[string]
@@ -165,11 +165,11 @@ link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#VeleroCo
165165

166166
|`name`
167167
|link:https://pkg.go.dev/builtin#string[string]
168-
|Name of custom plug-in.
168+
|Name of custom plugin.
169169

170170
|`image`
171171
|link:https://pkg.go.dev/builtin#string[string]
172-
|Image of custom plug-in.
172+
|Image of custom plugin.
173173
|===
174174

175175
link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#CustomPlugin[Complete schema definitions for the type `CustomPlugin`].
@@ -241,7 +241,7 @@ link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#Features
241241

242242
|`enable`
243243
|link:https://pkg.go.dev/builtin#bool[bool]
244-
|If set to `true`, deploys the volume snapshot mover controller and a modified CSI Data Mover plug-in. If set to `false`, these are not deployed.
244+
|If set to `true`, deploys the volume snapshot mover controller and a modified CSI Data Mover plugin. If set to `false`, these are not deployed.
245245

246246
|`credentialName`
247247
|link:https://pkg.go.dev/builtin#string[string]

backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:_content-type: ASSEMBLY
22
[id="oadp-features-plugins"]
3-
= OADP features and plug-ins
3+
= OADP features and plugins
44
include::_attributes/common-attributes.adoc[]
55
:context: oadp-features-plugins
66

77
toc::[]
88

99
OpenShift API for Data Protection (OADP) features provide options for backing up and restoring applications.
1010

11-
The default plug-ins enable Velero to integrate with certain cloud providers and to back up and restore {product-title} resources.
11+
The default plugins enable Velero to integrate with certain cloud providers and to back up and restore {product-title} resources.
1212

1313
include::modules/oadp-features.adoc[leveloffset=+1]
1414
include::modules/oadp-plugins.adoc[leveloffset=+1]

backup_and_restore/application_backup_and_restore/troubleshooting.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include::modules/migration-debugging-velero-resources.adoc[leveloffset=+1]
2929
[id="issues-with-velero-and-admission-workbooks"]
3030
== Issues with Velero and admission webhooks
3131

32-
Velero has limited abilities to resolve admission webhook issues during a restore. If you have workloads with admission webhooks, you might need to use an additional Velero plug-in or make changes to how you restore the workload.
32+
Velero has limited abilities to resolve admission webhook issues during a restore. If you have workloads with admission webhooks, you might need to use an additional Velero plugin or make changes to how you restore the workload.
3333

3434
Typically, workloads with admission webhooks require you to create a resource of a specific kind first. This is especially true if your workload has child resources because admission webhooks typically block child resources.
3535

@@ -46,9 +46,9 @@ include::modules/migration-debugging-velero-admission-webhooks-ibm-appconnect.ad
4646
[role="_additional-resources"]
4747
.Additional resources
4848

49-
* xref:../../architecture/admission-plug-ins.adoc[Admission plug-ins]
50-
* xref:../../architecture/admission-plug-ins.adoc#admission-webhooks-about_admission-plug-ins[Webhook admission plug-ins]
51-
* xref:../../architecture/admission-plug-ins.adoc#admission-webhook-types_admission-plug-ins[Types of webhook admission plug-ins]
49+
* xref:../../architecture/admission-plug-ins.adoc[Admission plugins]
50+
* xref:../../architecture/admission-plug-ins.adoc#admission-webhooks-about_admission-plug-ins[Webhook admission plugins]
51+
* xref:../../architecture/admission-plug-ins.adoc#admission-webhook-types_admission-plug-ins[Types of webhook admission plugins]
5252

5353
include::modules/oadp-installation-issues.adoc[leveloffset=+1]
5454
include::modules/oadp-backup-restore-cr-issues.adoc[leveloffset=+1]

cicd/jenkins/important-changes-to-openshift-jenkins-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc::[]
1212
1313
* {product-title} 4.10 deprecated the OpenShift Jenkins Maven and NodeJS Agent images. {product-title} 4.11 removes these images from its payload. Red Hat no longer produces these images, and they are not available from the `ocp-tools-4` repository at `registry.redhat.io`. Red Hat maintains the 4.10 and earlier versions of these images for any significant bug fixes or security CVEs, following the link:https://access.redhat.com/support/policy/updates/openshift[{product-title} lifecycle policy].
1414
15-
These changes support the {product-title} 4.10 recommendation to use xref:../../cicd/jenkins/images-other-jenkins.adoc#images-other-jenkins-config-kubernetes_images-other-jenkins[multiple container Pod Templates with the Jenkins Kubernetes Plug-in].
15+
These changes support the {product-title} 4.10 recommendation to use xref:../../cicd/jenkins/images-other-jenkins.adoc#images-other-jenkins-config-kubernetes_images-other-jenkins[multiple container Pod Templates with the Jenkins Kubernetes Plugin].
1616

1717
include::modules/relocation-of-openshift-jenkins-images.adoc[leveloffset=+1]
1818

cli_reference/kn-cli-tools.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Key features of the Knative CLI include:
1818
* Manage features of Knative Serving, such as services, revisions, and traffic-splitting.
1919
* Create and manage Knative Eventing components, such as event sources and triggers.
2020
* Create sink bindings to connect existing Kubernetes applications and Knative services.
21-
* Extend the Knative CLI with flexible plug-in architecture, similar to the `kubectl` CLI.
21+
* Extend the Knative CLI with flexible plugin architecture, similar to the `kubectl` CLI.
2222
* Configure autoscaling parameters for Knative services.
2323
* Scripted usage, such as waiting for the results of an operation, or deploying custom rollout and rollback strategies.
2424

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
:_content-type: ASSEMBLY
22
[id="cli-extend-plugins"]
3-
= Extending the OpenShift CLI with plug-ins
3+
= Extending the OpenShift CLI with plugins
44
include::_attributes/common-attributes.adoc[]
55
:context: cli-extend-plugins
66

77
toc::[]
88

9-
You can write and install plug-ins to build on the default `oc` commands,
9+
You can write and install plugins to build on the default `oc` commands,
1010
allowing you to perform new and more complex tasks with the {product-title} CLI.
1111

12-
// Writing CLI plug-ins
12+
// Writing CLI plugins
1313
include::modules/cli-extending-plugins-writing.adoc[leveloffset=+1]
1414

15-
// Installing and using CLI plug-ins
15+
// Installing and using CLI plugins
1616
include::modules/cli-extending-plugins-installing.adoc[leveloffset=+1]
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
:_content-type: ASSEMBLY
22
[id="managing-cli-plugin-krew"]
3-
= Managing CLI plug-ins with Krew
3+
= Managing CLI plugins with Krew
44
include::_attributes/common-attributes.adoc[]
55
:context: managing-cli-plugins-krew
66

77
toc::[]
88

9-
You can use Krew to install and manage plug-ins for the OpenShift CLI (`oc`).
9+
You can use Krew to install and manage plugins for the OpenShift CLI (`oc`).
1010

11-
:FeatureName: Using Krew to install and manage plug-ins for the OpenShift CLI
11+
:FeatureName: Using Krew to install and manage plugins for the OpenShift CLI
1212
include::snippets/technology-preview.adoc[]
1313

14-
// Installing a CLI plug-in with Krew
14+
// Installing a CLI plugin with Krew
1515
include::modules/cli-krew-install-plugin.adoc[leveloffset=+1]
1616

17-
// Updating a CLI plug-in with Krew
17+
// Updating a CLI plugin with Krew
1818
include::modules/cli-krew-update-plugin.adoc[leveloffset=+1]
1919

20-
// Removing a CLI plug-in with Krew
20+
// Removing a CLI plugin with Krew
2121
include::modules/cli-krew-remove-plugin.adoc[leveloffset=+1]
2222

2323
[role="_additional-resources"]
2424
[id="additional-resources_managing-cli-plugins-krew"]
2525
== Additional resources
2626

2727
* link:https://krew.sigs.k8s.io/[Krew]
28-
* xref:../../cli_reference/openshift_cli/extending-cli-plugins.adoc#cli-extend-plugins[Extending the OpenShift CLI with plug-ins]
28+
* xref:../../cli_reference/openshift_cli/extending-cli-plugins.adoc#cli-extend-plugins[Extending the OpenShift CLI with plugins]

0 commit comments

Comments
 (0)