babang
90f71be002
Fix typo and wordings for PR #16421 ( #16761 )
2019-10-10 07:45:46 -07:00
Yushiro FURUKAWA
2a120450eb
Remove trailing spaces from FR documents( #16742 ) ( #16788 )
2019-10-10 02:02:53 -07:00
Philippe MARTIN
3b10c76ca7
Translate updates ( #16568 )
...
* Translate updates
* fixes
2019-10-10 02:00:53 -07:00
Manish Bansal
d468afa016
Improved static pod task documentation ( #16709 )
...
Improved indentation
Apply suggestions from code review
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
Removing bullets points
Same have been added inline as per suggestions
Removed trailing space
2019-10-10 01:24:54 -07:00
Yushiro FURUKAWA
af66c0a274
Remove trailing spaces from ES documents( #16742 ) ( #16785 )
2019-10-09 23:52:52 -07:00
Yushiro FURUKAWA
520caa1264
Remove trailing spaces from ID documents( #16742 ) ( #16789 )
2019-10-09 21:48:52 -07:00
Yushiro FURUKAWA
99619d3414
Remove trailing spaces from DE documents( #16742 ) ( #16786 )
2019-10-09 21:32:52 -07:00
Duffie Cooley
331cc6fee0
Minor doc fix for syntax and typo ( #16666 )
...
* Minor doc fix for syntax and typo
Signed-off-by: Duffie Cooley <cooleyd@vmware.com>
* Feedback from sftim
2019-10-09 16:44:51 -07:00
Tim Bannister
6a4c73b112
Rename architecture section ( #16286 )
...
* Rename architecture section
"Kubernetes" goes without saying. This section is mainly talking about
cluster architecture, so make the title match that.
* Introduce “cluster” before Cluster Architecture section
Make sure the reader can learn what a cluster is before they read about
elements of cluster architecture.
2019-10-09 14:07:50 -07:00
Tim Bannister
06001c9f3d
Add glossary entry for proxy ( #16293 )
2019-10-09 13:33:50 -07:00
Tim Bannister
ae44abdd26
Tweak glossary entry for kube-apiserver ( #16294 )
...
* Retitle glossary entry for kube-apiserver
* Reword kube-apiserver glossary entry
2019-10-09 13:27:50 -07:00
diguage
2086e135f6
replace depercated commands with new commands ( #16610 )
2019-10-09 13:25:49 -07:00
Yushiro FURUKAWA
e177e4e782
Add explanation for "CN" ( #16714 )
...
* Add explanation for "CN" (#16456 )
* Grammar nit
2019-10-09 13:21:50 -07:00
ReSearchITEng
99fccb9bbe
completion for an alias also ( #16701 )
...
* completion for an alias also
how to do bash completion for an alias also (e.g. when there is an alias k=kubectl)
* rephrasing
2019-10-09 13:19:50 -07:00
diguage
8a3036f519
fix ordered list ( #16768 )
2019-10-09 13:11:49 -07:00
Mike Danese
3cf419aac7
remove myself from some reviewers lists ( #16753 )
...
I haven't worked on this stuff for a while, and in an effort to be more
responsive to reviews, I'd like to cut the files I review in ~half.
2019-10-09 13:09:50 -07:00
PingWang
d99bfecfa9
Correct the #sig-docs URL ( #16763 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-09 06:09:51 -07:00
relyt0925
7927610e05
remove section saying static pods can't have health checks ( #15956 )
...
* remove section saying static pods can't have health checks
* fix nits
2019-10-09 06:03:51 -07:00
Yushiro FURUKAWA
37efc6092a
Remove Stackpoint.io page ( #15262 ) ( #16739 )
...
Since Stackpoint.io has been retired and nobody can refer, This commit
removes that page.
2019-10-09 01:23:49 -07:00
Jimmy Jones
f835552f96
ExternalName warning about HTTP/TLS ( #16704 )
...
Suggested wording from sftim
2019-10-09 01:07:51 -07:00
Melony QIN
9cc26cfe15
update set image command in a simpler way ( #15817 )
...
* update set image command in a simpler way
update set image command in a simpler way
* fix indentation
* Update deployment.md
2019-10-08 22:01:49 -07:00
Sarah Brofeldt
97480b2fce
PDBs are updateable since 1.15 ( #16738 )
2019-10-08 18:05:52 -07:00
Ashish Billore
591d23be86
Minor updates ( #16737 )
...
Minor updates to the description.
2019-10-08 18:01:51 -07:00
Xin Jin
cd1d62ab0f
Update kubernetes-objects.md ( #16747 )
...
Make `spec` one of the required items.
2019-10-08 17:57:51 -07:00
Jorge I. Gasca
cfd0a2d709
Add annotation aws-load-balancer-security-groups ( #16702 )
2019-10-08 17:49:51 -07:00
Sascha Grunert
b55f80f67f
Update CRI-O version to 1.15 ( #16720 )
2019-10-08 17:01:52 -07:00
Lubomir I. Ivanov
d5060a9173
kubeadm: update notes for joining with discovery file ( #16557 )
2019-10-08 16:33:52 -07:00
sudeepbatra
2f6c52dd47
Update access-cluster-api.md ( #16461 )
...
Cluster-API is different project, hence the correct text here should be Kubernetes API
2019-10-08 16:31:52 -07:00
houjun
633bda12a8
VolumeSubpathEnvExpansion feature gate is enabled by default from v1.15 ( #16307 )
...
* VolumeSubpathEnvExpansion feature gate is enabled by default from v1.15
* Feedback from sftim
2019-10-08 15:59:51 -07:00
Hardy
e5863effe6
Add a example for union operator in the shell env ( #16282 )
...
In the current example, single quotes are used, but the union operator can be confusing.
Incorrect:
`kubectl get pod -o=jsonpath='{.items[*]['metadata.name','spec.nodeName']}'`
Correct:
`kubectl get pods -o=jsonpath="{.items[*]['metadata.name', 'status.capacity']}"`
2019-10-08 15:55:51 -07:00
mohamed chiheb ben jemaa
849dc428db
Issue with k8s.io/docs/tasks/configure-pod-container/static-pod/ ( #16189 )
...
* delete depracted option --pod-manifest-path
* change configuration file to manifests
* update to suggested wording
2019-10-08 15:51:51 -07:00
Yukun Sun
4c56c9e151
Update description about node Lease feature. ( #16112 )
2019-10-08 15:37:51 -07:00
Bob Furu
d6cd338e74
Capitalize Pod, style guide edits ( #16746 )
...
Capitalize instances of Pod and other minor edits (for example, change instances of "we") to conform with https://kubernetes.io/docs/contribute/style/style-guide and for improved readability.
2019-10-08 14:51:51 -07:00
Abhik Chakraborty
369a85ee2f
Removing Loadbalancer IP from the sample service file ( #14642 )
...
* Update service.md
* Update service.md
2019-10-08 14:47:52 -07:00
avigailof
b7de561de3
Update Platform9 service offering links ( #15895 )
...
* Update Platform9 service offering links
* Use checkmarks for Custom categories
2019-10-08 14:41:51 -07:00
Jesse Glick
64f0075ed7
Clarifying that you cannot mix Windows and Linux containers in a single pod. ( #15946 )
2019-10-08 05:45:12 -07:00
Song Shukun
4e1ebaa7c8
Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ ( #16732 )
2019-10-07 20:45:11 -07:00
houjun
170161b10e
Fix the status of feature podResource ( #16560 )
2019-10-07 20:43:10 -07:00
PingWang
46f596fd5b
Fix typos ( #16731 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
Fix typos in limit-range.md
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-07 20:25:11 -07:00
Tim Bannister
4b64338f15
Fix typo ( #16728 )
2019-10-07 20:23:11 -07:00
Philippe MARTIN
7b7082c0c4
Update container images translation ( #16594 )
2019-10-07 14:15:11 -07:00
Philippe MARTIN
69adf15e49
Update kubectl conventions translation ( #16593 )
...
* Update kubectl conventions translation
* fix
2019-10-07 14:13:10 -07:00
Max
a1d84578fd
German I18n Cloud Controller ( #15727 )
...
* i18n cloud controller
* check i18n
* fixed missing translation
* translated Developing
2019-10-07 12:17:10 -07:00
Alexander Sowitzki
359a30185f
Add KubeOne and extend Kubermatic entries in production environment tools ( #16620 )
...
Signed-off-by: Alexander Sowitzki <dev@eqrx.net>
2019-10-07 08:35:12 -07:00
Qiming
4a903b6fdd
Update CRD related feature gates ( #16712 )
...
According to the [upstream
code](https://github.com/kubernetes/kubernetes/blob/release-1.16/pkg/features/kube_features.go#L602-L606 ),
Most CRD related features have gone GA. This PR updates the feature
gate doc.
2019-10-07 06:09:08 -07:00
Jan
8c336d9e5f
Fixed typo in German text ( #16696 )
...
Changed "sie" and "ihre" to "Sie" and "Ihre"
2019-10-07 01:09:09 -07:00
Manish Bansal
05231ff19d
Documentation update ( #16693 )
...
* Documentation update
Fixed link and its description
* Corrected
* Incorporated review comment
* Incorporated review comment
2019-10-07 00:31:09 -07:00
Tony Compton
fa6bb7f04f
Added missing HPAScaleToZero feature gate ( #16592 )
...
I discovered this feature gate when trying to configure scale-to-zero but found that it wasn't included in the documentation.
2019-10-06 19:25:07 -07:00
Dimitri Mitropoulos
11f60c5c15
fix: incorrect path ( #16609 )
2019-10-06 19:09:08 -07:00
Oleg Butuzov
76015448e8
Blog related fixes ( #16640 )
...
* Fixes for broken links
+ these fixes mostly covers forgotten scheme (like https: or mailto:)
+ fix for markdown parsing, which trigger to generate broken html (see 2019-03-20 post)
* Added new lines so list wouldn't looks like a mess
2019-10-06 19:01:09 -07:00