Zoltan Burgermeiszter
c613ebfdd3
Pod name fixed
2017-11-01 16:59:28 +00:00
Yorgos Saslis
a223dd60ec
Fixed 404 broken link
2017-11-01 10:47:25 +02:00
lichuqiang
45b8f181f1
translate doc cpu-management-policies into chinese ( #6094 )
2017-10-31 19:48:49 -07:00
Steve Gordon
21fb91fa59
Add documentation of all OpenStack provider opts ( #6047 )
...
Add documentation of all OpenStack provider options including an
indication as to which items are required versus optional and which
configuration blocks they must appear in.
Also adds a section detailing which services are required/expected by
the OpenStack provider implementation.
https://github.com/kubernetes/website/issues/5980
2017-10-31 17:06:44 -07:00
Mahesh Sawaiker
15d13f68c7
Added instructions to create secrets for https using kubectl and openssl ( #6093 )
...
* Added instructions to create secrets for https using kubectl and openssl
* Fixed some english grammar as per review comments.
2017-10-31 12:58:02 -07:00
Tamal Saha
366403459e
Add PATCH permission for nodes/status ( #6111 )
...
This is required for node controller.
d118e44320/pkg/controller/cloud/node_controller.go (L186)
2017-10-31 12:50:45 -07:00
Qiming
45e7da68ec
Fix ubuntu local guide ( #6106 )
2017-10-31 12:45:26 -07:00
Qiming
cc53dadc34
Fix CPU management policy redirect ( #6108 )
2017-10-31 12:43:58 -07:00
Karsten Bott
6827ba686b
Changed Typo in ThinProvisioned and ThickProvisioned ( #6110 )
...
Changed Typo in ThinProvisioned and ThickProvisioned
2017-10-31 12:41:46 -07:00
Umesh Yadav
48413e1669
Fixed deprecated alternatives page broken links. ( #6119 )
2017-10-31 12:33:38 -07:00
Andrew Chen
71e17c50a2
Merge pull request #6101 from kubernetes/chenopis-glossary-patch
...
Change glossary snippet length options
2017-10-30 13:54:12 -07:00
Andrew Chen
b4630dac1d
Change glossary snippet length options
2017-10-30 12:05:14 -07:00
Jamie Hannaford
4c4d56bfc0
add doc for wiping etcd state ( #5939 )
2017-10-30 10:46:41 -07:00
Jamie Hannaford
a7acfa8270
Clarify minor version skew ( #5819 )
2017-10-30 10:44:30 -07:00
Kaitlyn Barnard
f7d639235d
Updated KubeCon Banners ( #6085 )
...
* Adding all files for BlaBlaCar case study
* Update blablacar.html
* Updated KubeCon banner
* Update index.html
2017-10-30 10:36:15 -07:00
Brendan Burns
bc43ad1c06
Add some more libraries ( #6096 )
...
Add official Java and Dotnet libraries
Add unofficial lisp library
2017-10-30 10:04:08 -07:00
Xiaoyu(Tim) Zhang
0216826ba1
Merge pull request #5983 from lichuqiang/typo
...
Translate doc scheduling-hugepages into chinese
2017-10-30 17:37:39 +08:00
lichuqiang
604d64c0e7
translate doc scheduling-hugepages into chinese
2017-10-30 16:13:35 +08:00
Jamie Hannaford
306cc0d0e6
Add dedicated Troubleshooting docs for kubeadm ( #5814 )
...
* Add dedicated Troubleshooting docs for kubeadm
* Add to ToC
2017-10-28 10:11:58 -07:00
xuhuilong
f6791064b6
remote the " char
2017-10-29 01:06:47 +08:00
Fawaz Mohammed
22b6f743f5
A typo fixed
2017-10-29 01:03:20 +08:00
Fawaz Mohammed
f272ebc9af
Fix typo in node controller section
2017-10-29 01:01:42 +08:00
Stewart-YU
6ec1b0bf4b
Fix some format ( #5996 )
...
* Update index.md
Fix format
* Update fedora_manual_config.md
Fix format.
* Update libvirt-coreos.md
Fix format.
* Update libvirt-coreos.md
* Update libvirt-coreos.md
* Update libvirt-coreos.md
update libvirt-coreos.md
* Update libvirt-coreos.md
2017-10-27 13:41:33 -07:00
Steve Perry
dfe3e277e6
Change repo name to website. ( #6076 )
2017-10-27 10:47:03 -07:00
chenhonggc
d11f9f2508
fixed mistake format ( #6069 )
...
* fixed mistake format
* fixed mistake format
* fixed misspelling
2017-10-27 10:27:39 -07:00
Zhang Xingcai
6948f44ea1
Update .travis.yml ( #6070 )
2017-10-27 10:25:54 -07:00
xuhuilong
c3b684f9b6
wrong bash statements. ( #6071 )
...
here is my test result:
[root@localhost ~]# sh -c 'for i in {1..100}; do sleep 1; if dig www.baidu.com;then exit 0; fi; exit 1'
sh: -c: line 1: syntax error: unexpected end of file
[root@localhost ~]# sh -c 'for i in {1..100}; do sleep 1; if dig www.baidu.com;then exit 0; fi;done; exit 1'
; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> www.baidu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27927
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;www.baidu.com. IN A
;; ANSWER SECTION:
www.baidu.com. 1125 IN CNAME www.a.shifen.com.
www.a.shifen.com. 106 IN A 180.97.33.107
www.a.shifen.com. 106 IN A 180.97.33.108
;; Query time: 16 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Fri Oct 27 02:42:38 EDT 2017
;; MSG SIZE rcvd: 101
[root@localhost ~]# echo $?
0
[root@localhost ~]#
2017-10-27 10:22:15 -07:00
chenhonggc
adcce7536f
format skew within cassandra.md in the table of section Modifying the Cassandra StatefulSet ( #6072 )
2017-10-27 10:21:02 -07:00
Geoff Sindel
ae415874a4
Corrects example yaml indentation ( #6074 )
2017-10-27 10:17:39 -07:00
Anthony Yeh
f71e041372
CRD: Document cleanup on delete. ( #6075 )
...
Make it clear that deleting a CRD deletes everything in it.
2017-10-27 10:15:22 -07:00
Qiming
1107757752
Add HPA scaling delay docs ( #5653 )
2017-10-27 10:09:25 -07:00
zoues
9cf9e7d852
update storage version to v1 ( #6057 )
...
* update storage version to v1
* Update cassandra-statefulset.yaml
2017-10-26 21:13:17 -07:00
XsWack
62e51f8696
Add description for Priority admission control plug-in ( #6058 )
2017-10-26 15:16:50 -07:00
Qiming
ec21a413b7
Add pointer to DefaultStorageClass AC from PV doc ( #6016 )
2017-10-26 15:13:26 -07:00
Paolo Antinori
69c6cb07de
kubectl-cheatsheet - patch, added example for add ( #4546 )
...
* kubectl-cheatsheet - patch, added example for add
* Changed patch example to use k8s native resource
* Removed line from kubectl-cheatsheet
2017-10-26 15:05:13 -07:00
Richard Xia
ce0e1fa9fd
Fix example job yaml ( #6064 )
...
Dedent the backoffLimit key so that it lives in the Job spec, not the Pod spec, where it actually belongs.
2017-10-26 14:34:42 -07:00
Steve Perry
5bfcd2695a
Correct capitalization of clusterIP. ( #6067 )
2017-10-26 14:18:04 -07:00
Sidhartha Mani
f084d11d32
add conceptual information behind CCM ( #5928 )
2017-10-26 14:15:11 -07:00
Luke Heidecke
82a05c1b98
Fix typo
2017-10-26 12:25:56 -07:00
Luke Heidecke
fb7f44268b
Add jekyll includes to docs home toc
...
- Remove extra kubernetes home in toc
2017-10-26 12:25:56 -07:00
Luke Heidecke
5e9996601d
Document jekyll includes snippets
2017-10-26 12:25:56 -07:00
Luke Heidecke
8e83b53964
Update test blacklists ( #6063 )
...
* Update toc check blacklist
* Update title check blacklist
* wip
* wip
2017-10-26 12:12:53 -07:00
Jamie Hannaford
41bd1b8b7a
document docker cgroupdriver req ( #5937 )
2017-10-26 12:09:42 -07:00
xuhuilong
2f416b8d29
Usage note and warning tags. ( #6053 )
...
* Usage note and warning tags.
* Update configure-upgrade-etcd.md
* Update configure-upgrade-etcd.md
2017-10-26 09:44:33 -07:00
chenhonggc
2a7bffb839
Operating etcd cluster for Kubernetes bad format in the final page ( #6056 )
...
* Operating etcd cluster for Kubernetes bad format in the final page
* Update configure-upgrade-etcd.md
* Update configure-upgrade-etcd.md
2017-10-26 09:43:06 -07:00
Rizky Ariestiyansyah
67135553e7
Update: Using universal zsh configuration ( #5669 )
...
* Update install-kubectl.md
Zsh is not only oh-my-zsh, so I added universal configuration for zsh that also can be used in prezto.
* fix merge error after rebase
2017-10-26 08:50:09 -07:00
egagala
4cd832bc8f
add info about VMware NSX-T CNI plugin ( #5987 )
...
* add info about VMware NSX-T CNI plugin
Hello,
I'm VMware Networking and Security Architect and would like to include short information about our CNI plugin implementation similar to what other vendors did
Best regards
Emil Gagala
* Update networking.md
* Update networking.md
* Update networking.md
2017-10-26 08:34:18 -07:00
egagala
7c11659caa
Update addons.md ( #6061 )
2017-10-26 08:34:00 -07:00
Patrick Liu
f9a2afa4aa
Fix `backoffLimit` field misplacement ( #6042 )
...
It should be placed in JobSpec according to:
https://github.com/kubernetes/kubernetes/blob/master/api/swagger-spec/batch_v1.json#L1488-L1514
2017-10-25 22:28:54 -07:00
chenhonggc
d9c61ab67d
static-pod example bad format in the final page ( #6050 )
...
* static-pod example bad format in the final page
* static-pod example bad format in the final page
* static-pod example bad format in the final page
* static-pod example bad format in the final page
* static-pod example bad format in the final page
2017-10-25 22:25:18 -07:00