We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656094c commit 7f4d193Copy full SHA for 7f4d193
src/xpk/core/cluster.py
@@ -751,6 +751,6 @@ def _get_credentials(
751
def _are_credentials_valid() -> bool:
752
kubectl_command = 'kubectl get pods'
753
kubectl_return_code = run_command_with_updates(
754
- kubectl_command, 'Test kubectl credentials'
+ kubectl_command, 'Test kubectl credentials', verbose=False
755
)
756
return kubectl_return_code == 0
0 commit comments