Add track_instance_changes note in disable_group_policy_check_upcall
If you set disable_group_policy_check_upcall=True then you probably also don't need to track instance changes, so this change provides a link from disable_group_policy_check_upcall to track_instance_changes in the config option help text. Change-Id: Ide939d762f738d5d860f9a09d5b6fdd983e6b15a
This commit is contained in:
parent
c780f31c79
commit
6787d62bf6
@ -141,6 +141,11 @@ check is needed to ensure proper affinity policy.
|
|||||||
|
|
||||||
Operators that desire api/cell isolation over this check should
|
Operators that desire api/cell isolation over this check should
|
||||||
enable this flag, which will avoid making that upcall from compute.
|
enable this flag, which will avoid making that upcall from compute.
|
||||||
|
|
||||||
|
Related options:
|
||||||
|
|
||||||
|
* [filter_scheduler]/track_instance_changes also relies on upcalls from the
|
||||||
|
compute service to the scheduler service.
|
||||||
"""),
|
"""),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user