nepomucen
d69f6b2353
Fix missing selector subcommand ( #10982 )
...
For accuracy the second command "kubectl set" in the pipeline under the example`s breakdown should contain subcommand: selector
2018-11-14 17:45:18 -08:00
Luc Perkins
d65e1790ff
Add admonition type to shortcode ( #9482 )
...
* Change existing admon blocks
* Fix includes issue
2018-11-06 11:33:04 -08:00
Alexey Volkov
f5965fb40e
fix: typo in declarative config overview ( #10063 )
2018-08-23 19:49:00 -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
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
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 4b6916bed07c92c5f9eed75fb0a7ef0244266623.
* Revert "fix weight of 'tutorials' contents"
This reverts commit a1f783314337b1eb40017aef47a6bf1453d8c840.
* Revert "fix weight of 'setup' contents"
This reverts commit 91c8de366587eed25c803f8e7d5a59005adb6025.
* Revert "fix weight of 'reference' contents"
This reverts commit cc95605f6a9863f8a4ffb636178c69a80d302c3e.
2018-06-06 16:51:26 -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
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
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