We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af94467 commit 1dde333Copy full SHA for 1dde333
1 file changed
src/warnet/k8s.py
@@ -283,6 +283,7 @@ def get_ingress_ip_or_host():
283
print(f"Error getting ingress IP: {e}")
284
return None
285
286
+
287
def get_kubeconfig_value(jsonpath):
288
command = f"kubectl config view --minify -o jsonpath={jsonpath}"
289
return run_command(command)
0 commit comments