Luc Perkins
2b44b0385a
Merge pull request #9436 from lucperkins/lperkins/issue-8675-no-namespace
...
Clarify how to find out which resources are and aren't namespaced
2018-07-12 13:56:40 -07:00
Bob Killen
42decf8cf7
Update accessing-the-api links ( #9441 )
...
* update accessing-the-api links
* undo update of cn content
2018-07-11 21:45:25 -07:00
lucperkins
f5b5d2baed
Add note on kubectl api-resources command
2018-07-10 10:16:52 -07:00
Qiming
99a77ff368
Consolidate YAML files [part-13] ( #9377 )
...
This PR deals with YAML files referenced by the following two topics:
- concepts:object management
- concepts:service networking
When scanning references to the YAML files to be moved, some trivial
editings were applied to the markdown files. None of this editing should
break the build or ruin the doc otherwise.
2018-07-10 08:56:25 -07:00
Matt Farina
c9fe098230
Adding documentation on recommended labels and annotations ( #8703 )
...
* Adding documentation on recommended labels and annotations
This content was developed as part of the App Def WG
* Updates per feedback from editing and to remove annotations per WG
* Adding app instance to the recommended labels
2018-07-09 11:51:16 -07:00
daemon
fee1cfafdd
Fix example error about selector duplicated #8199 ( #9388 )
2018-07-05 02:04:19 -07:00
SUNNY
6eda6dbc4c
shell command missing fix in docs ( #9213 )
...
https://kubernetes.io/docs/concepts/overview/object-management-kubectl/imperative-config/#migrating-from-imperative-commands-to-imperative-object-configuration : kubectl shell command broken fix
by wrapping kubecl-cmd around codeblock.
Added two lines at bottom - Reviewer suggestion
2018-06-25 01:59:02 -07:00
Steve Perry
75f00dfc60
Apply templates to all concepts and tasks to fix double bullets in TOC ( #9149 )
...
* Apply concept template to fix double bullet issue.
* Apply concept template
* Apply templates to tasks
2018-06-22 11:20:04 -07:00
makocchi
f58f8c2fcf
apply shortcodes and change code fencing style ( #9072 )
...
* shortcodes: use note/warning shortcodes
* code fencing: change to `yaml` from `shell`
2018-06-18 07:17:33 -07:00
makocchi
bbdfeaf94f
wrap by warning shortcodes ( #9114 )
...
* wrap by warning shortcodes
* wrap by warning shortcodes (another)
2018-06-18 07:15:31 -07:00
Takuya Tokuda
0502832cbb
Ordering content by weight ( #8787 )
...
* ordering content by weight
* fix weight of 'setup' contents
* fix weight of 'concepts' contents
* fix weight of 'tasks' contents
* fix weight of 'tutorials' contents
* fix weight of 'reference' contents
* Revert "fix weight of 'tasks' contents"
This reverts commit 4b6916bed0
.
* Revert "fix weight of 'tutorials' contents"
This reverts commit a1f7833143
.
* Revert "fix weight of 'setup' contents"
This reverts commit 91c8de3665
.
* Revert "fix weight of 'reference' contents"
This reverts commit cc95605f6a
.
2018-06-06 16:51:26 -07:00
Masaya Aoyama (@amsy810)
127b52afaf
[mod] Client library link is dead ( #8734 )
...
NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/
For example, this page contain dead link.
https://kubernetes.io/docs/reference/
Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/
Note:
China page don't have this link.
2018-06-01 12:58:57 -07:00
Masaya Aoyama (@amsy810)
88a6607e39
[mod] API overview link is dead ( #8733 )
...
NG: https://kubernetes.io/docs/reference/api-overview/
OK: https://kubernetes.io/docs/reference/using-api/api-overview/
For example, this page contain dead link.
https://kubernetes.io/docs/reference/
Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/api-overview/
Note:
China page don't have this link.
2018-06-01 11:48:55 -07:00
Eqbal Sarjami
4c2e4f825b
Remove selector from Deployment default values ( #8802 )
...
In recent versions of Kubernetes, selector field in DeploymentSpec is required and it'll not be filled with values from pod template. simple_deployment.yaml was already corrected and selector was added, here in this commit the content of the docs corrected to match this change.
2018-05-29 21:52:53 -07:00
Tim Fogarty
35ba266efd
Fix broken link to deprecation policy ( #8713 )
2018-05-23 17:22:32 -07:00
Arsalan Rana
4b1df14561
Bullet formatting ( #8708 )
...
* Bullet formatting
* Update what-is-kubernetes.md
Add line break before listitems to get list to format properly
2018-05-23 15:26:31 -07:00
Andreas Jaeger
651cf059e3
Hugo: Fix kubernetes-api.md ( #8566 )
...
Fix link for kubectl.
2018-05-22 22:35:31 -07:00
Steve Perry
b5bbff1b6d
Fix link to kubectl command reference. ( #8577 )
...
* Fix link to kubectl command reference.
* Redirect kubectl command reference.
2018-05-18 11:30:51 -07:00
Andreas Jaeger
5b91a799e1
Hugo: Fix table layouts ( #8487 )
...
The tables are broken, fix them.
Closes : #8484
2018-05-18 10:22:50 -07:00
Steve Perry
169aadbbe1
Arrange the Extending Kubernetes section in the Concepts TOC ( #8569 )
...
* Left nav for Extending Kubernetes
* Redirect moved topics. Remove extraneous directory.
2018-05-16 12:26:52 -07:00
Steve Perry
068d599c42
Change H4 to H2 so TOC will appear. ( #8515 )
...
* Change H4 to H2 so TOC will appear.
* Remove italics in heading.
2018-05-15 14:38:27 -07: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