makocchi
e4c4652a31
Add fsType to aws-ebs ( #10041 )
...
* Add fsType to aws-ebs
* trivial changes to kick redeploy
2018-08-22 14:38:12 -07:00
Geoff
3f257efaa3
Remind folk cron uses UTC. ( #9778 )
...
* Remind folk cron uses UTC.
* Formatting and copy edit
2018-08-22 12:14:21 -07:00
Fan Zhang
39a8f1b5fe
Fix CSI doc. Document fsType default value change ( #9869 )
2018-08-21 12:38:30 -07:00
Ken'ichi Ohmichi
3d308a6b6c
Add NOTE for deprecated in-tree openstack-cloud-provider ( #9828 )
...
As the release note of v1.11[1], in-tree openstack-cloud-provider is
deprecated. So this adds the note for explaining it and recommending
to use the external openstack-cloud-provider.
[1]: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#new-deprecations
2018-08-21 12:28:54 -07:00
CaoShuFeng
47d7800691
update garbage collector info in replicaset ( #9616 )
...
* update garbage collector info in replicaset
* update wording
* remove will and need to
2018-08-21 12:19:54 -07:00
tvshc
0ff0d79243
Format security note with proper highlighting ( #9942 )
...
* Format security note with proper callout
The information about security of ssh keys might benefit from standing out more. Thus included it in a caution shortcode. Formatting is now more aligned with the style guide.
* close caution tag
2018-08-21 10:29:16 -07:00
makocchi
814da53cd7
tweak code snippets ( #9977 )
2018-08-21 07:52:36 -07:00
tanshanshan
6566eefe20
fix the command output ( #9966 )
...
I have verified on version v1.11
2018-08-21 07:47:30 -07:00
tanshanshan
51f39b6554
fix the command output ( #9958 )
...
I have verified on version v1.11
2018-08-21 07:32:12 -07:00
tanshanshan
4302fc7b13
fix the command output ( #9957 )
...
I have verified on version v1.11
2018-08-21 07:29:39 -07:00
tanshanshan
4ce34fc6c0
fix the command output ( #9956 )
...
I have verified on version v1.11
2018-08-21 07:27:06 -07:00
tanshanshan
c5a07419f2
fix the command output ( #9955 )
...
I have verified on version v1.11
2018-08-21 07:24:33 -07:00
tanshanshan
d895efe24e
fix the command output ( #9954 )
...
I have verified on version v1.11
2018-08-21 07:22:00 -07:00
makocchi
7e7f677fd4
Prevent hugo's wrong yaml rendering ( #9851 )
...
* Prevent hugo's wrong yaml rendering
* moved a couple of yaml descriptions to examples directory
* remove command prompt
* split each code snippet into command and output
* revert newline character
* add new test in examples_test.go
* change kind to ResourceQuota from List
* revert using examples/quota-objects-priority.yaml
* fix indent number
* unify file extension to yaml
2018-08-21 07:19:27 -07:00
tanshanshan
3162ce42a0
fix the command output ( #9965 )
...
I have verified on version v1.11
2018-08-21 07:04:04 -07:00
tanshanshan
2c7810f658
fix the command output ( #9969 )
...
I have verified on version v1.11
2018-08-21 06:49:09 -07:00
krmayankk
0ddaff7224
fix gc documentation ( #9857 )
...
* fix gc documentation
* review comments
2018-08-20 14:27:51 -07:00
Qiming
4050303130
Fix inline YAML in resource quota ( #9906 )
...
Closes : #9905
2018-08-20 13:36:46 -07:00
Cody Clark
f1271818c1
Added shortcode callouts and removed future tense ( #9920 )
...
* Added shortcode callouts and removed future tense
* Added colons according to the style guide
* Add a few more copyedits
@cody-clark inspired me. More to do, but progress is being made!
2018-08-20 13:27:55 -07:00
Lion-Wei
d790e3ec3b
cni networking plugin now support portmapping and bandwidth ( #9797 )
...
* cni networking plugin now support portmapping and bandwidth
* minor language edits
* additional language edits
* small edits
* typo
2018-08-20 12:57:10 -07:00
David Glasser
6e92a7032a
assign-pod-node: pod affinity can't apply to all namespaces ( #9876 )
...
See kubernetes/kubernetes#67475
2018-08-20 12:55:58 -07:00
shavidissa
30c3bdc5c1
Reorganized and copy-edited the content ( #9928 )
...
The ordered list of content under "Creating a Deployment" was not ordered as per the example. Since it was confusing to search for the meaning around, I reordered the content.
Replaced "we" with "you" as per the style guide.
2018-08-20 12:11:21 -07:00
Nikhita Raghunath
910215288e
Update status of aggregator in API overview doc ( #9866 )
...
* Update status of aggregator in API overview doc
* fix link syntax
2018-08-20 08:50:07 -07:00
AdamDang
8319be2be1
Typo fix in yaml: sevice-account->service-account ( #9907 )
...
Line 759: sevice-account->service-account
2018-08-20 06:22:09 -07:00
Sam Foo
13184cac84
Fix indentation and Code of Conduct link in contribute section ( #9896 )
...
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
2018-08-18 06:51:06 -07:00
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