From 14d72543df8bbde9494fca23961c53230557b1bd Mon Sep 17 00:00:00 2001 From: Bartosz Fenski Date: Wed, 14 Feb 2024 19:22:09 +0100 Subject: [PATCH 1/2] info about excluded namespace --- "\\" | 14 ++++++++++++++ robusta_krr/main.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 "\\" diff --git "a/\\" "b/\\" new file mode 100644 index 00000000..8cd525c9 --- /dev/null +++ "b/\\" @@ -0,0 +1,14 @@ +[user] + email = bfenski@akamai.com + name = Bartosz Fenski + +[includeIf "gitdir:~/homelab/"] + path = ~/homelab/.gitconfig + +[includeIf "gitdir:~/test/"] + path = ~/homelab/.gitconfig + +[alias] + change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch -f --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f" +[gui] + recentrepo = /Users/bfenski/cloud-observability diff --git a/robusta_krr/main.py b/robusta_krr/main.py index aef38485..83faebae 100644 --- a/robusta_krr/main.py +++ b/robusta_krr/main.py @@ -72,7 +72,7 @@ def run_strategy( None, "--namespace", "-n", - help="List of namespaces to run on. By default, will run on all namespaces.", + help="List of namespaces to run on. By default, will run on all namespaces except 'kube-system'.", rich_help_panel="Kubernetes Settings", ), resources: List[str] = typer.Option( From ef8117c3ffaaf8eb74d5f02458036fb49f7614bc Mon Sep 17 00:00:00 2001 From: Bartosz Fenski Date: Wed, 14 Feb 2024 19:23:07 +0100 Subject: [PATCH 2/2] remove crap --- "\\" | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 "\\" diff --git "a/\\" "b/\\" deleted file mode 100644 index 8cd525c9..00000000 --- "a/\\" +++ /dev/null @@ -1,14 +0,0 @@ -[user] - email = bfenski@akamai.com - name = Bartosz Fenski - -[includeIf "gitdir:~/homelab/"] - path = ~/homelab/.gitconfig - -[includeIf "gitdir:~/test/"] - path = ~/homelab/.gitconfig - -[alias] - change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch -f --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f" -[gui] - recentrepo = /Users/bfenski/cloud-observability