Tim Hockin
|
685bbf54c2
|
Remove 'this is HEAD' warning on docs
|
2016-10-26 00:06:59 +02:00 |
Fabiano Franz
|
04122e99c6
|
Use our own normalizers in the conventions doc
|
2016-10-17 11:50:02 -02:00 |
Davanum Srinivas
|
19d5af9961
|
Extend all to more resources
Added more things from the list here:
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd.go#L159
Update the devel/kubectl-conventions.md with the rules mentioned by
a few folks on which resources could be added to the special 'all' alias
|
2016-09-19 13:01:59 -04:00 |
David McMahon
|
9975514540
|
Update the latestReleaseBranch to release-1.4 in the munger.
|
2016-09-01 14:40:55 -07:00 |
Silas Boyd-Wickizer
|
3cc8cb9486
|
Add a short `-n` for `kubectl`'s `--namespace`
fixes #24078
--namespace is a very common flag for nearly every kubectl command we have.
We should claim -n for it.
|
2016-08-16 08:32:47 -07:00 |
Daniel Smith
|
35f1a5d54c
|
Revert "Extend all to more resources"
|
2016-08-01 21:51:57 -07:00 |
Davanum Srinivas
|
4783107ecf
|
Extend all to more resources
Added more things from the list here:
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd.go#L159
Update the devel/kubectl-conventions.md with the rules mentioned by
a few folks on which resources could be added to the special 'all' alias
Related to a suggestion in issue #22337
|
2016-07-24 21:14:50 -04:00 |
joe2far
|
9298db79ff
|
Fix broken warning image link in docs
|
2016-07-15 10:44:58 +01:00 |
joe2far
|
91f8164944
|
Make kubectl help strings consistent
|
2016-06-29 12:50:24 +01:00 |
Michael Rubin
|
b601f18a29
|
Document usage of dedent for kubectl commands
|
2016-06-26 22:51:16 -07:00 |
David McMahon
|
4a5d209960
|
Updated docs and examples for release-1.3.
|
2016-06-13 12:24:34 -07:00 |
Dawn Chen
|
94ac5ff7f0
|
Revert "Versioning docs and examples for v1.4.0-alpha.0."
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
|
2016-06-10 16:46:46 -07:00 |
David McMahon
|
2f5640b791
|
Versioning docs and examples for v1.4.0-alpha.0.
|
2016-06-10 14:55:35 -07:00 |
Klaus Ma
|
f6cab74b41
|
Update kubectl service output.
|
2016-05-14 11:10:29 +08:00 |
Mike Brown
|
6ce7973d9b
|
devel/ tree 80col updates; and other minor edits
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
2016-05-09 18:39:56 -05:00 |
k8s-merge-robot
|
6b98cc4112
|
Merge pull request #25269 from janetkuo/kubectl-conventions
Automatic merge from submit-queue
Document that kubectl commands shouldn't have aliases
## Pull Request Guidelines
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below.
```release-note
* Use the release-note-* labels to set the release note state
* Clear this block to use the PR title as the release note
-OR-
* Enter your extended release note here
```
Ref https://github.com/kubernetes/kubernetes/issues/25180#issuecomment-217453402 @kubernetes/kubectl
[]()
|
2016-05-09 15:03:19 -07:00 |
Janet Kuo
|
5cd8a2f393
|
Document that kubectl commands shouldn't have aliases
|
2016-05-09 11:19:52 -07:00 |
deads2k
|
c43b5ec40c
|
create command guidance
|
2016-05-09 08:14:48 -04:00 |
David McMahon
|
e0770531ab
|
Update the latestReleaseBranch to release-1.2 in the munger.
|
2016-03-08 18:59:28 -08:00 |
Maciej Szulik
|
1a1db74ae8
|
Updated kubectl convetions with information about describing empty fields
|
2016-03-07 13:31:19 +01:00 |
Michail Kargakis
|
12ddea1828
|
docs: kubectl command structure and generators conventions
|
2016-01-31 17:24:17 +01:00 |
Janet Kuo
|
20a715d36f
|
Update kubectl convention about title column
|
2016-01-28 20:11:59 -08:00 |
Chao Xu
|
83db13cc2e
|
run hack/update-generated-docs.sh
|
2015-12-21 10:41:30 -08:00 |
Tim Hockin
|
ff8cdfcde8
|
Run update-gendocs
|
2015-11-13 13:57:57 -08:00 |
Brian Grant
|
ca9f771cf9
|
Start on expanding code expectations (aka "The bar")
|
2015-09-01 20:33:59 +00:00 |
Eric Paris
|
0eb6b6ec3d
|
TYPO: fix documentation to point at update-generated-docs.sh
|
2015-08-14 18:50:03 -04:00 |
Brian Grant
|
bc21d6f1f4
|
Update API conventions. Add kubectl conventions.
Ref #12322. Fixes #6797.
|
2015-08-14 01:32:38 +00:00 |