欧林宝
d79087cb91
Update master-node-communication.md ( #10127 )
...
> is converted to >
2018-08-29 10:25:07 -07:00
makocchi
0ecb825b22
Update ingress outputs ( #10052 )
...
* Update ingress outputs
* ing -> ingress
* Feedback from @cmluciano
* update describe outputs
* update output description
2018-08-29 00:09:41 -07:00
Shen Yuanyu
6f4f97b9fb
fix note format ( #10105 )
2018-08-29 00:08:44 -07:00
Yaniv Oliver
42a3d1b2f2
Added missing whitespace ( #10114 )
2018-08-28 09:16:54 -07:00
Shen Yuanyu
bde5b1409b
fix note format error ( #10088 )
2018-08-27 10:33:43 -07:00
Kenichi Omichi
34abe546e1
Remove the volume type "fast" from sample ( #10031 )
...
The original doc contained "type: fast" which means the volume type
"fast" should exist on OpenStack/Cinder side.
However there is not any standard volume type name and most people
face the StorageClass issue when specifying this volume type.
In addition, the issue is hard to be debugged because the error
message which explains the nonexistent volume type is not output
on debugging information. Then external cloud-provider-openstack
doesn't contain the volume type "fast" today as [1].
This removes it for avoiding confusions for users who still use
the deprecated internal provisioner.
[1]: https://github.com/kubernetes/cloud-provider-openstack/blob/master/examples/persistent-volume-provisioning/cinder/cinder-storage-class.yaml
2018-08-24 05:51:46 -07:00
Alexey Volkov
f5965fb40e
fix: typo in declarative config overview ( #10063 )
2018-08-23 19:49:00 -07:00
makocchi
b1cb9a97df
replace tabs with spaces ( #10060 )
2018-08-23 11:30:55 -07:00
makocchi
490dc84413
wrap contents by shortcodes ( #10058 )
2018-08-23 11:28:40 -07:00
Misty Linville
c3b86b28ce
Fix inconsistencies in Flexvolume docs ( #9706 )
...
* Fix inconsistencies in Flexvolume docs
* remove code highlighting for Flexvolume and CSI
2018-08-22 16:39:55 -07:00
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