mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
kubectl Pod Disruption Budget V2 selector parameter is required
Signed-off-by: Ferran Rodenas <frodenas@gmail.com>
This commit is contained in:
parent
ca3d3e14c0
commit
2936479ea1
@ -122,7 +122,7 @@ func (PodDisruptionBudgetV2Generator) ParamNames() []GeneratorParam {
|
|||||||
{"name", true},
|
{"name", true},
|
||||||
{"min-available", false},
|
{"min-available", false},
|
||||||
{"max-unavailable", false},
|
{"max-unavailable", false},
|
||||||
{"selector", false},
|
{"selector", true},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user