Skip to content

Commit aee672e

Browse files
committed
OSDOCS-4254: Add node label context
1 parent b8dcef8 commit aee672e

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc
4+
// * osd_cluster_admin/osd_nodes/osd-managing-worker-nodes.adoc
5+
6+
7+
:_content-type: CONCEPT
8+
[id="rosa-osd-node-label-about_{context}"]
9+
= Node labels
10+
11+
A label is a key-value pair applied to a `Node` object. You can use labels to organize sets of objects and control the scheduling of pods.
12+
13+
You can add labels during cluster creation or after. Labels can be modified or updated at any time.
14+

osd_cluster_admin/osd_nodes/osd-managing-worker-nodes.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ You can edit machine pool configuration options such as scaling, adding node lab
1313

1414
include::modules/creating-a-machine-pool-ocm.adoc[leveloffset=+1]
1515
include::modules/rosa-scaling-worker-nodes.adoc[leveloffset=+1]
16-
include::modules/rosa-adding-node-labels.adoc[leveloffset=+1]
16+
17+
include::modules/rosa-osd-node-label-about.adoc[leveloffset=+1]
18+
19+
[role="_additional-resources"]
20+
.Additional resources
21+
22+
* For more information about labels, see link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/[Kubernetes Labels and Selectors overview].
23+
24+
include::modules/rosa-adding-node-labels.adoc[leveloffset=+2]
1725
include::modules/rosa-adding-taints.adoc[leveloffset=+1]
1826

1927
[role="_additional-resources"]

rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ include::modules/creating-a-machine-pool-cli.adoc[leveloffset=+2]
2121
* For a detailed list of the arguments that are available for the `rosa create machinepool` subcommand, see xref:../../rosa_cli/rosa-manage-objects-cli.adoc#rosa-create-machinepool_rosa-managing-objects-cli[Managing objects with the rosa CLI].
2222
2323
include::modules/rosa-scaling-worker-nodes.adoc[leveloffset=+1]
24-
include::modules/rosa-adding-node-labels.adoc[leveloffset=+1]
24+
include::modules/rosa-osd-node-label-about.adoc[leveloffset=+1]
25+
26+
[role="_additional-resources"]
27+
.Additional resources
28+
29+
* For more information about labels, see link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/[Kubernetes Labels and Selectors overview].
30+
31+
include::modules/rosa-adding-node-labels.adoc[leveloffset=+2]
2532
include::modules/rosa-adding-taints.adoc[leveloffset=+1]
2633

2734
== Additional resources

0 commit comments

Comments
 (0)