We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34ee4c commit 05a7907Copy full SHA for 05a7907
sources/kubernetes
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
3
+kube_ssh_tunnel() {
4
+ ssh_forward_local 6443 6443 "${KUBERNETES_MASTER}"
5
+}
6
+
7
if command -v kubectl >/dev/null 2>&1; then
8
if command -v yq >/dev/null 2>&1; then
9
__kube_ps1() {
0 commit comments