Commit Graph

523 Commits (69a1c7eb85af42d3edcfca68cc4406f163ea6f5b)

Author SHA1 Message Date
XsWack d1b24144b1 Update volumes.md
Fix typo and some syntax error
2017-08-04 20:53:32 +08:00
lichuqiang f86258314d fix typo 2017-08-03 13:47:18 -07:00
x00416946 fisherxu fa665b5bb9 Add . to the end of the entry 2017-08-03 08:50:06 -07:00
Zachary Corleissen 99ad2bb168 Fixed broken link (#4578)
* Fixed broken link

* Fixed link text

* Pointed link to releases.k8s.io

* Used variable in link
2017-08-02 23:31:41 -07:00
TalyaF 212197fdcb changed first sentence for parallel structure (#4304)
* changed first sentence for parallel structure 

/@chenopis

* Update what-is-kubernetes.md
2017-08-02 23:14:28 -07:00
chaowang95 1f7f9aa0e6 Add an yaml example in Writing a DaemonSet Spec (#4553)
* Add yaml example in DeamonSet doc

* Update daemonset.md

* use code include instead of duplicate in md

* remove redundant download link
2017-08-02 10:31:32 -07:00
Ryan McGinnis b6566e99f2 Adds note callouts throughout
Implementing our new note callouts by way of experimentation. A couple other minor edits.
2017-08-01 14:40:46 -07:00
Daisuke Fujita 248f7deec7 Modify journalctl flag in ECR doc 2017-08-01 13:52:04 -07:00
Eric Chiang 787d50a1af secrets: add a best practices section and API access recommentations (#4380)
* secrets: add a best practices section and API access recommentations

This section attempts to capture some of the best practices around
client API access to secrets. Specitically that controllers should
avoid list and watch operations in favor of getting specific secrets.

* add "are"
2017-08-01 03:04:42 -07:00
Andrew Chen 72508c26fe Reimplement PR #4339 2017-08-01 02:23:13 -07:00
Andrew Chen cc85c292f3 Reimplement PR #4552 2017-08-01 02:06:03 -07:00
WanLinghao 704e14a2d7 Update assign-pod-node.md (#4356)
* Update assign-pod-node.md

I am a freshman on Kubernetes development.When I use the affinity feature,it confuses me that why the pod won't stop after I changing  the node's label which makes the node no longer satisfy the  affinity condition.Although I learn  how this feature works by community, I hope the documentation can help  people especially fresh man better.^_^

* Update assign-pod-node.md after review

I have fixed the commit after review
2017-08-01 01:49:23 -07:00
Andrew Chen 7d77edd74a Reimplement PR #4383 2017-08-01 01:33:08 -07:00
Lyubomir Gardev 6925e45052 Update labels.md (#4417)
Added code formatting to the third operator available for Set-based requirements of label scopes.
2017-08-01 01:25:57 -07:00
Jian Qiu 77c05ef418 Add dns policy setting 2017-08-01 01:14:14 -07:00
Sahdev Zala c2dfbb46ec Fix incorrect link and add missing ones for pod template (#4366)
* Fix incorrect link and add missing ones for pod template

The current link to the pod template is pointing to replication controller
page. Also couple places missing a link to get better view of what pod
template is.

* fix pod link

* fix pods url
2017-08-01 01:08:49 -07:00
Ryan Roden-Corrent 373d10f1fd Fix aggregation link in custom resources page. (#4338) 2017-08-01 01:06:26 -07:00
Sahdev P. Zala 47b0f2f0a4 Fix unresolvable element
The incorrect element pointer gives an error,
cannot resolve element with id updating-a-replication-controller, with a
broken link. Fix it.
2017-08-01 01:01:23 -07:00
Justin W. Flory e448f859ce Fix redirected link
Updates the reference to bring you to the right location on the current page (instead of leaving you at the top)
2017-08-01 00:35:16 -07:00
Andrew Chen d40b245c9b Fix Kuberentes typo 2017-07-31 23:45:38 -07:00
Xiaoyu Zhang aaa7e8a948 add three punctuations (#4539)
* add two punctuation

add two punctuation

* add one more
2017-07-31 17:20:19 -07:00
xiaoy d5595d133f fix container name (#4542)
* fix command and try cla again

* fix command

* the container name should be sidecar
2017-07-31 17:16:41 -07:00
Jennifer Rondeau d27df547b2 Apply templates, some edits for style guide conformance (#4537)
* edit for template, style guide conformance

* fix whitespace errors

* fix template errors
2017-07-31 16:43:08 -07:00
JENNIFER RONDEAU 28939a8eae fix memorypressue and diskpressure descriptions 2017-07-31 16:36:35 -07:00
Slava Semushin d629d10178 pod-security-policy.md: clarify the difference between the case when pod being created by a user and a service account. 2017-07-28 10:06:22 -07:00
Tobin Harding f89a999584 Make minor gramatical change 2017-07-28 10:03:49 -07:00
Andrew Chen 2e257d9707 Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem

* add _redirects file

* disable 404 redirect script

* add 301 redirect to test

* retain _redirects file

* Convert redirect_from's to _redirect file. (#4409)

* Remove redirect_from's. (#4424)

* Add 301's to _redirects. (#4427)

* add whitespace before 301

* move redirects in /js/redirects/js to _redirects

* add disabled option for cn redirect

* convert include to array in _config.yml

* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
dhilipkumars 130b72927c Simplify sentence 2017-07-28 01:01:48 -07:00
steveperry-53 f9ac865c5f In links to ref pages, use {{page.version}}. 2017-07-27 15:23:25 -07:00
Slava Semushin 15d9cfbd92 Revert "add host paths to psp (#3971)"
This reverts commit 952e5b4497 because
support of this field was also reverted.
2017-07-27 14:31:43 -07:00
Slava Semushin 99ddcb933e docs/concepts/policy/pod-security-policy.md: update link to example. 2017-07-27 14:27:11 -07:00
jianglingxia 5a4f3c738b change the limit to request 2017-07-27 14:19:42 -07:00
Emmanuel Odeke 5c8944036b concepts/storage: fix minor typo in volumes.md
Fixes pluralization typo from:
many type of volumes
to:
many types of volumes
2017-07-27 14:15:25 -07:00
Dong Liu 2f50a22c94 Update document for Azure LoadBalancer support. (#4082)
* Add doc for azure internal load balancer support.

* Add note for user-specified 'loadBalancerIP' support on Azure.

* Fix comment.

* Fix comment
2017-07-27 13:39:53 -07:00
Mitsuhiro Tanino 17c045577c Add detail of manual reclamation steps for PV (#4411)
* Add detail of manual reclamation steps for PV

Fix #48609

* add punctuations
2017-07-27 09:52:01 -07:00
Jennifer Rondeau 036f35b891 add info about pulling from image digest (#4508)
* add info about pulling from image digest

* fix nits
2017-07-26 12:53:21 -07:00
Howie Benefiel d3d96550d6 Change big to large to avoid awkward verbiage (#4384)
In canonical American English, "large" is generally used to describe the size of a number. This is purely a style change, but "large number of" is less awkward sounding than "big number of".
2017-07-25 12:52:01 -07:00
xiaoy 99ed8cc5c0 fix command and try cla again (#4255)
* fix command and try cla again

* fix command
2017-07-14 11:43:54 -07:00
Mike Bryant a0607d1bf0 Fix typo in NetworkPolicy example
The given example results in:
```
The NetworkPolicy "test-network-policy" is invalid: spec.ingress[0].ports[0].protocol: Unsupported value: "tcp": supported values: TCP, UDP
```
2017-07-14 11:43:07 -07:00
Jay Oster 7adbe501e7 Fix a typo (#4325)
* Fix a typo

* Fix grammatical error
2017-07-14 11:42:30 -07:00
Michelle Au 4e05394b86 Add note about local PV delete limitation 2017-07-14 11:41:08 -07:00
Stuart Grice e8e2777854 Update how resources are schedule
This page's description of resource scheduling conflicts with the definition on the page below.

https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
2017-07-12 09:31:34 -07:00
Andrew Chen 5b2cecf308 Patch PR #4056, update links 2017-07-10 22:50:57 -07:00
Guangya Liu d61d3a4acd Updated yaml template for ingress. 2017-07-10 22:47:30 -07:00
Ahmet Alp Balkan c58aeecc9c Fix what's next links for networkpolicy guides
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-10 15:24:39 -07:00
Ahmet Alp Balkan 0667180dd4 Remove self-links with domain names in docs (#4299)
* Remove self-links with domain names in docs

Fixes #4191. Skipping the tutorials we import from kubernetes/examples.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* update federation/index.md user-guide links

* update assign-pod-node.md links

* update dns-pod-service.md link

* update link in jobs-run-to-completion.md

* update link in minikube.md

* update PS link in minikube.md

* update links in stackpoint.md

* update links in storage.md

* fix link in vsphere.md

* fix links in deprecation-policy.md

* Update pick-right-solution.md

* Update web-ui-dashboard.md

* Update ingress.md

* Update federation-service-discovery.md

* Update user-guide.md

* Update expose-external-ip-address.md

* Update README.md

* Update README.md
2017-07-10 15:13:19 -07:00
jianglingxia e069623969 disruptions.md replicaset.md service.md replicationcontroller.md update (#4329)
* disruptions.md replicaset.md service.md replicationcontroller.md update

* update it

* amend the error
2017-07-10 14:31:32 -07:00
Shashank bc465ddedd Update daemonset.md 2017-07-10 14:27:18 -07:00
Xiaoyu Zhang 1bb2b9a9cf manage-deployment.md: use {{page.version}}
manage-deployment.md: use {{page.version}} to replace v1.6
2017-07-10 14:18:31 -07:00
Xiaoyu Zhang 64a3f7ab2e logging.md: replace v1.6 with page.version
logging.md: replace v1.6 with page.version
2017-07-10 13:27:52 -07:00