mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +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",
|
||||
"apiVersion" : "v1",
|
||||
"predicates" : [
|
||||
{"name" : "PodFitsPorts"},
|
||||
{"name" : "PodFitsHostPorts"},
|
||||
{"name" : "PodFitsResources"},
|
||||
{"name" : "NoDiskConflict"},
|
||||
{"name" : "MatchNodeSelector"},
|
||||
|
@ -2,7 +2,7 @@
|
||||
"kind" : "Policy",
|
||||
"apiVersion" : "v1",
|
||||
"predicates" : [
|
||||
{"name" : "PodFitsPorts"},
|
||||
{"name" : "PodFitsHostPorts"},
|
||||
{"name" : "PodFitsResources"},
|
||||
{"name" : "NoDiskConflict"},
|
||||
{"name" : "NoVolumeZoneConflict"},
|
||||
|
Loading…
Reference in New Issue
Block a user