From 18faf8cf8ea984610e36f27ac2a7df0f46af0acc Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 28 Aug 2020 12:37:00 +0100 Subject: [PATCH] updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92506352..347ffd59 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,8 @@ etc. - service accounts, resource quotas, network policies, pod security policies - pods (might be too much detail if you have high replica counts, so done last, comment if you're sure nobody has deployed pods outside deployments) - `kubernetes_foreach_context.sh` - runs a command across all kubectl contexts (skips lab contexts `docker` / `minikube` / `minishift` to avoid hangs since they're often offline) +- `kubectl_exec.sh` - finds and execs to the first Kubernetes pod matching given pod filters, can optionally specify the container to exec to +- `kubectl_exec_grep.sh` - finds and execs to the first Kubernetes pod matching the given name regex, can optionally specify the container name regex to exec to - `kubernetes_api.sh` - finds Kubernetes API and runs your curl arguments against it, auto-getting authorization token and auto-populating OAuth authentication header - `kubernetes_join_cmd.sh` - outputs `kubeadm join` command (generates new token) to join an existing Kubernetes cluster (used in [vagrant kubernetes](https://github.com/HariSekhon/DevOps-Bash-tools/tree/master/vagrant/kubernetes) provisioning scripts) - `kubernetes_join_cmd2.sh` - outputs `kubeadm join` command manually (calculates cert hash + generates new token) to join an existing Kubernetes cluster