Commit Graph

9054 Commits (c9fe0982304119d8df43b44edad830ae911c9b6e)

Author SHA1 Message Date
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
Chen Hong 7569e58485 fix some unsatisfied. (#8746)
* fix some unsatisfied.

* fix

* add mysql-pv.yaml for run-single-instance-stateful-application

* fix some errors.
2018-06-04 14:24:54 -07:00
Andreas Jaeger 25d566650b Hugo: Fix getting-started-guides/scratch.md (#8899)
Fix the display of notes on the page so that hugo formats it correctly.
Without this change, the content is formatted as code.
2018-06-04 14:20:56 -07:00
AdamDang a8577f60c2 Typo fix: DeamonSets->DaemonSets/kubeclt->kubectl/hopefuly->hopefully (#8656)
* Typo fix: DeamonSets->DaemonSets

DeamonSets->DaemonSets

* Update 2015-12-00-Creating-Raspberry-Pi-Cluster-Running.md

* Update 2015-11-00-Monitoring-Kubernetes-With-Sysdig.md
2018-06-04 12:34:54 -07:00
Bjørn Erik Pedersen a7d2dfc4fc Fix some issues with ToC (#8797)
* Allow HTML in ToC

Fixes #4793

* Extract ToC id from the header

This is needed when the id is set explicitly in markdown.
2018-06-04 08:35:54 -07:00
Rui Cao 200857de80 Typo fix: contraints -> constraints (#8884) 2018-06-04 08:06:53 -07:00
chenyb4 b6d890b929 remove kubectl overview link repeat (#8887)
In _index doc the Kubectl CLI about overview link
was add in "[Overview of kubectl]", So remove not
need "[kubectl]" link.

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-06-04 08:05:54 -07:00
Yujun Zhang d03745376c Fix errors in configure-multiple-schedulers.md (#8540)
* Fix errors in configure-multiple-schedulers.md

- Failed to push docker image
- Errors found in my-scheduler logs
 
```
...
E0515 06:36:28.180428       1 reflector.go:205] k8s.io/kubernetes/vendor/k8s.io/client-go/informers/factory.go:130: Failed to list *v1beta1.ReplicaSet: replicasets.extensions is forbidden: User "system:serviceaccount:kube-system:default" cannot list replicasets.extensions at the cluster scope
```

* Replace double quote with backticks for code strings

* Use `system:kube-scheduler` instead of `cluster-admin`

* Create dedicated service account for `my-scheduler`
2018-06-04 08:04:53 -07:00
makocchi 5c3fa99234 correct rendered output at Feature Gates page (#8889)
* remove caputre formatting directives (#8877)

* fix note block
2018-06-04 07:45:53 -07:00
Guang Ya Liu a2cb17e4cf Remove quota for service type. (#8882) 2018-06-03 22:00:52 -07:00
Chao Wang fddc80759e fix wrong redirect of the admission-webhook (#8879) 2018-06-03 20:54:52 -07:00
AdamDang f7c44f18a6 Typo fix: users has->users have (#8872)
users has->users have
2018-06-03 19:24:53 -07:00
Gerald 963f275cd3 Remove spaces from an href content (#8876)
Spaces inside the text of an href tag caused underlining of a blank space which resembles a period.
2018-06-03 18:58:52 -07:00
Takuya Tokuda 6ff5ca460f wrap sentence by p tag (#8785) 2018-06-01 20:46:55 -07:00
Rui Cao af522644be Typo fix: propogating -> propagating (#8832) 2018-06-01 20:36:59 -07:00
Tim Zhang 0146e56203 change section position to make it alphabetical (#8847) 2018-06-01 19:52:57 -07:00
lovejoy 5e4096b184 fix direct link in docs/concepts/configuration/pod-priority-preemption (#8854) 2018-06-01 19:40:00 -07:00
Joe Gregorio 9ddca8982a Link to Profiling_with_tools was 404 (#8859)
Fix link, old link to Profiling_with_tools was 404.
2018-06-01 19:37:57 -07:00
Timothy St. Clair e1ba88403d Update dind link on reviewing content (#8869) 2018-06-01 19:32:55 -07:00
Anubhav 536271a03a Mention this guide requires only 1 master node (#8376) 2018-06-01 16:05:58 -07:00
Anubhav 31241e8b72 Fix command to install weavenet plugin (#8375) 2018-06-01 15:54:55 -07:00
Zach Corleissen 7285147f82 Remove legacy syntax (#8849) 2018-06-01 14:35:56 -07:00
Xianglin Gao 7d0e6bc49e Update the version of echoserver (#8771)
* Remove the version of echoserver

* Finish the changes
2018-06-01 13:16:57 -07:00
Masaya Aoyama (@amsy810) 6cdfa80b8d kube-router document is moved (dead link) (#8741)
NG: https://github.com/cloudnativelabs/kube-router/tree/master/Documentation#try-kube-router-with-cluster-installers
OK https://www.kube-router.io/docs/user-guide/#try-kube-router-with-cluster-installers

For example, this page contain dead link.
https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/

Note:
China page don't have this link.
2018-06-01 13:08:56 -07:00
Masaya Aoyama (@amsy810) 52dad2beb9 StorageOS example dead link (#8737)
NG: https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/storageos
OK: https://github.com/kubernetes/examples/blob/master/staging/volumes/storageos

For example, this page contain dead link.
https://kubernetes.io/docs/concepts/storage/volumes/#storageos

Old page is this, so I think its change is correct.
https://github.com/kubernetes/kubernetes/tree/release-1.10/examples/volumes/storageos

Note:
China page don't have this link.
2018-06-01 13:01:55 -07:00
Masaya Aoyama (@amsy810) 127b52afaf [mod] Client library link is dead (#8734)
NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/

For example, this page contain dead link.
https://kubernetes.io/docs/reference/

Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/

Note:
China page don't have this link.
2018-06-01 12:58:57 -07:00
Masaya Aoyama (@amsy810) 88a6607e39 [mod] API overview link is dead (#8733)
NG: https://kubernetes.io/docs/reference/api-overview/
OK: https://kubernetes.io/docs/reference/using-api/api-overview/

For example, this page contain dead link.
https://kubernetes.io/docs/reference/

Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/api-overview/

Note:
China page don't have this link.
2018-06-01 11:48:55 -07:00
lovejoy 518b6334c5 unifying .spec like spelling in concepts/workloads/pods (#8831) 2018-06-01 10:46:55 -07:00
Timothy St. Clair d600569e6e Removes unnecessary SkyDNS references in preparation for CoreDNS change. (#8867) 2018-06-01 10:45:56 -07:00