Skip to content

Commit c3c36c7

Browse files
authored
Merge pull request #50241 from JoeyC-Dev/kubeschedulerApiUpdate
Update API version from `kubescheduler.config.k8s.io/v1beta3` to `kubescheduler.config.k8s.io/v1`
2 parents be8e1a5 + ce341fb commit c3c36c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ To do so, add an `addedAffinity` to the `args` field of the [`NodeAffinity` plug
196196
in the [scheduler configuration](/docs/reference/scheduling/config/). For example:
197197

198198
```yaml
199-
apiVersion: kubescheduler.config.k8s.io/v1beta3
199+
apiVersion: kubescheduler.config.k8s.io/v1
200200
kind: KubeSchedulerConfiguration
201201

202202
profiles:

content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ ReplicaSets, StatefulSets or ReplicationControllers that the Pod belongs to.
515515
An example configuration might look like follows:
516516

517517
```yaml
518-
apiVersion: kubescheduler.config.k8s.io/v1beta3
518+
apiVersion: kubescheduler.config.k8s.io/v1
519519
kind: KubeSchedulerConfiguration
520520
521521
profiles:
@@ -565,7 +565,7 @@ you can disable those defaults by setting `defaultingType` to `List` and leaving
565565
empty `defaultConstraints` in the `PodTopologySpread` plugin configuration:
566566

567567
```yaml
568-
apiVersion: kubescheduler.config.k8s.io/v1beta3
568+
apiVersion: kubescheduler.config.k8s.io/v1
569569
kind: KubeSchedulerConfiguration
570570
571571
profiles:

0 commit comments

Comments
 (0)