From 006788d13b4356ef76ccebcac9de89af99fd80a1 Mon Sep 17 00:00:00 2001 From: utkarsh-singh1 Date: Mon, 27 Mar 2023 16:48:42 +0530 Subject: [PATCH 1/4] Updated kubect cheatsheet docmentation Signed-off-by: utkarsh-singh1 --- content/en/docs/reference/kubectl/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index 54a0e43954..9033fb2b22 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -42,7 +42,7 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc ### FISH -Require kubectl version 1.23 or more. +Require kubectl version 1.23 or above. ```bash echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add autocomplete permanently to your fish shell From 948dec77a865a5d98becd57bfd342325fdadf874 Mon Sep 17 00:00:00 2001 From: utkarsh-singh1 Date: Mon, 5 Jun 2023 15:41:17 +0530 Subject: [PATCH 2/4] Updated oudated links in pre-requisites-ref-docs.md Signed-off-by: utkarsh-singh1 --- .../contribute/generate-ref-docs/prerequisites-ref-docs.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md b/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md index c719920813..ff87f63aa1 100644 --- a/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md +++ b/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md @@ -5,18 +5,17 @@ - You need to have these tools installed: - - [Python](https://www.python.org/downloads/) v3.7.x + - [Python](https://www.python.org/downloads/) v3.7.x+ - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - - [Golang](https://golang.org/doc/install) version 1.13+ + - [Golang](https://go.dev/dl/) version 1.13+ - [Pip](https://pypi.org/project/pip/) used to install PyYAML - [PyYAML](https://pyyaml.org/) v5.1.2 - [make](https://www.gnu.org/software/make/) - [gcc compiler/linker](https://gcc.gnu.org/) - - [Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference) + - [Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference, also kubernetes moving on from dockershim read [here](https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/)) - Your `PATH` environment variable must include the required build tools, such as the `Go` binary and `python`. - You need to know how to create a pull request to a GitHub repository. This involves creating your own fork of the repository. For more information, see [Work from a local clone](/docs/contribute/new-content/open-a-pr/#fork-the-repo). - From 25e953f521e65edb2fcab3c9ab783c56cb615058 Mon Sep 17 00:00:00 2001 From: utkarsh-singh1 Date: Sat, 12 Aug 2023 23:21:10 +0530 Subject: [PATCH 3/4] Updated /docs/reference/kubectl/cheatsheet.md Signed-off-by: utkarsh-singh1 --- content/en/docs/reference/kubectl/cheatsheet.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/content/en/docs/reference/kubectl/cheatsheet.md b/content/en/docs/reference/kubectl/cheatsheet.md index df49986712..3cb2016346 100644 --- a/content/en/docs/reference/kubectl/cheatsheet.md +++ b/content/en/docs/reference/kubectl/cheatsheet.md @@ -39,15 +39,6 @@ complete -o default -F __start_kubectl k source <(kubectl completion zsh) # set up autocomplete in zsh into the current shell echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc # add autocomplete permanently to your zsh shell ``` - -### FISH - -Require kubectl version 1.23 or above. - -```bash -echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add autocomplete permanently to your fish shell -``` - ### A note on `--all-namespaces` Appending `--all-namespaces` happens frequently enough that you should be aware of the shorthand for `--all-namespaces`: From 4ed9c343e205f8bbee04c64e40be57dc5c19c0da Mon Sep 17 00:00:00 2001 From: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:02:47 +0000 Subject: [PATCH 4/4] Updated con docs/contribute/generate-ref-docs/prerequisites-ref-docs.md Signed-off-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com> --- .../docs/contribute/generate-ref-docs/prerequisites-ref-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md b/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md index ff87f63aa1..e33239a5da 100644 --- a/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md +++ b/content/en/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md @@ -12,7 +12,7 @@ - [PyYAML](https://pyyaml.org/) v5.1.2 - [make](https://www.gnu.org/software/make/) - [gcc compiler/linker](https://gcc.gnu.org/) - - [Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference, also kubernetes moving on from dockershim read [here](https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/)) + - [Docker](https://docs.docker.com/engine/installation/) (Required only for `kubectl` command reference) - Your `PATH` environment variable must include the required build tools, such as the `Go` binary and `python`.