mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Update search string for failed scheduling
This commit is contained in:
parent
ce19dda57a
commit
697e78565c
@ -261,7 +261,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S
|
|||||||
reason: "FailedScheduling",
|
reason: "FailedScheduling",
|
||||||
pattern: make([]string, 2)}
|
pattern: make([]string, 2)}
|
||||||
ep.pattern = append(ep.pattern, "MatchNodeSelector")
|
ep.pattern = append(ep.pattern, "MatchNodeSelector")
|
||||||
ep.pattern = append(ep.pattern, "No nodes are available")
|
ep.pattern = append(ep.pattern, "NoVolumeNodeConflict")
|
||||||
for _, testVolType := range LocalVolumeTypes {
|
for _, testVolType := range LocalVolumeTypes {
|
||||||
|
|
||||||
It("should not be able to mount due to different NodeAffinity", func() {
|
It("should not be able to mount due to different NodeAffinity", func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user