Merge pull request #4071 from codrAlxx/4068-enable-preemption
Enable preemption feature in development environment karmada-controller-manager.yaml
This commit is contained in:
commit
cc5242bc54
|
@ -30,6 +30,7 @@ spec:
|
|||
- --cluster-status-update-frequency=10s
|
||||
- --secure-port=10357
|
||||
- --failover-eviction-timeout=30s
|
||||
- --feature-gates=PropagationPolicyPreemption=true
|
||||
- --v=4
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
|
Loading…
Reference in New Issue