Commit Graph

9054 Commits (c9fe0982304119d8df43b44edad830ae911c9b6e)

Author SHA1 Message Date
Kaitlyn Barnard e859e827ce changing homepage images (#8806) 2018-06-01 08:49:56 -07:00
Cheng Xing 3e1465461f Regional PD documentation; edited validation for Volumes page (#8714) 2018-06-01 07:52:55 -07:00
chenhonggc e49f288730 execute tcp liveness probe instance (#8721)
* execute tcp liveness probe instance

* fix wrong file reference
2018-05-31 16:21:55 -07:00
ixodie be8852a882 Added Apstra AOS for Kubernetes automation of RHI (#8618) 2018-05-31 16:05:57 -07:00
Stewart-YU ba96bc236e Update high-availability.md (#8770)
* Update high-availability.md

[fix]command should leading

* Repair code inside list items, remove "like so"

* Modify one code block, change 1-step procedures to not be procedures
2018-05-31 16:02:56 -07:00
Cooper Marcus 3e739c0e9f Add Kong Ingress Controller (#8595)
* Add Kong Ingress Controller

Create unordered list of ingress controllers, add Kong

* Added term "maintenance"

* Minor tweak

* More minor tweaks
2018-05-31 15:53:58 -07:00
Mark Janssen ed9af72c6f Document using a custom CoreDNS image repository (#8574) 2018-05-31 15:45:57 -07:00
Ioana Madalina Patrichi 35e560c8c5 Link to Oracle's CCM implementation (#8533) 2018-05-31 15:29:58 -07:00
Bin Liu 403bb200d9 Add parameter name to document to understand (#8523) 2018-05-31 15:28:56 -07:00
Maru Newby 49d830819c Add federation-current-state include to concept guide (#8513)
This seems to have been missed by #8165
2018-05-31 15:11:55 -07:00
Karthik Gaekwad 0b928fffb3 Adds Oracle container engine to documentation (#8503)
* Adds Oracle container engine to documentation

* Fixes spacing issue.
2018-05-31 13:30:56 -07:00
Eric Tune 02ea8c9d8c Update custom-resources.md (#8499)
Update table of features supported by CRDs.
2018-05-31 13:29:55 -07:00
Alin Balutoiu 6ca9f364ac Update documentation for Windows with new service feature (#8454)
This commit adds details on how to create Windows services from
kubelet and kube-proxy.

Signed-off-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>
2018-05-31 13:24:56 -07:00
lovejoy 069c831b5c add node-monitor-grace-period describe as user can change it (#8386) 2018-05-31 13:13:57 -07:00
Wen Gao 189eeae15f Add changelog link and delete the repeat download page's catalog (#8691)
* Add link: add changelog-1.10 and changelog-1.11

* Delete download page's catalog: hugo's markdown render engine can generate catalog through the TOC

* Format the release list

* Delete the release note
2018-05-31 09:14:55 -07:00
Duncan Bell cdff02f118 Update deploy-intro.html (#8616)
* Update deploy-intro.html

* Update deploy-intro.html
2018-05-31 09:10:55 -07:00
CaoShuFeng ca8516dfcc fix description about document (#8613)
I have tested with kubectl 1.10 and kubectl in master branch, completed
job pods show up in output.
2018-05-31 05:09:57 -07:00
Qiming c0e874226e Fix command format in tutorial (#8791)
Closes: #8788
2018-05-31 04:56:56 -07:00
Andreas Jaeger c7437f068d Hugo transition: Fix github links (#8549)
with the reorganization, in-tree github links have changed, update them.

Closes: #8547
2018-05-30 18:45:59 -07:00
Rhys Powell e3674c5554 Update mysql-wordpress-persistent-volume.md (#8822)
Update type: Loadbalancer to match whats in the manifest
2018-05-30 18:25:55 -07:00
Jordan Liggitt 40e57e4c84 clarify version removal restriction (#8825) 2018-05-30 18:11:55 -07:00
Jeff Regan 9ffaaae850 Fix kubernetes-sigs/kustomize#41 (#8828)
Fix broken link caused by kubernetes-sigs/kustomize#37
2018-05-30 16:59:54 -07:00
Jorge O. Castro 922cbe1999 Submit a blog post about Discuss Kubernetes (#8819) 2018-05-30 08:58:57 -07:00
Justin Santa Barbara 4453e3a483 Fix typo fom -> from (#8758) 2018-05-29 23:37:55 -07:00
lovejoy f46e8c3a52 typo fix (#8798) 2018-05-29 22:08:54 -07:00
lovejoy 0a920127ac fixDirectlink (#8792) 2018-05-29 22:07:57 -07:00
Justin Santa Barbara d920131838 Typos: information, annotations (#8761)
Fix two small typos.
2018-05-29 22:04:54 -07:00
Loïc Albertin 4ecc84bbce Update high-availability.md (#8783)
Fix indentation damaged etcd YAML manifest
2018-05-29 21:57:53 -07:00
Eqbal Sarjami 4c2e4f825b Remove selector from Deployment default values (#8802)
In recent versions of Kubernetes, selector field in DeploymentSpec is required and it'll not be filled with values from pod template. simple_deployment.yaml was already corrected and selector was added, here in this commit the content of the docs corrected to match this change.
2018-05-29 21:52:53 -07:00
Xianglin Gao 7f2d1b3bf4 Update deploy-intro.html (#8811) 2018-05-29 21:48:54 -07:00
Qiming aea08cabf4 Add myself to approvers (#8745)
I do not have a desire of titles but I am trying this to make the hours
I spent on the project worth them. I feel very bad when I have full
confidence about a PR and I have reviewed it but I cannot approve it.
2018-05-29 20:58:55 -07:00
Tim Hockin 42deca26af Clarify that beta annotations can not be removed (#8666)
* Clarify that beta annotations can not be removed

Removing annotations caused a major outage with nodes that lagged the
master.  We used annotations as would-be fields, though we don't any
more.  Now we just add fields.  That makes them part of the API version.
These annotations are effectively part of the API version, too.

It stinks because I love to delete code, but I think it's just part of
the debt-accrual process and yet another reason we need to be judicious
in adding fields.

* Change 6 month deprecations to 9 months

This covers maximum version skew.  For example a master might be at
1.10, while nodes are at 1.8.  We must not break compat within that
window.
2018-05-29 15:54:52 -07:00
Wen Gao 56bbcf5c8f kubeadm-alpha: remove redundant list of links (#8793) 2018-05-29 15:40:53 -07:00
Michelle Au e78a169d5b Fix typos in local PV blog (#8537) 2018-05-29 10:18:33 -07:00
Jeff Regan 023c663f40 Announcing kustomize (#8711)
authors:
 jeff regan - jregan@google.com
 phil wittrock - pwittroc@google.com

proposed pub date: 2018-05-29
2018-05-29 10:16:33 -07:00
Melissa Anderson 83d9cef8a9 Update service-access-application-cluster.md (#8699)
* Update service-access-application-cluster.md

Fix code snippet formatting and indentation in ordered list (#8698)

* Fixes code formatting using code fences

Here's a pass with code fences. It seems to work well, and I indented the code fences in the source for readability, even though it wasn't needed for proper indentation in the rendered output.

I wasn't able to use code fences and get the text "The response to a successful request is a hello message:" on its own line. I can achieve that using indentation, but for consistency's sake I used the code fences and placed the text with the paragraph above it.

* Adds `shell` to the code fences
2018-05-25 14:04:32 -07:00
Ruben Orduz b4b3ad2bc7 Adding flavor text about kubeadm capabilities (#8739)
Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
2018-05-25 05:07:32 -07:00
Ruben Orduz 385045a051 linkfix (#8732)
Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
2018-05-25 00:07:31 -07:00
Masaya Aoyama (@amsy810) 13d6183a38 Federation link is dead (#8735)
NG: https://kubernetes.io/docs/reference/generated/federation/
OK: https://kubernetes.io/docs/reference/federation/

For example, this page contain dead link.
https://kubernetes.io/docs/concepts/cluster-administration/federation/#api-resources

Old page is this, and I trace link from this page.
I think this change is meanable, so I think its change is correct.
https://v1-9.docs.kubernetes.io//docs/reference/generated/federation/

Note:
China page don't have this link.
2018-05-25 00:01:31 -07:00
chenhonggc 673b729451 Fix wrong format (#8740)
* style

* define-command-argument-container format
2018-05-24 23:58:34 -07:00
chenhonggc 4cab117f42 Define environment variable container style (#8743)
* define-environment-variable-container format

* run-stateless-application-deployment format
2018-05-24 23:55:32 -07:00
Masaya Aoyama (@amsy810) 4ef4e75516 ingress catalog link is dead (#8736)
NG: https://github.com/kubernetes/ingress-nginx/blob/master/docs/catalog.md
OK: https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md

For example, this page contain dead link.
https://kubernetes.io/docs/concepts/services-networking/ingress/#loadbalancing

Old page is this, so I think its change is correct.
https://github.com/kubernetes/ingress-nginx/blob/nginx-0.12.0/docs/catalog.md

Note:
China page don't have this link.
2018-05-24 20:06:32 -07:00
Steve Perry 647babeb16 Update instructions for local preview and Netlify preview. (#8692)
* Update instructions for local preview.

* Add details.

* Added version to Hugo installation step.
2018-05-24 13:33:32 -07:00
Di Xu 0bc019b613 fix kubeadm related links (#8718) 2018-05-24 10:20:32 -07:00
Lantao Liu 114938a901 Add a blog post "Kubernetes Containerd Integration Goes GA". (#8685)
Author 1 information:
* Name: Lantao Liu
* Title: Software Engineer
* Company: Google
* Email: lantaol@google.com

Author 2 information:
* Name: Mike Brown
* Title: Open Source Developer Advocate
* Company: IBM
* Email: mikebrow.ibm@gmail.com
2018-05-24 08:48:31 -07:00
Lubomir I. Ivanov 3151d0ef72 setup-tools/kubeadm: add 'alpha' and 'version' to 'what's next' (#8470)
Adds links to the 'kubeadm alpha' and 'kubeadm version' pages
in the 'What's next' section.

Use absolute paths as going here and clicking the 'What's next'
links doesn't work:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/

While here works:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/
2018-05-24 05:28:32 -07:00
Mark Janssen 9e8e670bcd Update Calico and Canal tabs in kubeadm docs (#8571)
Fixes broken links and updates manifest references to use the newest Calico version (v3.1)
2018-05-24 04:21:31 -07:00
Tim Fogarty 35ba266efd Fix broken link to deprecation policy (#8713) 2018-05-23 17:22:32 -07:00
Steve Perry 02c8bc39d9 Redirect changed URLs. (#8715) 2018-05-23 17:20:33 -07:00
Arsalan Rana 4b1df14561 Bullet formatting (#8708)
* Bullet formatting

* Update what-is-kubernetes.md

Add line break before listitems to get list to format properly
2018-05-23 15:26:31 -07:00