Skip to content

Commit d9a962f

Browse files
committed
OSDOCS-16338: fixes cluster mentions MicroShift
1 parent a84c093 commit d9a962f

File tree

143 files changed

+348
-353
lines changed

Some content is hidden

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

143 files changed

+348
-353
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Topics:
250250
File: microshift-operators-olm
251251
- Name: Creating custom catalogs with oc-mirror
252252
File: microshift-operators-oc-mirror
253-
- Name: Adding OLM-based Operators to a disconnected cluster
253+
- Name: Adding OLM-based Operators to a disconnected node
254254
File: microshift-operators-oc-mirror-disconnected
255255
---
256256
Name: Backup and restore
@@ -270,21 +270,21 @@ Topics:
270270
File: microshift-etcd
271271
- Name: The sos report tool
272272
File: microshift-sos-report
273-
- Name: Getting your cluster ID
274-
File: microshift-getting-cluster-id
273+
- Name: Getting your node ID
274+
File: microshift-getting-node-id
275275
- Name: Getting support
276276
File: microshift-getting-support
277-
- Name: Remote health monitoring with a connected cluster
278-
File: microshift-remote-cluster-monitoring
277+
- Name: Remote health monitoring with a connected node
278+
File: microshift-remote-node-monitoring
279279
---
280280
Name: Troubleshooting
281281
Dir: microshift_troubleshooting
282282
Distros: microshift
283283
Topics:
284284
- Name: Check your version
285285
File: microshift-version
286-
- Name: Troubleshoot the cluster
287-
File: microshift-troubleshoot-cluster
286+
- Name: Troubleshoot the node
287+
File: microshift-troubleshoot-node
288288
- Name: Troubleshoot installation issues
289289
File: microshift-installing-troubleshooting
290290
- Name: Troubleshoot backup and restore

microshift_cli_ref/microshift-cli-using-oc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The optional {oc-first} tool provides a subset of `oc` commands for {microshift-
1111
include::modules/microshift-cli-oc-about.adoc[leveloffset=+1]
1212

1313
[id="cli-using-cli_{context}"]
14-
== Using oc with a {microshift-short} cluster
14+
== Using oc with a {microshift-short} node
1515

1616
Review the following sections to learn how to complete common tasks in {microshift-short} using the `oc` CLI.
1717

microshift_cli_ref/microshift-usage-oc-kubectl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Kubernetes command-line interface (CLI), `kubectl`, can be used to run comma
1111
[id="microshift-kubectl-binary_{context}"]
1212
== The kubectl CLI tool
1313

14-
You can use the `kubectl` CLI tool to interact with Kubernetes primitives on your {microshift-short} cluster. You can also use existing `kubectl` workflows and scripts for users coming from another Kubernetes environment, or for those who prefer to use the `kubectl` CLI.
14+
You can use the `kubectl` CLI tool to interact with Kubernetes primitives on your {microshift-short} node. You can also use existing `kubectl` workflows and scripts for users coming from another Kubernetes environment, or for those who prefer to use the `kubectl` CLI.
1515

1616
* The `kubectl` CLI tool is included in the archive when you download `oc`.
1717

microshift_configuring/microshift-node-access-kubeconfig.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9-
Learn about how `kubeconfig` files are used with {microshift-short} deployments. CLI tools use `kubeconfig` files to communicate with the API server of a cluster. These files provide cluster details, IP addresses, and other information needed for authentication.
9+
Learn about how `kubeconfig` files are used with {microshift-short} deployments. CLI tools use `kubeconfig` files to communicate with the API server of a node. These files provide node details, IP addresses, and other information needed for authentication.
1010

1111
include::modules/microshift-kubeconfig-overview.adoc[leveloffset=+1]
1212

microshift_configuring/microshift-using-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::modules/microshift-nw-advertise-address.adoc[leveloffset=+2]
2020

2121
include::modules/microshift-config-nodeport-limits.adoc[leveloffset=+2]
2222

23-
[id="additional-resources_microshift-using-config-yaml_{context}"]
23+
[id="additional-resources_microshift-using-config-yaml"]
2424
[role="_additional-resources"]
2525
== Additional resources
2626

microshift_configuring/microshift_auth_security/microshift-tls-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ include::modules/microshift-tls-default-cipher-suites.adoc[leveloffset=+2]
2020

2121
* xref:../../microshift_configuring/microshift-config-snippets.adoc#microshift-config-snippets[Using configuration snippets]
2222
* xref:../../microshift_running_apps/microshift-authentication.adoc#authentication-microshift[Pod security authentication and authorization with SCC]
23-
* xref:../../microshift_configuring/microshift-node-access-kubeconfig#microshift-node-access-kubeconfig[Cluster access with kubeconfig]
23+
* xref:../../microshift_configuring/microshift-node-access-kubeconfig#microshift-node-access-kubeconfig[Node access with kubeconfig]
2424
* xref:../microshift_auth_security/microshift-custom-ca.adoc#microshift-custom-ca[Configuring custom certificate authorities]

microshift_install_get_ready/microshift-deploy-with-mirror-registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9-
You can use a custom container registry when you deploy {microshift-short} in a disconnected network. Running your cluster in a restricted network without direct internet connectivity is possible by installing the cluster from a mirrored set of container images in a private registry.
9+
You can use a custom container registry when you deploy {microshift-short} in a disconnected network. Running your node in a restricted network without direct internet connectivity is possible by installing the node from a mirrored set of container images in a private registry.
1010

1111
include::modules/microshift-mirror-container-images.adoc[leveloffset=+1]
1212

microshift_install_rpm_opt/microshift-install-optional-rpms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9-
You can install optional RPM packages with {microshift-short} to provide additional cluster and application services.
9+
You can install optional RPM packages with {microshift-short} to provide additional node and application services.
1010

1111
[id="microshift-install-rpm-add-ons"]
1212
== Installing optional packages

microshift_install_rpm_ostree/microshift-embed-in-rpm-ostree-offline-use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9-
Embedding {microshift-short} containers in an `rpm-ostree` commit means that you can run a cluster in air-gapped, disconnected, or offline environments. You can embed {product-title} containers in a {op-system-ostree-first} image so that container engines do not need to pull images over a network from a container registry. Workloads can start immediately without network connectivity.
9+
Embedding {microshift-short} containers in an `rpm-ostree` commit means that you can run a node in air-gapped, disconnected, or offline environments. You can embed {product-title} containers in a {op-system-ostree-first} image so that container engines do not need to pull images over a network from a container registry. Workloads can start immediately without network connectivity.
1010

1111
include::modules/microshift-embed-microshift-image-offline-deploy.adoc[leveloffset=+1]
1212

microshift_networking/microshift-cni.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9-
The OVN-Kubernetes Container Network Interface (CNI) plugin is the default networking solution for the {microshift-short} node. OVN-Kubernetes is a virtualized network for pods and services that is based on Open Virtual Network (OVN).
9+
The OVN-Kubernetes Container Network Interface (CNI) plugin is the default networking solution for a {microshift-short} node. OVN-Kubernetes is a virtualized network for pods and services that is based on Open Virtual Network (OVN).
1010

1111
* Default network configuration and connections are applied automatically in {microshift-short} with the `microshift-networking` RPM during installation.
1212
* A node that uses the OVN-Kubernetes network plugin also runs Open vSwitch (OVS) on the node.

0 commit comments

Comments
 (0)