Skip to content

Commit d844dca

Browse files
yuvallevy2zcahana
andauthored
Update log_collector/log_collector.py
Co-authored-by: Zvi Cahana <[email protected]>
1 parent b48d5db commit d844dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log_collector/log_collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ def collect_connectivity_check(namespace, output_dir, k8s_cli):
10851085
resource_name="connectivity check via curl")
10861086
# Verify with kubectl.
10871087
collect_helper(output_dir,
1088-
cmd=f"{k8s_cli} get version -n {namespace}",
1088+
cmd=f"{k8s_cli} version --v=9",
10891089
file_name="connectivity_check_via_k8s_cli",
10901090
resource_name="connectivity check via k8s cli",
10911091
namespace=namespace)

0 commit comments

Comments
 (0)