We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c4604 commit 1b4f7faCopy full SHA for 1b4f7fa
tests/integration/terraform/component_validation.py
@@ -235,7 +235,7 @@ def test_ui_accessibility(self):
235
"""Test that Kafka UI is accessible."""
236
# Get LoadBalancer IP address
237
raw = check_output(
238
- "kubectl get services -A --field-selector spec.type=LoadBalancer -o json",
+ "microk8s.kubectl get services -A --field-selector spec.type=LoadBalancer -o json",
239
shell=True,
240
universal_newlines=True,
241
stderr=PIPE,
0 commit comments