mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #39715 from tanshanshan/scheduler-example
Automatic merge from submit-queue PodFitsPorts has been replaced by PodFitsHostPorts **What this PR does / why we need it**: in [defaults.go](https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/scheduler/algorithmprovider/defaults/defaults.go) > PodFitsPorts has been replaced by PodFitsHostPorts for better user understanding. For backwards compatibility with 1.0, PodFitsPorts is registered as well. So , I replaced PodFitsPorts with PodFitsHostPorts in scheduler examples **Special notes for your reviewer**: **Release note**: ```release-note ```
This commit is contained in:
commit
32e163c928
@ -2,7 +2,7 @@
|
|||||||
"kind" : "Policy",
|
"kind" : "Policy",
|
||||||
"apiVersion" : "v1",
|
"apiVersion" : "v1",
|
||||||
"predicates" : [
|
"predicates" : [
|
||||||
{"name" : "PodFitsPorts"},
|
{"name" : "PodFitsHostPorts"},
|
||||||
{"name" : "PodFitsResources"},
|
{"name" : "PodFitsResources"},
|
||||||
{"name" : "NoDiskConflict"},
|
{"name" : "NoDiskConflict"},
|
||||||
{"name" : "MatchNodeSelector"},
|
{"name" : "MatchNodeSelector"},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"kind" : "Policy",
|
"kind" : "Policy",
|
||||||
"apiVersion" : "v1",
|
"apiVersion" : "v1",
|
||||||
"predicates" : [
|
"predicates" : [
|
||||||
{"name" : "PodFitsPorts"},
|
{"name" : "PodFitsHostPorts"},
|
||||||
{"name" : "PodFitsResources"},
|
{"name" : "PodFitsResources"},
|
||||||
{"name" : "NoDiskConflict"},
|
{"name" : "NoDiskConflict"},
|
||||||
{"name" : "NoVolumeZoneConflict"},
|
{"name" : "NoVolumeZoneConflict"},
|
||||||
|
Loading…
Reference in New Issue
Block a user