Commit Graph

548 Commits (14c2094ece2c2579139736d33c2561b3ab2a981d)

Author SHA1 Message Date
Stewart-YU 2a074578d9 Update daemonset.md
Spelling mistakes: DeamonSet,  using DaemonSet
2017-08-08 11:35:20 +08:00
Stewart-YU 5e601c2010 Update disruptions.md
using administrator instead of admin
2017-08-07 20:19:51 -07:00
Andrew Chen 490fb99a30 Patch PR #4671 2017-08-07 16:52:37 -07:00
Luis Pabón fdf2c5a02b Note on cascading deletes and Deployments (#4671) 2017-08-07 15:54:59 -07:00
Stewart-YU 0114ddf60f Update nodes.md
Missing  a  signal
2017-08-07 15:40:59 -07:00
fisherxu fb39f2f76a fix typo 2017-08-07 15:39:32 -07:00
Stewart-YU 9ad9948e64 Update kubernetes-api.md
The first letter should be capitalized
2017-08-07 15:39:12 -07:00
Andrew Chen 6da5f52fb2 Add 404 redirects (#4675)
* Add redirect for legacy kubectl links

* remove js redirect for kubectl

* fix link URLs

* add 404 redirects

* remove js forwarding rules

* clean up _redirects

* fix coreos links
2017-08-07 15:13:14 -07:00
DuJun 86b9845c72 fix typo in storage (#4645)
* fix typo in storage

* Update volumes.md
2017-08-06 14:19:45 -07:00
Stewart-YU 0c6bca5b7f Update labels.md
modify key to Key in line #43
2017-08-06 14:17:08 -07:00
fisherxu ac5ea078b9 fix typo 2017-08-06 14:16:38 -07:00
XsWack 5e766d7ba6 Update assign-pod-node.md
Fix some typo in assign-pod-node.md
2017-08-06 14:16:16 -07:00
Malepati Bala Siva Sai Akhil d2958d03b6 Fixed grammatical error in names
Fixed grammatical error in names of working with object
2017-08-06 14:15:57 -07:00
Malepati Bala Siva Sai Akhil d3f796ebc0 Fixed grammatical error
Fixed grammatical error in Understanding Kubernetes Objects
2017-08-05 10:21:53 +05:30
Andrew Chen 4501b715c1 Update service.md (#4644)
* Update service.md

Put Internal Load Balancer YAML in tabs.

* add the
2017-08-04 17:50:50 -07:00
Nick Sardo 1cd67351e0 Add annotation for GCP Internal Load Balancer 2017-08-04 17:31:40 -07:00
Andrew Chen 03d0017d63 Revert "Update volumes.md" 2017-08-04 16:22:06 -07:00
Dhilip cdf4cc3769 add examples for interpod configurations (#4557)
* add examples for interpod configurations

* re-word and fix typo based on review comments

* explain podAffinity with examples

* review comments: make replicas 3 for both workload types

* Address final review comments
2017-08-04 16:21:39 -07:00
Håvar Eggereide 33112de115 add newline above kube-apiserver
kube-apiserver heading did not render correct on my Chrome. The change did nothing to the github preview so maybe there is a fix already, but consistency with the other headings might be worth the change.
2017-08-04 14:37:37 -07:00
Mikael 4b004cf717 Update kubernetes-api.md
Just correcting what I think is a typo.
2017-08-04 14:28:54 -07:00
m1093782566 4f2434ff66 fix typos in fedration docs 2017-08-04 14:27:30 -07:00
m1093782566 225310ccff fix kubelet garbage collected typo 2017-08-04 14:27:03 -07:00
m1093782566 2178c54da4 fix typo in network-policies.md 2017-08-04 14:26:39 -07:00
Andrew Chen a02d76a2c0 Merge branch 'master' into assignees-to-approvers 2017-08-04 12:59:54 -07:00
XsWack d1b24144b1 Update volumes.md
Fix typo and some syntax error
2017-08-04 20:53:32 +08:00
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07: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