Commit Graph

21 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 5d587b85fe
Merge pull request #42664 from tengqm/kubectl-reference
Add reference for kubectl command
2024-01-04 21:07:26 +01:00
Qiming Teng 8b46ec4047 Fix several link errors 2024-01-01 21:15:50 +08:00
Qiming Teng 028069c808 Add reference for kubectl command
The prvious [kubectl reference](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands)
has some problems to resolve and we had never had the luck invest
resource into it. The issues include:

- The kubectl reference is a HTML file, with its own look & feel that
  is different from the rest of the website.
- The kubectl generator is using a container `brianpursley/brodocs:latest`
  which has not seen any maintenance for over severl years. ... and now,
  it is broken. The `make cli` command no longer works, and we don't
  know where the source code is.
- The current kubectl reference is not suitable for browsing on small
  devices. A huge portion of the screen asset is occupied by the
  examples layer. We don't like it and we can do nothing about it.

The added reference for kubectl is generated using the same generator
we use for other k8s components, so the source code is in the
'kubernetes-sig/reference-docs" projects. There is no additional effort
to generate them. The only thing we need to do for each release is to
update it just like we do for other k8s components.
2023-12-23 21:34:03 +08:00
Syafiq Kamarul Azman db0d363874 Fix minor formatting issue in _index.md
In the operations table, the row that describes the "top" command was displayed incorrectly in context of the other rows in the table. This updates the docs to fix that display issue.

Revert changes for [ja] [ko] and [zh-cn]
2023-11-08 07:16:20 +00:00
windsonsea 97175e4da4 Tweak issues-security/security and kubectl index 2023-10-19 16:50:33 +08:00
Ritikaa96 94c174024f Updating in kubectl reference
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-09-15 12:32:02 +09: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
Arda Güçlü 1c26c7be36 move events to correct place 2022-11-28 08:22:05 +03:00
Arda Güçlü 232983a4a2 Events beta docs update 2022-11-16 09:39:14 +03:00
Abigail McCarthy 98f310ab58 Updates page weights in reference docs section
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
2022-11-04 11:37:59 -04:00
Kubernetes Prow Robot 754a380601
Merge pull request #37069 from akankshakumari393/kubectl_default_namespace
Correct the default namespace specified for kubectl running outside cluster
2022-09-30 05:48:29 -07:00
Rishit Dagli 27a79cdebe
Update Resource Types table for 1.25 (#35763)
* Update Resource types table

* Update table formatting

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

Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>

* Fix typo

Co-authored-by: Sean <me@sean.taipei>

* Fix typo

* Update for 1.25.0

Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>
Co-authored-by: Sean <me@sean.taipei>
2022-09-29 16:20:42 -07:00
Akanksha Kumari e6a21b58f2 Update information on how to change default namespace 2022-09-30 00:15:55 +05:30
Akanksha Kumari 2fbf62ea2e Correct the default namespace mentioned for kubectl running outside cluster 2022-09-28 22:52:19 +05:30
Tim Bannister 77a598cb33 Use in-page “what's next” list for kubectl 2022-03-03 10:03:01 +00:00
Tim Bannister e0d4b37070 Highlight link to kubectl cheat sheet
Also, reorder the section overall.
2022-03-03 10:03:01 +00:00
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
raghvenders c77e38066f Review Comments 2021-02-28 20:40:16 -06:00
raghvenders 2b6074e8ed changes 2021-02-22 19:13:26 -06:00
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00