Skip to content

Commit 68e8107

Browse files
authored
Merge pull request #85699 from mburke5678/fix-secondary-scheduler-link
Deploying a secondary scheduler has bad link
2 parents 34a7e7e + 5a6a87f commit 68e8107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-secondary-scheduler-configuring-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ metadata:
3636
namespace: "openshift-secondary-scheduler-operator" <2>
3737
data:
3838
"config.yaml": |
39-
apiVersion: kubescheduler.config.k8s.io/v1beta3
39+
apiVersion: kubescheduler.config.k8s.io/v1
4040
kind: KubeSchedulerConfiguration <3>
4141
leaderElection:
4242
leaderElect: false
@@ -50,7 +50,7 @@ data:
5050
----
5151
<1> The name of the config map. This is used in the *Scheduler Config* field when creating the `SecondaryScheduler` CR.
5252
<2> The config map must be created in the `openshift-secondary-scheduler-operator` namespace.
53-
<3> The `KubeSchedulerConfiguration` resource for the secondary scheduler. For more information, see link:https://kubernetes.io/docs/reference/config-api/kube-scheduler-config.v1beta3/#kubescheduler-config-k8s-io-v1beta3-KubeSchedulerConfiguration[`KubeSchedulerConfiguration`] in the Kubernetes API documentation.
53+
<3> The `KubeSchedulerConfiguration` resource for the secondary scheduler. For more information, see link:https://kubernetes.io/docs/reference/config-api/kube-scheduler-config.v1/#kubescheduler-config-k8s-io-v1-KubeSchedulerConfiguration[`KubeSchedulerConfiguration`] in the Kubernetes API documentation.
5454
<4> The name of the secondary scheduler. Pods that set their `spec.schedulerName` field to this value are scheduled with this secondary scheduler.
5555
<5> The plugins to enable or disable for the secondary scheduler. For a list default scheduling plugins, see link:https://kubernetes.io/docs/reference/scheduling/config/#scheduling-plugins[Scheduling plugins] in the Kubernetes documentation.
5656

0 commit comments

Comments
 (0)