Jessica Yao
1c8dec4a79
Merge pull request #6766 from tengqm/fix-2385
...
Add configMap as a volume type
2018-01-09 10:16:30 -08:00
Jennifer Rondeau
7fe4b1b975
Merge pull request #6764 from tengqm/fix-2497
...
Improve expose external IP addess tutorial
2018-01-09 12:47:04 -05:00
Jennifer Rondeau
4e2623d6b7
Merge pull request #6771 from madhuri-rai07/spell_fixes
...
Fix some more spelling issues
2018-01-09 12:42:59 -05:00
Peter (XiangPeng) Zhao
3e8668976d
Document the renewal of apiserver cert and key files. ( #6901 )
2018-01-09 09:30:06 -08:00
Qiming
9581522743
Replace references to resource-references ( #6739 )
2018-01-09 09:25:24 -08:00
Jennifer Rondeau
d45d3d750b
Merge pull request #6894 from dixudx/upgrade_container_hash_change
...
add container restart caution when doing upgrade to 1.9
2018-01-09 11:56:03 -05:00
Eamon Keane
22ea7b1aeb
typo in ScalingLimited
...
changed to just have one t
2018-01-09 16:04:21 +00:00
Qiming
2e6c14a47a
Merge pull request #6896 from stewart-yu/patch-2
...
Update troubleshooting-kubeadm.md
2018-01-09 20:28:27 +08:00
Qiming
82ce955771
Merge pull request #6897 from matti/patch-1
...
space before $
2018-01-09 20:27:21 +08:00
Qiming
52ed4c63d0
Merge pull request #6895 from meatz/master
...
Fixed wrong heading type for Quobyte
2018-01-09 20:25:05 +08:00
Qiming
9d6479d747
Merge pull request #6898 from yank1/Fix-a-typo-in-Common-Features
...
Fix a typo in custom-resources.md
2018-01-09 20:23:07 +08:00
XsWack
92eed657bc
fix bad url
2018-01-09 17:30:04 +08:00
yank1
635ad87059
Fix a typo in Common Features
2018-01-09 17:17:30 +08:00
Matti Paksula
35036d2778
space before $
2018-01-09 10:55:36 +02:00
Stewart-YU
a264c0b972
Update troubleshooting-kubeadm.md
...
fix bad url
2018-01-09 16:51:02 +08:00
Matthias Grawinkel
af21b214e5
Fixed wrong heading type for Quobyte
...
Quobyte not a sub chapter of Ceph RBD. Fixed to be a chapter by itself.
2018-01-09 09:19:27 +01:00
Di Xu
e35c57785a
add container restart caution when doing upgrade to 1.9
2018-01-09 14:57:08 +08:00
Xiaoyu(Tim) Zhang
1c21c9933d
Merge pull request #6799 from warmchang/crd
...
Unordered list does not take effect.
2018-01-09 14:28:16 +08:00
William Zhang
e10b62223b
Update custom-resources.md
2018-01-09 14:16:45 +08:00
Xiaoyu(Tim) Zhang
227b93b685
Merge pull request #6816 from tengqm/fix-lifecycle-link
...
Fix missing link from safely drain node
2018-01-09 14:03:23 +08:00
Qiming
469d50d1e7
Merge pull request #6700 from ConnorDoyle/rm-oir-2
...
Remove remaining OIR documentation.
2018-01-09 13:45:24 +08:00
Qiming
5a51392a53
Update manage-compute-resources-container.md
2018-01-09 13:41:41 +08:00
Qiming Teng
ae4525f38f
Add text about namespace walkthrough
...
Closes : #4270
2018-01-09 13:39:04 +08:00
Qiming
1e059af0ae
Merge pull request #6884 from ahmetb/customdns
...
Update title: Configuring DNS→Customizing DNS
2018-01-09 13:34:21 +08:00
Qiming
c60cbd53b3
Merge pull request #6881 from mmacy/copy-fix
...
sync text with example yaml
2018-01-09 13:34:04 +08:00
Qiming
280b87ebdc
Merge pull request #6890 from zhangxiaoyu-zidif/delete-api-server
...
delete --api-server as kubelet startup para.
2018-01-09 13:33:33 +08:00
Qiming
b3e039d7db
Merge pull request #6886 from anvega/patch-2
...
Update addons.md to include ACI CNI plugin.
2018-01-09 13:33:07 +08:00
Qiming
b04482da55
Merge pull request #6885 from tvinhas/patch-1
...
Provide command to "untaint" a node
2018-01-09 13:32:18 +08:00
Qiming
90bebfe7b2
Merge pull request #6879 from MichalMankowski/master
...
Fix typo in persistent-volumes.md
2018-01-09 13:31:09 +08:00
Qiming
2a4a2f9a10
Merge pull request #6870 from c9s/patch-1
...
Update trouble shooting for flannel and vagrant
2018-01-09 13:30:38 +08:00
Qiming
0812f2a783
Merge pull request #6876 from stewart-yu/patch-1
...
Update namespaces.md
2018-01-09 13:29:27 +08:00
Andrew Chen
6618cdf830
Merge in missing changes from master
2018-01-08 19:09:33 -08:00
Qiming Teng
607db29367
Add configMap as volume type
...
Closes : #2385
2018-01-09 10:52:32 +08:00
Andrew Chen
b09f1b94f2
Merge branch 'master' of https://github.com/kubernetes/website into release-1.9
...
* 'master' of https://github.com/kubernetes/website : (140 commits)
Update configure-multiple-schedulers.md (#6877 )
Explicitly specify the components that need a change (#6873 )
Updates to partner page (#6797 )
Add steps for extension api-server setup (#6667 )
securing a cluster: add recommendations about cloud metadata APIs (#6659 )
Namespace glossary term (#6607 )
Update device plugin doc with upgrade suggestions and known limitations. (#6501 )
Add Kubermatic to pick-right-solution.md (#6459 )
extra word
typo
Fix concepts/configuration/secret
Link to extended resources instead of deprecated opaque integer resources
Fix CI issue
Corrected the group in runtime-config of ValidatingAdmissionWebhook and MutatingAdmissionWebhook. It should be admissionregistration.k8s.io (was admissionregistration).
Correct references in Jekyll data files
Update scheduling-hugepages.md
Drop reference to outdated FAQ
Follow sig list to kubernetes/community
Update scheduling-hugepages.md
Fix references to ConfigMap for the CN website
...
# Conflicts:
# docs/concepts/policy/pod-security-policy.md
2018-01-08 18:24:38 -08:00
zhangxiaoyu-zidif
88b2a3ad66
delete --api-server as kubelet startup para.
2018-01-09 09:55:45 +08:00
anvega
8626e910e5
Update addons.md to include ACI CNI plugin.
...
Included ACI CNI plugin in list of add-ons.
2018-01-08 16:11:47 -08:00
Stewart-YU
96648cfc1d
Update configure-multiple-schedulers.md ( #6877 )
...
Fix relative url
2018-01-08 15:32:20 -08:00
Qiming
d725686b8b
Explicitly specify the components that need a change ( #6873 )
...
For specifying mount propagation, changes to flags on apiserver and
kubelet are required. This PR fixes the problem.
For more comprehensive list of feature gate settings, please refer to
kubernetes/website#6364.
Closes : #5766
2018-01-08 15:23:15 -08:00
Ivan Font
20c1976b37
Add steps for extension api-server setup ( #6667 )
...
Update extension api-server to include missing steps for auth delegation cluster role binding and extension-apiserver-authentication-reader role binding.
2018-01-08 14:52:38 -08:00
Eric Chiang
77d08557d7
securing a cluster: add recommendations about cloud metadata APIs ( #6659 )
2018-01-08 14:52:12 -08:00
Jiaying Zhang
98b417abe6
Update device plugin doc with upgrade suggestions and known limitations. ( #6501 )
2018-01-08 14:49:10 -08:00
Jason Murray
42bc7bfe2e
Add Kubermatic to pick-right-solution.md ( #6459 )
...
* Add Kubermatic to pick-right-solution.md
* Update Kubermatic Docs URL and typo
2018-01-08 14:40:00 -08:00
Thiago Vinhas
84f35c3cc9
Provide command to "untaint" a node
...
Had a lot of trouble finding the exact way to "un-do" the tainting example provided here. Even the great folks on Slack couldn't provide the correct command to achieve this, even though it seems so trivial now that I know it. :-)
2018-01-08 15:11:11 -05:00
Ahmet Alp Balkan
77eefef70d
Update title: Configuring DNS→Customizing DNS
...
I think "Configuring DNS Service" reads like "you don't have DNS, let's install
it and configure it". This is more like you already have a DNS service, let's
tweak a few things.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2018-01-08 11:27:19 -08:00
Marsh Macy
d9a119f5b1
sync text with example yaml
2018-01-08 07:48:29 -08:00
MichalMankowski
f1dfe99673
Fix typo
2018-01-08 15:11:42 +01:00
Stewart-YU
c976aa8960
Update namespaces.md
...
fix bad json link
2018-01-08 18:35:02 +08:00
Yo-An Lin
d8d574fa26
apply code style to markdown
2018-01-08 17:47:13 +08:00
Qiming
7489fd61c7
Merge pull request #6647 from marcjoha/patch-1
...
Update networking.md
2018-01-08 17:42:40 +08:00
Qiming
2ab1835c25
Merge pull request #6856 from rajansandeep/coredns
...
Update docs for CoreDNS info
2018-01-08 15:00:38 +08:00