Commit Graph

162 Commits

Author SHA1 Message Date
Prasanna Karunanayaka edd262d10d
Update kubectl cheat sheet with command to identify Nodes in Ready state (#43114)
* Update cheatsheet.md

Added - Check which nodes are ready with custom-columns

* Update content/en/docs/reference/kubectl/cheatsheet.md

Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>

---------

Co-authored-by: Ritika <52399571+Ritikaa96@users.noreply.github.com>
2023-10-09 15:41:34 +02:00
steve-hardman e822502654 Update jq link 2023-10-03 12:55:01 +00:00
Kubernetes Prow Robot 8ec7897298
Merge pull request #40331 from utkarsh-singh1/update-docs-reference-kubectl-cheatsheet-md
Added kubectl completion command for fish shell in kubect cheatsheet docmentation
2023-09-25 01:46:57 -07:00
Utkarsh Singh 92fbd57141 Updated /content/en/docs/reference/kubectl/cheatsheet
Signed-off-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com>
2023-09-24 16:34:35 +00:00
Kubernetes Prow Robot e6987bde68
Merge pull request #41049 from able8/add-go-template-to-kubectl-output-format
Add the go-template output format in "kubectl Cheat Sheet" page
2023-08-18 11:14:28 -07:00
Tim Bannister 9520b96a61 Revise docs home page
Reorder and replace cards to better (I hope!) serve our readers.
2023-08-09 11:49:12 +01:00
Kubernetes Prow Robot 91afacf8a6
Merge pull request #40444 from Tariqs/patch-1
Add cheat sheet entry: overwrite an existing value of label
2023-05-17 03:32:33 -07:00
Kubernetes Prow Robot edc769baa4
Merge pull request #39576 from sftim/20220108_improve_api_documentation_objects_part_1
Reorganize Working with Kubernetes Objects section
2023-05-10 18:39:09 -07:00
able8 b3c81f249c Add go-template to kubectl output format 2023-05-09 22:19:16 +08:00
Marcelo Giles ff5d7b9383
Remove empty line 2023-05-02 12:24:48 -07:00
Marcelo Giles c764279d89
Add note tags and version prefix 2023-05-01 21:53:22 -07:00
Marcelo Giles 585024554c
Add version information to kubectl cheat sheet 2023-04-30 17:36:24 -07:00
Tim Bannister 634c17f61c Reorganize Working with Kubernetes Objects section
- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
  first mention of “object”
- add a redirect

Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-04-29 21:39:42 +01:00
Kubernetes Prow Robot 686eefe27a
Merge pull request #40447 from Tariqs/patch-2
Add cheat sheet entry: remove annotation from pod
2023-04-27 16:40:15 -07:00
Juergen Hoetzel f1606cc9f7 Simplify kubectl heredoc usage in cheatsheet
Remove the unnecessary cat command.
2023-04-02 15:02:49 +02:00
Muhammad Tariq 7c707e9384
Remove annotation from pod 2023-04-02 19:47:21 +07:00
Muhammad Tariq 49682e9e41
Overwrite an existing value of label 2023-04-02 14:18:19 +07:00
utkarsh-singh1 142a543d56 Updated kubect cheatsheet docmentation
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-03-27 16:48:42 +05:30
utkarsh-singh1 99928d6054 Added kubectl completion command for fish shell in kubect cheatsheet docmentation
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-03-27 13:10:51 +05:30
utkarsh-singh1 7827c1965b Added kubectl completion command for fish shell in kubect cheatsheet docmentation
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com>
2023-03-25 16:50:36 +05:30
Asaf Malin 1dc2a5f457
Update cheatsheet.md 2023-01-26 21:11:51 +02:00
Tim Bannister 8f9446f87d
Merge branch 'main' into dev-1.26 2022-12-03 21:36:34 +00:00
Oliver Teichmann 39efa7b932
Merge branch 'kubernetes:main' into main 2022-11-28 17:24:57 +01:00
Michael 3e20970eb3 Fix typos in cheatsheet.md 2022-11-23 09:57:35 +08:00
Arda Güçlü 232983a4a2 Events beta docs update 2022-11-16 09:39:14 +03:00
Oliver Teichmann 0df1710f9a
Update cheatsheet.md
Add syntax to remove labels
2022-11-04 09:15:04 +01:00
Kubernetes Prow Robot d942d08c13
Merge pull request #35732 from swadhinbharat/patch-1
Fix comment for kubectl dry-run in cheatsheet
2022-10-30 05:16:44 -07:00
NitishKumar06 ecb0c27fad Minor modification in kubectl-cheatsheet.md applied 2022-10-13 21:41:30 +05:30
NitishKumar06 d3ada38039 Minor modification in Kubectl cheatsheet.md 2022-10-13 21:24:54 +05:30
Swadhin Patel 8a359c8973
Updated the command putting in single line
Updated the command so that it stays in single line as per review comment
2022-10-04 12:31:45 +08:00
Swadhin Patel 63b59a31d2
Merge branch 'kubernetes:main' into patch-1 2022-10-04 09:57:07 +05:30
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Swadhin Patel e343b36d72
Update cheatsheet.md
It's wrong to say "Run pod nginx" along with the spec being written to the file as the option --dry-run would make sure that the actual executing is not happening but only the preview is generated

The statement would have been correct if the command were something like ...
kubectl run nginx --image=nginx -o yaml > pod.yaml
2022-08-05 18:22:20 +08:00
Kubernetes Prow Robot fe1136848d
Merge pull request #32491 from stemid/patch-1
Cheatsheet syntax to retrieve Secret values with dashes (-) in their key names
2022-07-12 02:36:50 -07:00
Kourtney a0feb8580e
Update content/en/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-07-07 10:43:47 -04:00
Kourtney 484713a60b
Update cheatsheet.md
Document kubectl set-cluster --proxy-url
2022-07-06 11:30:19 -04:00
Kubernetes Prow Robot 119fd7bb29
Merge pull request #34450 from Kwazimolo/patch-1
Updated cheatsheet.md with 'get taints' command
2022-07-02 01:15:23 -07:00
Shannon -jj Behrens 5aa48c49e8
Fixed a zsh bug
Using double quotes causes the code to be evaluated too early and ends up not working if you don't have kubectl installed.
2022-06-24 20:18:26 -07:00
Brandon Richard 2f2a4d5bae
Updated cheatsheet.md with 'get taints' command
Updated the kubectl cheat sheet (cheatsheet.md) with a command for viewing taints which exists on current nodes.
2022-06-21 15:04:37 +01:00
Stefan Midjich dd9061e326
clarify that the value is base64 encoded
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-17 19:41:52 +02:00
Stefan Midjich 95dd0b33ab
Update content/en/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-14 21:17:03 +02:00
Kubernetes Prow Robot e1a1a953c6
Merge pull request #32127 from mtovmassian/fix-en-bash-alias-auto-completion
[en] Update Bash alias auto-completion
2022-06-13 21:11:34 -07:00
lostick cfb897169b Fix typos in tasks docs 2022-05-31 14:47:40 +01:00
Kubernetes Prow Robot 49a2655d25
Merge pull request #32604 from nikhita/kubectl-subresource-support-docs
Document kubectl subresource support
2022-04-07 22:32:43 -07:00
Nikhita Raghunath 73563a3d7a Add docs for kubectl subresource support 2022-04-08 09:11:02 +05:30
Nate W 7c67921f3f Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-28 08:48:23 -07:00
Kubernetes Prow Robot 39fd63ba12
Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
fix busybox image to version 1.28
2022-03-25 15:45:59 -07:00
Kubernetes Prow Robot 689417422e
Merge pull request #32012 from bwolmarans/patch-1
--all-namespaces shorthand
2022-03-25 15:41:58 -07:00
Stefan Midjich 5e9e7d0b21
Template syntax to retrieve values with dashes (-) in their key names
This template syntax was not obvious to me until someone pointed it out on stackexchange, it should be in the cheatsheet for future users. Because trying to retrieve a value with dashes in its key-name using the normal template syntax will result in an error.
2022-03-25 10:23:26 +01:00
Brett Wolmarans 2d69c47782
Update content/en/docs/reference/kubectl/cheatsheet.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-24 10:29:42 -07:00