Nikolai Guyot
2f44e578aa
Fix link to Kubernetes Object Management page ( #16941 )
2019-10-17 20:27:58 -07:00
bnjf
abb432a9d8
Update nodelocaldns.md ( #16440 )
...
DNSCahe -> DNSCache
2019-10-17 19:59:57 -07:00
Deep Debroy
18a466afd0
Update GMSA docs for beta in v1.16 ( #16579 )
...
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-10-14 16:15:51 -07:00
diguage
03456f1a72
update client-go to the latest version to keep in sync with client-go example ( #16536 )
2019-10-14 16:11:51 -07:00
shub-asa1
a6c0b0c698
fix for issue #16629 ( #16853 )
...
* fix for issue #16629
this is a fix for issue #16629 .
* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-10-14 15:43:51 -07:00
diguage
0acdd83541
fix url ( #16846 )
2019-10-14 15:39:51 -07:00
diguage
42247fdae1
modify the file name to increase the contrast ( #16845 )
2019-10-14 15:37:51 -07:00
Min Kim
81a2d02cef
clarify that v1beta1 CRDs will have to opt-in pruning feature ( #16807 )
2019-10-14 15:29:51 -07:00
Suraj Banakar
7d7ec43842
Add info about logging into shell before removing /mnt/data ( #16723 )
...
* Add info about logging into shell before removing /mnt/data
details
----------
- rm -rf should be run after logging into the node shell
* Re-use text from start of the task with small tweaks
2019-10-14 15:21:51 -07:00
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
Bynov
38bd4aab72
Fixed invalid bash keyword ( #16831 )
2019-10-11 15:28:38 -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
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
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
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
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
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
Tim Bannister
4b64338f15
Fix typo ( #16728 )
2019-10-07 20:23:11 -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
Rob Scott
dc355a0fad
Adding clarification that Endpoints are still required when EndpointSlices are enabled ( #16684 )
2019-10-06 04:33:09 -07:00
Mark McLoughlin
34f1a7779c
Trivial fixes to topology manager docs ( #16663 )
...
* Add missing newline to topology manager docs
* Fix typo
Pointed out by Karen Bradshaw
2019-10-03 09:50:12 -07:00
Dimitri Mitropoulos
1d52c31c86
typos: missing indefinite article and tense ( #16598 )
2019-10-01 10:45:34 -07:00
Naoki Oketani
d223df1f69
added missing backquote ( #16596 )
2019-09-30 11:17:38 -07:00
Tomasz Jakubik
09ca7dd95e
Fix link to script generating audit policy ( #16570 )
...
Script that generates audit policy file can change, so it's better to point user to file instead of specific line
2019-09-27 14:32:42 -07:00
David Benque
b2ad42d1a4
Fix link to `scale subresource` ( #16566 )
...
add missing leading /
2019-09-27 14:30:43 -07:00
manyatripathi
19ff9cf17d
Update topology-manager.md ( #16580 )
2019-09-27 14:20:43 -07:00
Mesaque Silva
0d32568251
wrong path of kube-scheduler ( #16051 )
...
updating line 51 to correct the path for kube-scheduler
2019-09-27 13:53:36 -07:00
Tim Bannister
79ef4a50a9
Use more glossary shortcodes ( #16086 )
2019-09-27 13:43:36 -07:00
Syed Awais Ali
61fd2ab61e
update install command for Mac OS ( #16177 )
...
when copying/pasting the command to install the Kubernetes on Mac OS using zsh, the command results in the following error,
`The specified key does not exist.`. This is usually because of the `\` that zsh automatically inserts into the command. The best practice is to use double-quotes and this is also the standard method according to https://google.github.io/styleguide/shell.xml?showone=Quoting#Quoting
2019-09-27 13:27:36 -07:00
Artem V. Navrotskiy
168b7131f2
Update install-minikube.md ( #16180 )
2019-09-27 13:23:36 -07:00
Himanshu Pandey
9680192797
Added installation option for kubectl ( #16380 )
2019-09-27 12:05:37 -07:00
Tim Bannister
6e07eee895
Revise DNS Horizontal Autoscaling task ( #16069 )
2019-09-26 07:47:10 -07:00
wgj
e449999373
Updates url for creating a sample user ( #16412 )
2019-09-25 19:33:08 -07:00
Andrej Marolt
313379c109
Change formatting of example-ingress.yaml ( #16545 )
2019-09-25 19:29:07 -07:00
Mans Matulewicz
84a1651d19
copy paste fix ( #16548 )
2019-09-25 19:27:07 -07:00
diguage
3a2a59c3e3
clean up the environment ( #16430 )
2019-09-25 15:15:05 -07:00
diguage
66cadd66b5
fix markdown syntax ( #16452 )
2019-09-25 10:46:02 -07:00
savitharaghunathan
c751f5cfcf
replacing html table with markdown ( #16540 )
2019-09-24 17:59:58 -07:00
Fabrizio Pandini
450803fb92
add-kubeadm-upgrade-redirects ( #16519 )
2019-09-24 14:33:58 -07:00
diguage
4b7a430999
fix upgrade url ( #16517 )
2019-09-24 05:37:27 -07:00
diguage
5807a91689
keep content and file name to be consistent ( #16532 )
2019-09-24 00:49:26 -07:00
Ed Randall
94bb13a1a2
Added missing in-pod Python client info ( #16453 ) ( #16460 )
...
Issue #16453 : Added missing in-pod Python client information;
Fixed broken link to external Python client example
2019-09-22 20:35:22 -07:00
Josh Woodcock
ff1a982e6b
Add basepath to ingress ( #16458 )
...
Without this change `curl hello-world.info` will return a 404
2019-09-22 20:33:22 -07:00
Eric Briand
99c450f59c
Change title to add Startup probe ( #16475 )
...
* Change title to add Startup probe
* renamed task file to reflect title change
* changed intro sentence to add startup probe
2019-09-22 20:27:22 -07:00