vishakha
3ecd4bb8d4
Fixing links in markdown for `logs` and `metrics` ( #16843 )
2019-10-13 23:22:36 -07:00
diguage
ae06e93e22
fix url to ReplicationController ( #16847 )
2019-10-13 01:58:36 -07:00
Lubomir I. Ivanov
742880937b
kubeadm: include a couple of workarounds in kubeadm-certs.md ( #16726 )
...
* kubeadm: include a couple of workarounds in kubeadm-certs.md
- add warning about --certificate-renewal=false bug.
- add warning about disable kubelet cert rotation on "init" nodes.
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-10-12 02:26:38 -07:00
Rajesh Deshpande
abc1aef445
Fixing port related description ( #16819 )
...
* Fixing port related description
This tutorial has a step to use randomly generated port number but it was not mentioned that it can be different when the user tries this example. so to remove ambiguity, I have added a proper description. Please have a look at #16810
* Incorporating review comments
Incorporating review comments
2019-10-11 22:20:38 -07:00
PingWang
74397dd65f
Add the -n for pod in kubectl command ( #16798 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
Add instructions in kubectl command
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-11 18:28:39 -07:00
Roy Hvaara
b9331f31e7
Fix wording ( #16835 )
2019-10-11 15:40:40 -07:00
Roy Hvaara
7439304a9f
Fix spelling mistake ( #16834 )
2019-10-11 15:36:39 -07:00
Bynov
38bd4aab72
Fixed invalid bash keyword ( #16831 )
2019-10-11 15:28:38 -07:00
Abhishek Mane
a909352ac6
feature added for issue #16771 ( #16802 )
...
* feature added for issue #16771
* Update intermediate.md
2019-10-11 15:10:04 -07:00
Jian Zeng
4368f099a7
Add empty lines & remove trailing space ( #16796 )
...
Let lists be rendered correctly
2019-10-11 15:04:05 -07:00
Karen Bradshaw
04476d0c3d
fix spelling in contribute/start ( #16767 )
2019-10-11 14:54:04 -07:00
Dax McDonald
bbe6cc3dea
Update windows containers deployment ( #16749 )
...
There are two fixes in this change. First, the yaml is left justified in order to ease copying. Secondly, the selector field is added to the deployment.
2019-10-11 14:50:04 -07:00
makocchi
5741adde1a
Add RuntimeClass description ( #16692 )
2019-10-10 20:49:37 -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
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
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
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