Skip to content

Commit 4e37fb2

Browse files
committed
OSDOCS#10760: Add machine config for hcp
1 parent 01c24c6 commit 4e37fb2

8 files changed

+23
-114
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,6 +2371,8 @@ Topics:
23712371
File: hcp-getting-started
23722372
- Name: Authentication and authorization for hosted control planes
23732373
File: hcp-authentication-authorization
2374+
- Name: Handling a machine configuration for hosted control planes
2375+
File: hcp-machine-config
23742376
- Name: Using feature gates in a hosted cluster
23752377
File: hcp-using-feature-gates
23762378
- Name: Updating hosted control planes
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="hcp-machine-config"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Handling a machine configuration for {hcp}
5+
:context: hcp-machine-config
6+
7+
toc::[]
8+
9+
In a standalone {product-title} cluster, a machine config pool manages a set of nodes. You can handle a machine configuration by using the `MachineConfigPool` custom resource (CR).
10+
11+
In {hcp}, the `MachineConfigPool` CR does not exist. A node pool contains a set of compute nodes. You can handle a machine configuration by using node pools.
12+
13+
include::modules/configuring-node-pools-for-hcp.adoc[leveloffset=+1]
14+
15+
include::modules/node-tuning-hosted-cluster.adoc[leveloffset=+1]
16+
17+
include::modules/sriov-operator-hosted-control-planes.adoc[leveloffset=+1]

hosted_control_planes/hcp-observability.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ toc::[]
88

99
You can gather metrics for {hcp} by configuring metrics sets. The HyperShift Operator can create or delete monitoring dashboards in the management cluster for each hosted cluster that it manages.
1010

11-
//using service-level DNS for control plane services
1211
include::modules/hosted-control-planes-metrics-sets.adoc[leveloffset=+1]
1312
include::modules/hosted-control-planes-monitoring-dashboard.adoc[leveloffset=+1]

modules/configuring-node-pools-for-hcp.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * updates/updating_a_cluster/updating-hosted-control-planes.adoc
4+
// * hosted_control_planes/hcp-machine-config.adoc
45

56
:_mod-docs-content-type: PROCEDURE
67
[id="configuring-node-pools-for-hcp_{context}"]

modules/debug-nodes-hcp.adoc

Lines changed: 0 additions & 109 deletions
This file was deleted.

modules/node-tuning-hosted-cluster.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// Module included in the following assemblies:
22
//
33
// * scalability_and_performance/using-node-tuning-operator.adoc
4+
// * hosted_control_planes/hcp-machine-config.adoc
45

56
:_mod-docs-content-type: PROCEDURE
67
[id="node-tuning-hosted-cluster_{context}"]
78
= Configuring node tuning in a hosted cluster
89

9-
//# Manage node-level tuning with the Node Tuning Operator
10-
1110
To set node-level tuning on the nodes in your hosted cluster, you can use the Node Tuning Operator. In {hcp}, you can configure node tuning by creating config maps that contain `Tuned` objects and referencing those config maps in your node pools.
1211

1312
.Procedure

modules/scale-down-data-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * hosted_control_planes/hcp-managing.adoc
3+
// * hosted_control_planes/hcp-troubleshooting.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="scale-down-data-plane_{context}"]

modules/sriov-operator-hosted-control-planes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * networking/hardware_networks/configuring-sriov-operator.adoc
4-
// * hosted-control-planes/hcp-managing.adoc
4+
// * hosted-control-planes/hcp-machine-config.adoc
55

66
:_mod-docs-content-type: PROCEDURE
77
[id="sriov-operator-hosted-control-planes_{context}"]

0 commit comments

Comments
 (0)