Skip to content

Commit 86cc349

Browse files
authored
Update api version
1 parent e557c53 commit 86cc349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)