Skip to content

Commit 7f4d193

Browse files
authored
Silent credentials check (#964)
feat: silent credentials check
1 parent 656094c commit 7f4d193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xpk/core/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,6 @@ def _get_credentials(
751751
def _are_credentials_valid() -> bool:
752752
kubectl_command = 'kubectl get pods'
753753
kubectl_return_code = run_command_with_updates(
754-
kubectl_command, 'Test kubectl credentials'
754+
kubectl_command, 'Test kubectl credentials', verbose=False
755755
)
756756
return kubectl_return_code == 0

0 commit comments

Comments
 (0)