Commit Graph

5687 Commits (bb47b3f43fda61b5cd31b51919eaf7afec5b9b2b)

Author SHA1 Message Date
Cody Clark bb47b3f43f Example for sig-docs meeting (#4571) 2017-08-01 11:41:33 -07:00
Kaitlyn Barnard 47fb29d668 Adding tutorial links to docs (#4570)
* Adding tutorial links to docs

* Update index.md
2017-08-01 09:30:19 -07:00
Drew Rapenchuk bfdc9a64e8 update scratch.md for issue #4068 (#4069)
* update scratch.md for issue #4068

Issue #4068 details the dangers of recommending single etcd instance.

This will likely need to be expanded into better "highly available" cluster documentation

* Refactor list style

* fix ordered list

* fix unordered list

* ul

* add back shell
2017-08-01 03:39:52 -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
Manjunath A Kumatagi ab0bd00e74 Move update-demo and liveness images to kubernetes/test/images (#4536)
* Move update-demo and liveness images to kubernetes/test/images

* Skip the README.md files
2017-08-01 02:56:20 -07:00
jianglingxia 64aa7c0a66 update the kubernetes version no. (#4328)
* update the kubernetes version no.

* update it

* modify the error
2017-08-01 02:46:04 -07:00
Ianeta Hutchinson 9af54c7c5a Applying template to Namespaces topic and moving to Tasks. (#2925)
* Applying template to Namespaces topic and moving to Tasks.

* update links
2017-08-01 02:34:55 -07:00
Andrew Chen 72508c26fe Reimplement PR #4339 2017-08-01 02:23:13 -07:00
Andrew Chen 6ec54a096e Reimplement PR #4545 2017-08-01 02:09:29 -07:00
Andrew Chen cc85c292f3 Reimplement PR #4552 2017-08-01 02:06:03 -07:00
Andrew Chen 98c068abea Merge pull request #4559 from kubernetes/chenopis-3981-patch
Reimplement PR #3981
2017-08-01 01:58:56 -07:00
Andrew Chen ff1432531c Reimplement PR #3981 2017-08-01 01:54:43 -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
xufei 6549a0b34a docs: Fix sentence begins with an uppercase letter (#4556) 2017-08-01 01:31:55 -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
Xing Zhou d9e099b7af Turn env variables to upper case in the example.
As K8s won't change the env variable from configmap(using envFrom
to upper case, so change the variable names to upper case in the
example.
2017-08-01 01:17:24 -07:00
Jian Qiu 77c05ef418 Add dns policy setting 2017-08-01 01:14:14 -07:00
Matthew Dorn 52b8d44683 use raw github url for ip-masq-agent.yaml 2017-08-01 01:12:22 -07:00
dlorenc 1009f889d5 Remove the alpha storage-class annotation.
This doesn't work when run in beta storage class clusters.
2017-08-01 01:11:15 -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
sudr 2170ffbc76 Update install-kubectl.md to include instructions for kubectl auto-completion in oh-my-zsh (#4370)
* Update install-kubectl.md

* Move Oh-My-Zsh and edit

* add "the"
2017-08-01 00:52:12 -07:00
Fabian Deutsch 9e74703ad1 docs: Fix link in horizontal-pod-autoscale to #support-for-custom-metrics 2017-08-01 00:36:28 -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
Cao Shufeng 14df916093 Update NamespaceLifecycle admission controller 2017-08-01 00:34:29 -07:00
Dino Hensen 8ff2710305 Fix indent and use valid keys for configMapKeyRef (#4428)
Fix restartPolicy indent.
Use valid keys from the ConfigMap in the step previous to the last special-config creation. Key special.type was not created anywhere in previous steps anywars.
2017-08-01 00:25:26 -07:00
Vijay Dhama 90bc317621 Fixed application troubleshooting guide link (#4441) 2017-08-01 00:19:45 -07:00
Eric Mountain @ Amadeus 2934358f13 Minor fix in example resource limit policy
Looks like 

```
the cluster operator may want to set limits that a pod must consume at least 20% of the memory and CPU
```

was meant to be 

```
the cluster operator may want to set limits that a pod must consume no more than 20% of the memory and CPU
```
2017-07-31 23:58:34 -07:00
Mik Vyatskov 6f42c332ec Fix a small bug in the Stackdriver Logging documentation (#4453) 2017-07-31 23:56:15 -07:00
Lachlan Evenson 723bdc97a8 Update TLS bootstrapping docs (#4490)
* Add bootstrap tokens reference
Update kubelet required flags

* update kubelet flag

* update bootstrap tokens to add alpha wording

* update authorization provider background and standardize on system:bootstrappers group

* made kubelet requirements more prominant

* fix grammar

* wording updates based on review

* update md links
2017-07-31 23:55:48 -07:00
Davanum Srinivas cdaeaa56fe Fix Typo - "TokenAccessReviewStatus" -> "status" (#4475)
* Fix Typo - "TokenAccessReviewStatus" -> "status"

"TokenAccessReview" is the value of the "kind" field of the request and response. The webhook has to fill in the "status" field to indicate authenticate pass/fail status.

* Use back ticks for spec

For consistency highlight spec better using back ticks
2017-07-31 23:53:04 -07:00
Andrew Chen 63c16a7636 Merge pull request #4555 from kubernetes/chenopis-4397-patch
Fix Kuberentes typo
2017-07-31 23:50:14 -07:00
Andrew Chen d40b245c9b Fix Kuberentes typo 2017-07-31 23:45:38 -07:00
Ahmet Alp Balkan acef396611 Fix typos and add a paragraph for initializers doc (#4369)
* Fix typos and add a paragraph for initializers doc

- Fixed a few consistency issues and typos in the doc
- Also fixed an username typo in assignees
- Added a paragraph explaining how the example initializerconfiguration will
  be applied once it is created.

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

* Add .pending to metadata.initializers, re-wording

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-31 23:15:39 -07:00
Davanum Srinivas 11238eea0e Fix Typo - Initializer should be Initializers
Looking at the code, the right string to set in --admission-control would be `Initializers`:
https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/admission/initialization/initialization.go#L43
2017-07-31 17:21:10 -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
Xing Zhou cf75fef7fb Translate getting-started-guides/coreos/bare_metal_offline.md into Chinese 2017-07-31 16:56:18 -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 d32de1bedb add links about ports and firewalls 2017-07-31 16:38:48 -07:00
Jennifer Rondeau 3a37833823 fix broken link to concepts topic (#4471)
* rebase and resolve merge conflict

* fix whitespace error
2017-07-31 16:37:40 -07:00
JENNIFER RONDEAU 28939a8eae fix memorypressue and diskpressure descriptions 2017-07-31 16:36:35 -07:00
Andrew Chen 51f3d013b1 Merge pull request #4551 from kubernetes/chenopis-4541-patch
Reimplement #4541
2017-07-31 16:34:50 -07:00
Andrew Chen 0e500aa7d7 Reimplement #4541 2017-07-31 16:26:37 -07:00
Andrew Chen fadf7b5f96 Merge pull request #4550 from steveperry-53/playgrounds
Add playgrounds to Task and Tutorial prerequisites.
2017-07-31 16:06:13 -07:00
steveperry-53 53b8d8f667 Add playgrounds to Task and Tutorial prerequisites. 2017-07-31 15:25:55 -07:00
William Chang 5d966136c5 Fix the variables file path. (#4483) 2017-07-28 21:48:45 -07:00
Cody Clark 9f0d7e54b2 Adding Callouts to Docs (#4535)
* Create callouts.css

* Linking callouts.css

* Alphabetical order

* Added doc for using callouts

* Fix link

* Deleting info

* Updates per Ahmet

Added more detailed examples and a common issues section

* Update style-guide.md
2017-07-28 16:59:19 -07:00