From a27775f99a7b449c5a3d35f744d036671f94e6e9 Mon Sep 17 00:00:00 2001 From: Alexander Zigelski <7140800+crunchtime-ali@users.noreply.github.com> Date: Sun, 5 Jul 2020 22:37:40 +0200 Subject: [PATCH 1/3] k9s has been added to homebrew-core --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f9140d..1fac4084 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,13 @@ K9s is available on Linux, macOS and Windows platforms. * Binaries for Linux, Windows and Mac are available as tarballs in the [release](https://github.com/derailed/k9s/releases) page. -* Via Homebrew or LinuxBrew for macOS and Linux +* Via Homebrew for macOS + + ```shell + brew install k9s + ``` + +* Via LinuxBrew for Linux ```shell brew install derailed/k9s/k9s From 0ec82f19312e68db891eafc8bc66d1f669ebc26a Mon Sep 17 00:00:00 2001 From: Alexander Zigelski <7140800+crunchtime-ali@users.noreply.github.com> Date: Mon, 6 Jul 2020 23:19:45 +0200 Subject: [PATCH 2/3] k9s was added to linuxbrew-core as well --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1fac4084..53189f10 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,11 @@ K9s is available on Linux, macOS and Windows platforms. * Binaries for Linux, Windows and Mac are available as tarballs in the [release](https://github.com/derailed/k9s/releases) page. -* Via Homebrew for macOS +* Via Homebrew for macOS or LinuxBrew for Linux ```shell brew install k9s ``` - -* Via LinuxBrew for Linux - - ```shell - brew install derailed/k9s/k9s - ``` * Via [MacPorts](https://www.macports.org) From 5ed68ad560200d81bfb4dd4dacf65e15ca15aa2c Mon Sep 17 00:00:00 2001 From: Andy Cook Date: Tue, 21 Jul 2020 09:46:23 -0700 Subject: [PATCH 3/3] update benchmarking documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53189f10..823f2ea5 100644 --- a/README.md +++ b/README.md @@ -467,12 +467,12 @@ Initially, the benchmarks will run with the following defaults: * HTTP Verb: GET * Path: / -The PortForward view is backed by a new K9s config file namely: `$HOME/.k9s/bench-mycluster.yml`. Each cluster you connect to will have its own bench config file. Changes to this file should automatically update the PortForward view to indicate how you want to run your benchmarks. +The PortForward view is backed by a new K9s config file namely: `$HOME/.k9s/bench-.yml` (note: extension is `yml` and not `yaml`). Each cluster you connect to will have its own bench config file, containing the name of the K8s context for the cluster. Changes to this file should automatically update the PortForward view to indicate how you want to run your benchmarks. Here is a sample benchmarks.yml configuration. Please keep in mind this file will likely change in subsequent releases! ```yaml -# This file resides in $HOME/.k9s/bench-mycluster.yml +# This file resides in $HOME/.k9s/bench-mycontext.yml benchmarks: # Indicates the default concurrency and number of requests setting if a container or service rule does not match. defaults: