Skip to content

Commit b2647fa

Browse files
Edwinhr716changlan
authored andcommitted
remove propagation policy from list command
1 parent 7a5cdbd commit b2647fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

axlearn/cloud/gcp/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ def list_k8s_leaderworkerset(*, namespace: str) -> list[str]:
419419

420420
lws_groups = k8s.client.CustomObjectsApi().list_namespaced_custom_object(
421421
namespace=namespace,
422-
propagation_policy="Foreground",
423422
**custom_leaderworkerset_kwargs(),
424423
)
425424
names = []

0 commit comments

Comments
 (0)