Cong Ding
8f04c2e1ae
fix max container back off cap ( #8979 )
...
see https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet.go#L126
2018-06-11 10:53:31 -07:00
Steve Perry
a21554381e
Fix destination paths. ( #9005 )
...
* Fix destination paths.
* Fix indentation.
2018-06-11 10:06:35 -07:00
Di Xu
071904cabf
kubeadm: add a notice on architecture different nodes ( #8910 )
2018-06-11 10:03:27 -07:00
Vincent Lainé
70dd13065b
kubeadm: update section about CA certs in high-availability.md ( #8917 )
...
Added information to install cfssl and cfssljson on all etc nodes as they are required to generate clients certificates
Change <podname> to <name> in static pod yaml description for etcd deployment
Additionaly the first bash script in "Run kubeadm init on master0" section doesn't render correctly on kubernetes.io site (https://kubernetes.io/docs/setup/independent/high-availability/ ) but I don't see any pb with markdown.
2018-06-11 10:01:35 -07:00
Martin Dietze
ff8df25935
Issue #8493 - Missing instructions in "Creating HA clusters with kube… ( #8541 )
...
* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm":
- change to kubeadm-init.yaml: configure `advertiseAddress` to the VIP
- added section with instructions for configuring `kubelet`, `kube-controller-manager` and `kube-scheduler` to use the VIP
* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm": Change use the 'controlPlaneEndpoint' setting in kubeadm-init.yaml, hence no configuration file patching afterwards is necessary anymore.
* Issue #8493 - added private IP to apiServerCertSANs as proposed by @detiber
2018-06-11 06:10:26 -07:00
CaoShuFeng
995453c5cc
fix describtion about authz and tutorial ( #9011 )
2018-06-10 11:24:59 -07:00
Tim Fogarty
6608a4c76c
Fix rendering issues in high-availability topic ( #8663 )
2018-06-08 12:15:38 -07:00
Nikhita Raghunath
6094a7ea6e
service catalog: add doc fixes ( #8729 )
2018-06-08 11:35:52 -07:00
Andreas Jaeger
200dd071a4
Fix tocs and template in docs/home/contribute ( #8998 )
...
These pages did not use any template and the displayed toc started
with two bullet points.
Fixes:
* Use the concept template everywhere and add capture markers.
* Rework content-organization.md to move the references to a "whatsnext"
section.
* Fix in localization.md a misparsed list.
2018-06-08 11:32:54 -07:00
Steve Perry
560932ae4e
Move on-prem vm from g-s-guides to setup. ( #8948 )
2018-06-08 11:08:52 -07:00
Steve Perry
2bda528831
Add kubeadm docs to config file. ( #8986 )
2018-06-08 09:21:55 -07:00
Takuya Tokuda
d2ce897c08
add Open Graph tags ( #8947 )
2018-06-07 14:55:24 -07:00
RichieEscarez
d33aee9095
Typo: you -> your ( #8983 )
...
Fixed typo from "you" to "your"
2018-06-07 14:53:23 -07:00
Steve Perry
d3175d9fc8
Move tools to reference section. ( #8936 )
...
* Move tools to reference section.
* Adjust heading levels.
2018-06-07 12:30:24 -07:00
Takuya Tokuda
cfe4ac4251
fix id about joining-your-nodes in create-cluster-kubeadm page ( #8966 )
2018-06-07 11:47:23 -07:00
lovejoy
4344516509
fix again ( #8941 )
2018-06-07 11:45:23 -07:00
Zach Arnold
c49b3f4d74
fix the spastic buttons ( #8949 )
2018-06-07 10:36:23 -07:00
Kaitlyn Barnard
59366b2672
Fixing Date Format on Blog Post ( #8962 )
...
* fixing date format
* Update 2018-06-01-dynamic-ingress-kubernetes.md
* Rename 2018-06-01-dynamic-ingress-kubernetes.md to 2018-06-07-dynamic-ingress-kubernetes.md
2018-06-07 09:06:24 -07:00
Paris
7b8f4a3353
Update contribute button on footer ( #8955 )
...
Adding link to new contributor guide; fixes issue #8904
2018-06-06 20:41:24 -07:00
Rafael Franzke
63679f7710
Fix typos and remove spelling suggestions in Gardener blog ( #8754 )
2018-06-06 18:16:23 -07:00
Alex Contini
c4eeda0a14
update squarespace case study ( #8928 )
...
* update squarespace case study
* fix spacing around last banner
2018-06-06 18:14:24 -07:00
Zach Corleissen
cfa38ea961
Auto-assign blog PRs to kbarnard10 ( #8809 )
...
* Add kbarnard10 as sole reviewer for auto assignment
* Add acontini as sole reviewer for case studies auto assignment
Un-comment out the reviewer declaration
Un-comment out the reviewer declaration
2018-06-06 18:12:24 -07:00
Kaitlyn Barnard
5b6afb68ee
updating KubeCon banners on Community page ( #8908 )
2018-06-06 18:06:23 -07:00
Takuya Tokuda
0502832cbb
Ordering content by weight ( #8787 )
...
* ordering content by weight
* fix weight of 'setup' contents
* fix weight of 'concepts' contents
* fix weight of 'tasks' contents
* fix weight of 'tutorials' contents
* fix weight of 'reference' contents
* Revert "fix weight of 'tasks' contents"
This reverts commit 4b6916bed0
.
* Revert "fix weight of 'tutorials' contents"
This reverts commit a1f7833143
.
* Revert "fix weight of 'setup' contents"
This reverts commit 91c8de3665
.
* Revert "fix weight of 'reference' contents"
This reverts commit cc95605f6a
.
2018-06-06 16:51:26 -07:00
Steve Perry
874ebb8f0a
Move custom cloud g-s-guides to setup. ( #8951 )
2018-06-06 16:25:23 -07:00
Andrew Chen
4691ee4ef7
fix column size bug -- add decimal number to div operation (+7 squashed commits) ( #8631 )
...
Squashed commits:
[b645d8e] remove debug
[47ba8b9] test new column size
[2f12ba5] use float
[b16f50b] test division
[789e289] test ceil
[012f6ad] debug offset
[514b529] debug column size
2018-06-06 15:20:24 -07:00
Misty Stanley-Jones
12581a0428
Fix list examples and CSS ( #8622 )
...
* Address CSS issues
Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
* Address feedback
2018-06-06 15:18:25 -07:00
Jorge O. Castro
37557f8ca6
Make path more explicit for blog images ( #8820 )
2018-06-06 14:45:22 -07:00
Zach Corleissen
e93e44d263
Add a SECURITY_CONTACTS file ( #8824 )
2018-06-06 14:37:23 -07:00
Zach Arnold
f0179aeb0d
Fix video overlay bug and other CSS issues with case studies ( #8954 )
...
* fix css for ny times case study
* fix for bla bla car
2018-06-06 14:11:24 -07:00
Travis Rhoden
e690ca416e
Remove GCE references from service-access-application-cluster.md ( #8765 )
...
Remove links and references that are GCE specific. (#8764 )
2018-06-06 13:52:26 -07:00
Takuya Tokuda
b24f6327bf
Fix a bug that the personal-data description is not displayed in docs/home/. ( #8712 )
2018-06-06 13:12:25 -07:00
Steve Perry
70fd7dca04
Move walkthroughs from user-guide to tutorials. ( #8933 )
2018-06-06 12:36:25 -07:00
Kaitlyn Barnard
6c5685b01b
Blog Post: Dynamic Ingress in Kubernetes ( #8865 )
...
* adding files for blog post
* Update 2018-06-01-dynamic-ingress-kubernetes.md
2018-06-06 11:51:27 -07:00
Kaitlyn Barnard
8f5cdde009
4 Years of K8s Blog Post ( #8935 )
2018-06-06 09:51:26 -07:00
lovejoy
e7679e86cd
change direct link to relative link ( #8839 )
2018-06-05 13:53:56 -07:00
Masaya Aoyama (@amsy810)
908f40f5b8
"Getting started gce" deadlink ( #8742 )
...
* Getting started gce deadlink
1.
modify for kubernetes/website link
2.
remove unnecessary .md link
* modify link from github.com to kubernetes.io
* revert blogs modification
* revert blog post for meta char
2018-06-05 13:42:56 -07:00
T N
9cd98efa27
Fix duplicated blog post file and move it to the proper directory ( #8866 )
...
* Remove duplicated blog post file
* Move blog post file to the proper internal directory
2018-06-05 08:53:55 -07:00
Andreas Jaeger
7d0bce5117
Fix some issues with independent/high-availability.md ( #8901 )
...
Fix some hugo transition issues:
* Use `file` as code syntax following our style guide and fixing
bug #8868
* Reformat Note so that it's not displayed as text.
Closes : #8868
2018-06-05 04:25:55 -07:00
T N
3c1c581de6
Fix responsive around sidebar on blog ( #8610 )
2018-06-05 03:52:54 -07:00
makocchi
474cf809d0
Remove code blocks from h2 subject. ( #8488 ) ( #8885 )
2018-06-04 19:09:56 -07:00
Di Xu
9e0bff5b4f
uses file path not url when creating configmap ( #8611 )
2018-06-04 18:56:54 -07:00
RaviSantosh Gudimetla
11089d602d
Rescheduler Doc changes ( #8906 )
...
* Rescheduler Doc changes
Rescheduler now works with only DaemonSet pods.
* Update guaranteed-scheduling-critical-addon-pods.md
2018-06-04 18:47:54 -07:00
makocchi
d40e4af148
replace deprecated TOC style ( #8890 ) ( #8891 )
...
* remove TOC (#8890 )
* replace deprecated TOC style
2018-06-04 18:29:54 -07:00
Intakhab Ali
9d0389303f
update openebs logo for partner page ( #8722 )
...
* update new logo of opnebs
* resize the logo
2018-06-04 17:37:54 -07:00
Takuya Tokuda
44a99c5e98
fix date format. ( #8833 )
2018-06-04 17:16:54 -07:00
T N
d419828642
Format invalid date in blog posts ( #8861 )
2018-06-04 17:12:55 -07:00
Misty Stanley-Jones
8eddffc6ff
Add figure shortcode example to smoke tests ( #8598 )
2018-06-04 16:59:54 -07:00
Chao Wang
efdbdd6842
update kubectl convert link ( #8748 )
2018-06-04 14:35:55 -07:00
Masaya Aoyama (@amsy810)
bd78a98ee2
add date blog metadata for indexing ( #8830 )
...
Issues:
https://github.com/kubernetes/website/issues/8823
and more article has same problem, I fix all.
2018-06-04 14:27:55 -07:00