Skip to content

Commit 3553866

Browse files
authored
Merge pull request #91626 from mburke5678/mco-update-modules-included
MCO updated several 'Module included in' metadata
2 parents c9b1433 + 8202bdf commit 3553866

10 files changed

+14
-14
lines changed

installing/installing_openstack/installing-openstack-user-sr-iov.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ include::modules/networking-osp-enabling-vfio-noiommu.adoc[leveloffset=+2]
6969

7070
[NOTE]
7171
====
72-
After you apply the machine config to the machine pool, you can xref:../../post_installation_configuration/machine-configuration-tasks.adoc#checking-mco-status_post-install-machine-configuration-tasks[watch the machine config pool status] to see when the machines are available.
72+
After you apply the machine config to the machine pool, you can xref:../../machine_configuration/machine-config-index.adoc#checking-mco-status_machine-config-overview[watch the machine config pool status] to see when the machines are available.
7373
====
7474

7575
// TODO: If bullet one of Next steps is truly required for this flow, these topics (in full or in part) could be added here rather than linked to.

modules/checking-mco-node-status-configuring.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-config-index.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="checking-mco-node-status-congifuring_{context}"]
@@ -130,7 +130,7 @@ Status:
130130
Status: True
131131
Type: Drained
132132
Last Transition Time: 2025-01-14T15:45:55Z
133-
# ...
133+
# ...
134134
Config Version:
135135
Current: rendered-master-8110974a5cea69dff5b263237b58abd8
136136
Desired: rendered-worker-823ff8dc2b33bf444709ed7cd2b9855b

modules/checking-mco-node-status.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-config-index.adoc
44

55
:_mod-docs-content-type: CONCEPT
66
[id="checking-mco-node-status_{context}"]

modules/checking-mco-status-certs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-config-index.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="checking-mco-status-certs_{context}"]

modules/machine-config-node-disruption-config.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-config-node-disruption_machine-configs-configure.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="machine-config-node-disruption-config_{context}"]
@@ -60,10 +60,10 @@ spec:
6060
type: Restart
6161
name: test.service
6262
----
63-
<1> Specifies the node disruption policy.
63+
<1> Specifies the node disruption policy.
6464
<2> Specifies a list of machine config file definitions and actions to take to changes on those paths. This list supports a maximum of 50 entries.
6565
<3> Specifies the series of actions to be executed upon changes to the specified files. Actions are applied in the order that they are set in this list. This list supports a maximum of 10 entries.
66-
<4> Specifies that the listed service is to be reloaded upon changes to the specified files.
66+
<4> Specifies that the listed service is to be reloaded upon changes to the specified files.
6767
<5> Specifies the full name of the service to be acted upon.
6868
<6> Specifies the location of a file that is managed by a machine config. The actions in the policy apply when changes are made to the file in `path`.
6969
<7> Specifies a list of service names and actions to take upon changes to the SSH keys in the cluster.

modules/machine-config-node-disruption-example.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-config-node-disruption_machine-configs-configure.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="machine-config-node-disruption-example_{context}"]
@@ -71,7 +71,7 @@ status:
7171
observedGeneration: 9
7272
----
7373

74-
The default node disruption policy does not contain a policy for changes to the `/etc/containers/registries.conf.d` file. This is because both {product-title} and {op-system-base-full} use the `registries.conf.d` file to specify aliases for image short names. It is recommended that you always pull an image by its fully-qualified name. This is particularly important with public registries, because the image might not deploy if the public registry requires authentication. You can create a user-defined policy to use with the `/etc/containers/registries.conf.d` file, if you need to use image short names.
74+
The default node disruption policy does not contain a policy for changes to the `/etc/containers/registries.conf.d` file. This is because both {product-title} and {op-system-base-full} use the `registries.conf.d` file to specify aliases for image short names. It is recommended that you always pull an image by its fully-qualified name. This is particularly important with public registries, because the image might not deploy if the public registry requires authentication. You can create a user-defined policy to use with the `/etc/containers/registries.conf.d` file, if you need to use image short names.
7575

7676
In the following example, when changes are made to the SSH keys, the MCO drains the cluster nodes, reloads the `crio.service`, reloads the systemd configuration, and restarts the `crio-service`.
7777

modules/machineconfig-garbage-collect-removing.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-configs-garbage-collection.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="machineconfig-garbage-collect-removing_{context}"]

modules/machineconfig-garbage-collect-viewing.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/machine-configs-garbage-collection.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="machineconfig-garbage-collect-viewing_{context}"]

modules/mco-update-boot-images-disable.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/mco-update-boot-images.adoc
44
// * nodes/nodes-nodes-managing.adoc
55

66
:_mod-docs-content-type: PROCEDURE

modules/mco-update-boot-images.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * post_installation_configuration/machine-configuration-tasks.adoc
3+
// * machine_configuration/mco-update-boot-images.adoc
44
// * nodes/nodes-nodes-managing.adoc
55

66
:_mod-docs-content-type: PROCEDURE

0 commit comments

Comments
 (0)