Skip to content

Commit 2c985c5

Browse files
authored
Merge pull request #35448 from bergerhoffer/ODSOCS-1788
OSDOCS-1788: Removing TP from scheduler profiles
2 parents f953499 + 744c78d commit 2c985c5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

nodes/scheduling/nodes-scheduler-default.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ particular node.
1616

1717
[IMPORTANT]
1818
====
19-
Configuring a scheduler policy is deprecated and is planned for removal in a future release. For more information on the Technology Preview alternative, see xref:../../nodes/scheduling/nodes-scheduler-profiles.adoc#nodes-scheduler-profiles[Scheduling pods using a scheduler profile].
19+
Configuring a scheduler policy is deprecated and is planned for removal in a future release. For more information on the alternative, see xref:../../nodes/scheduling/nodes-scheduler-profiles.adoc#nodes-scheduler-profiles[Scheduling pods using a scheduler profile].
2020
====
2121

2222
A selection of predicates and priorities defines the policy for the scheduler. See xref:../../nodes/scheduling/nodes-scheduler-default.adoc#nodes-scheduler-default-modifying_nodes-scheduler-default[Modifying scheduler policy] for a list of predicates and priorities.
@@ -41,7 +41,7 @@ spec:
4141
defaultNodeSelector: type=user-node,region=east <2>
4242
----
4343
<1> You can specify the name of a custom scheduler policy file.
44-
<2> Optional: Specify a default node selector to restrict pod placement to specific nodes. The default node selector is applied to the pods created in all namespaces. Pods can be scheduled on nodes with labels that match the default node selector and any existing pod node selectors. Namespaces having project-wide node selectors are not impacted even if this field is set.
44+
<2> Optional: Specify a default node selector to restrict pod placement to specific nodes. The default node selector is applied to the pods created in all namespaces. Pods can be scheduled on nodes with labels that match the default node selector and any existing pod node selectors. Namespaces having project-wide node selectors are not impacted even if this field is set.
4545

4646
// The following include statements pull in the module files that comprise
4747
// the assembly. Include any combination of concept, procedure, or reference

nodes/scheduling/nodes-scheduler-profiles.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ toc::[]
77

88
You can configure {product-title} to use a scheduling profile to schedule pods onto nodes within the cluster.
99

10-
:FeatureName: Enabling a scheduler profile
11-
include::modules/technology-preview.adoc[leveloffset=+0]
12-
1310
// About scheduler profiles
1411
include::modules/nodes-scheduler-profiles-about.adoc[leveloffset=+1]
1512

0 commit comments

Comments
 (0)