Slava Semushin
5f19d7ced8
Fix broken links. ( #9755 )
...
- /docs/concepts/services-networking/service/#type-nodeport => /docs/concepts/services-networking/service/#nodeport
- /docs/concepts/services-networking/service/#type-loadbalancer => /docs/concepts/services-networking/service/#loadbalancer
- https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md => https://github.com/kubernetes/ingress-nginx/
2018-08-17 10:00:10 -07:00
Takumasa Ochi
8c02f4caa4
Insert commas between clauses for readability ( #9890 )
2018-08-17 07:57:09 -07:00
Michael Mackend
f7ae911a78
Generically refer to container runtimes. ( #9601 )
...
* Generically refer to container runtimes.
Update nodes.md to refer to "container runtimes" instead of identifying Docker specifically.
* Update nodes.md link for Container Runtime to be relative to the domain.
* Update nodes.md
2018-08-08 17:10:19 -07:00
Bobby (Babak) Salamat
5bcd5df3f3
Add a section on interactions of Pod priority and QoS ( #9715 )
...
* Add a section on interactions of Pod priority and QoS
* Copyedit
2018-08-03 10:10:20 -07:00
Karen Bradshaw
d0582ebc94
Compute resource format ( #9736 )
...
* Update overview.md
* Fix list formatting, update capitalization
2018-08-03 09:50:09 -07:00
Peter (XiangPeng) Zhao
b83a258255
Add Knitter to the list of network addons. ( #9742 )
2018-08-03 09:45:21 -07:00
JasperTimm
c50848ef88
Update service.md ( #9702 )
2018-08-02 09:17:29 -07:00
Sebastiaan van Steenis
45c201201b
DamonSet typo ( #9705 )
2018-08-01 10:50:39 -07:00
Georgios Andrianakis
7273191ab8
Fix persistentVolumeClaim link ( #9700 )
2018-08-01 10:49:40 -07:00
WanLinghao
1fd2490767
add link to nvidia gpu scheduling guide at end of device plugin document ( #9685 )
2018-08-01 10:48:40 -07:00
chenhuan
75a0e41a99
fix the command output ( #9695 )
...
I have verified on version v1.11
[root@huan40:~]$ kubectl version
Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-17T18:53:20Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-17T18:43:26Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
2018-07-31 18:48:39 -07:00
Chris O'Haver
0f9262b8eb
Correct minor error ( #9690 )
...
Technically speaking SRV targets are address record names, not CNAMEs. In fact, the SRV RFC states that SRV targets must point to an address record name, and cannot be an alias (e.g. CNAME).
2018-07-31 15:14:39 -07:00
Qiming
80e659ce9f
Remove redundant parenthesis ( #9681 )
...
Closes : #9665
2018-07-31 15:13:38 -07:00
CaoShuFeng
493caa56a9
fix description about custom resource ( #9676 )
2018-07-31 15:10:38 -07:00
Bobby (Babak) Salamat
66458cde5b
Add debugging information to pod priority and preemption ( #9568 )
...
* Add debugging information to Pod priority and preemption
* mdformat the page
* keep feature-state shortcodes together
* Add one more potential bug in preemption
* Addressed reviewer comments
2018-07-27 10:35:57 -07:00
Vikas Choudhary (vikasc)
0ee0052fa9
Fix quota documentation ( #9648 )
2018-07-26 16:08:57 -07:00
Suracheth Chawla
ac493dba99
`this` instead of `the` to make it sound better. ( #9629 )
2018-07-25 19:52:56 -07:00
Michael
5d46d726e2
Note on missing/incorrect labels and scheduler behaviour with pod anti-affinity ( #8973 )
2018-07-20 16:14:15 -07:00
Denis Salamanca
a9b1cdb4e9
Updated dns-pod-service.md ( #9552 )
...
* Updated dns-pod-service.md
Added a note on A records creation
* Updated dns-pod-service.md
Added Hugo {{ note }} shortcode
* Update dns-pod-service.md
Changed wording
* tighten up the wording
2018-07-20 16:08:33 -07:00
makocchi
11f38137d2
Update /docs/concepts/containers/images/ ( #9596 )
...
* wrap notes by shortcodes and remove command prompts
* tweak shell command
2018-07-20 16:03:46 -07:00
Alfonso Palacios
9a62e82ce9
Update pod-lifecycle.md ( #9593 )
...
Merging these two paragraphs, which both describe the fields included in the PodConditions. The first one mentions 6 fields, but only defines 3 of them. The second one defines two of the remaining three. The missing 6th element ("reason") has been added. Now we have the full list in one single section. Easier to understand.
2018-07-20 15:58:46 -07:00
michael saenz
238164c4ab
update from GCE to GKE ( #8881 )
2018-07-19 17:04:53 -07:00
Eric Staples
98c88097b0
Update cron-jobs.md ( #9234 )
...
* Update cron-jobs.md
Removed bullet point indicating that a `CronJob` can run "Once at a specified point in time", since this use case is either not possible, or not documented at all.
* change wording
2018-07-19 14:05:31 -07:00
Faisal Memon
13e1fbaa73
Add mention of NGINX Ingress Controller for Kubernetes ( #9228 )
2018-07-19 13:54:38 -07:00
csskuber
30e76b2781
Fix deployment.md with wrong READY numbers ( #9584 )
...
The status of READY number should be 2 instead of 0, described
in the first line of table
2018-07-19 10:15:17 -07:00
zhouhaibing089
ce190e75f8
docs/concepts: add search paths for docker config ( #9085 )
...
previous document suggests to put config to /root/.docker/config.json
which is not always the case, and only works when the HOME=/root is
set for kubelet. Besides, that's not always the most recommended way
considering the potential risk when someone overrides this config
with another `docker login` on the same node. this change explicitly
lists all the possible locations where the configuration can be put.
2018-07-18 19:20:42 -07:00
Luc Perkins
9317dcfff0
Add new field selectors doc ( #9174 )
...
* Add new field selectors doc
* Address wording issues and remove warning
* add note on = and ==
Signed-off-by: lucperkins <lucperkins@gmail.com>
2018-07-18 17:39:42 -07:00
Lindsey Tulloch
7bed4690ad
Update references to Federation-v2 progress ( #9116 )
...
* Update references to Federation-v2 progress
Added resources to the whats next section as there has been significant progress over the past few months with the alpha release of Federation-v2 expected in the next few weeks.
* remove <federation> in link
2018-07-18 17:36:42 -07:00
Luc Perkins
7f97e02779
Supplement documentation of ExternalName service types ( #9435 )
...
* Re-organize doc
* Remove section on multiple namespaces
* add NOTE to callout
2018-07-18 17:06:42 -07:00
Hesham Massoud
5f7068243d
Enhance documentation of .spec.startingDeadlineSeconds ( #9296 )
...
* Update cron-jobs.md
* Update automated-tasks-with-cron-jobs.md
* Update cron-jobs.md
* Reword added documentation and add info about error message.
* Fix grammatical typo.
* adjust grammar and punctuation
* adjust grammar and punctuation
* adjust tense
2018-07-18 17:01:42 -07:00
p_mx
28fb41f012
fix-manage-compute-resources-container-view ( #9402 )
...
* Fix typo in example script (#9381 )
Variable reference should be $ETCDHOSTS, not $ETCDHOST
* fix html
* add a space
2018-07-18 16:48:48 -07:00
Bob Killen
2c50177af5
Update admission controller links ( #9386 )
...
* update admission-controller links
(cherry picked from commit 37043991a61e5e6f4ac1c463b14c65430b192553)
* updated links found using greedier regex
(cherry picked from commit 45c6d4cf7430245a3b4e81eae245000beea88841)
* correct link in cn/docs/admin/authorization/_index.md
* fix incorrect changes introduced in eac3619
* undo update of cn content
* fix link
* fix admission webhook link
2018-07-18 15:54:21 -07:00
Bob Killen
2ee2e9d5bb
Update authorization-rbac links ( #9463 )
...
* update authorization-rbac links
* fix broken links
* undo modification of cn content
2018-07-18 15:32:04 -07:00
Philippe Pepiot
05da38fafa
Drop {% raw %} block in manage-compute-resources-container ( #9428 )
...
This was breaking rendering the end of the page.
2018-07-18 15:22:12 -07:00
Luc Perkins
bb818a9b41
Make macOS standard usage ( #9422 )
2018-07-18 15:12:16 -07:00
Bob Killen
bf109b4dfa
Update authorization links ( #9465 )
...
* update authorization links
* remove cn content and fix link targets
2018-07-18 15:07:24 -07:00
Erik Sundell
da8fa820b3
statefulset.md - Beta remnants removed ( #9522 )
2018-07-18 14:29:45 -07:00
Bob Killen
836629cb11
Update extensible admission controller links ( #9459 )
...
* update extensible-admission-controller links
* correct what-are-initializers link
2018-07-18 14:10:28 -07:00
makocchi
85a239145c
change to "host namespaces" and remove command prompts ( #9553 )
2018-07-18 13:22:56 -07:00
Alfonso Palacios
d8861f9a4b
Update service.md ( #9562 )
...
I think the writer means "reuse" here instead of "replace". Since the idea behind choosing your own IP is to avoid having to make any changes to the DNS.
2018-07-18 11:48:19 -07:00
azEf
c05bf93558
Fix typo in persistent-volumes.md ( #9550 )
2018-07-17 15:15:18 -07:00
Scott Jungwirth
0cbbc12d07
Update manage-compute-resources-container.md ( #9326 )
...
Fix formatting that is thrown off by starting at "```shell{% raw %}"
2018-07-17 00:34:39 -07:00
makocchi
df5e5019d2
set anchor links in "Types of Volumes" section ( #9294 )
2018-07-17 00:30:40 -07:00
Leonardo Carreiro
037af6075b
Fix some notes for Azure users ( #9159 )
...
* Fix some notes for Azure users
As is said in the docs (https://docs.microsoft.com/en-us/azure/aks/static-ip#create-static-ip-address ), it must be the cluster node's resource group, not the cluster's resource group.
* A few minor changes to adhere to the style guide
2018-07-17 00:14:38 -07:00
Heinz Peter Hippenstiel
de644fbd24
removed backtick that was breaking the format ( #9530 )
2018-07-16 22:41:38 -07:00
Mary Camp
6c895b329d
Update device-plugins.md to add Example link ( #9531 )
...
Added link to Intel device plugins repo.
Minor grammar/punctuation edits to make Example bullets parallel.
2018-07-16 22:36:38 -07:00
WanLinghao
202905c7aa
Add descripitons of --service-account-max-token-expiration option ( #9500 )
2018-07-16 22:25:37 -07:00
Philippe Pepiot
ae9c6fd243
Fix NetworkPolicy api link ( #9427 )
2018-07-15 03:02:55 -07:00
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