From acd90b96fc99c0fb45f837bcd077f52d3d2629b7 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sun, 1 Sep 2024 15:30:59 +0200 Subject: [PATCH] updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00818d51edb..57157b51dab 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ See also [Knowledge Base notes for GCP](https://github.com/HariSekhon/Knowledge- - `kubectl_dnsutils.sh` - `kubectl_gcloud_sdk.sh` - `kubectl_run_sa.sh` - launch a quick pod with the given service account to test private repo pull & other permissions +- `kubectl_port_forward_spark.sh` - launches `kubectl port-forward` to Spark driver pod for Spark UI. If more than one Spark driver pod is found, prompts with an interactive dialogue to choose one. On Mac automatically opens the Spark UI on localhost URL in the default browser - `helm_template.sh` - templates a Helm chart for Kustomize deployments - `kustomize_parse_helm_charts.sh` - parses the [Helm](https://helm.sh/) charts from one or more `kustomization.yaml` files into TSV format for further shell pipe processing - `kustomize_install_helm_charts.sh` - installs the [Helm](https://helm.sh/) charts from one or more `kustomization.yaml` files the old fashioned Helm CLI way so that tools like [Nova](https://github.com/FairwindsOps/nova) can be used to detect outdated charts (used in [Kubernetes-configs](https://github.com/HariSekhon/Kubernetes-configs) repo's [CI](https://github.com/HariSekhon/Kubernetes-configs/actions/workflows/nova.yaml))