Sebastien Coutu
409f0f74cd
Update to include Python library ( #4624 )
...
Hi, we've created and are maintaining the kubernetes-py library. It uses python objects to manipulate the kubernetes API objects. We're using it to manage our operations on kubernetes daily.
2017-08-04 09:38:34 -07:00
craigbox
63092de7ba
Update node/pod limits
...
Initial PR to reflect new scalability limits. I have assumed the new number of total containers from the previous relationship but would prefer Wojciech to confirm
2017-08-04 15:22:14 +01:00
XsWack
d1b24144b1
Update volumes.md
...
Fix typo and some syntax error
2017-08-04 20:53:32 +08:00
Rye Terrell
3fd1ff3036
add instructions for installing kubefed with snap
2017-08-03 13:51:41 -07:00
lichuqiang
f86258314d
fix typo
2017-08-03 13:47:18 -07:00
XsWack
2c11c0de1f
Update access-cluster.md
...
https://git.k8s.io/client-go/examples/examples/in-cluster/main.go is a bad url and it should be https://git.k8s.io/client-go/examples/examples/in-cluster-client-configuration/main.go
2017-08-03 13:46:55 -07:00
Drinky Pool
3ee607a78e
fix typo
...
fix typo
2017-08-03 13:27:03 -07:00
Cody Clark
8e012468a4
Removing extra spaces
...
Per Issue [4602](https://github.com/kubernetes/kubernetes.github.io/issues/4602 )
2017-08-03 13:08:15 -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
lichuqiang
80ea815b28
fix some spelling mistake
2017-08-02 23:00:45 -07:00
cliffburdick
ec0c650e6a
Fixed apostrophe
2017-08-02 14:06:20 -07:00
Zachary Corleissen
da64587427
Merge branch 'master' into 4549-complete-sentence
2017-08-02 13:46:12 -07:00
lichuqiang
4ecdd2c3cc
Fix sentence begins with an uppercase letter
2017-08-02 11:29:44 -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
Andrew Chen
97b86a6fba
Merge branch 'master' into 4549-complete-sentence
2017-08-01 22:55:07 -07:00
Andrew Chen
d4893d4fe6
bump up final notes to h2
2017-08-01 22:42:55 -07:00
Andrew Chen
7febf3e780
add template tags
2017-08-01 22:37:46 -07:00
zacharysarah
2f5370e0a7
Fixed an awkward sentence
2017-08-01 15:45:18 -07:00
zacharysarah
d507cf888d
Merge branch '4549-complete-sentence' of https://github.com/zacharysarah/kubernetes.github.io into 4549-complete-sentence
2017-08-01 15:43:19 -07:00
zacharysarah
b80cebf70b
Fixed broken link, consistent style usage
2017-08-01 15:38:20 -07:00
zacharysarah
700bb5564b
Add task template
2017-08-01 15:34:50 -07:00
Luke Heidecke
abd60bc4be
Fix use of on-premises terminology ( #4413 )
...
* Fix use of on-premises terminology
* Update ingress doc with on-premises term
2017-08-01 15:10:37 -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
WanLinghao
4d9320bb40
yaml file errors on scheduling-gpus.md ( #4436 )
...
* Update scheduling-gpus.md
* Update scheduling-gpus.md
2017-08-01 14:33:04 -07:00
Andrew Chen
c5e214633d
Merge branch 'master' into 4549-complete-sentence
2017-08-01 14:10:03 -07:00
irfanurrehman
e142f0fe9c
[Federation] Add reference docs for kubefed ( #2937 )
...
* Update the reference docs for kubefed
* fix syntax typos
* add period
* fix ToC links
* fix kubefed link
* revert to Kubefed title as link
* Add kubefed reference docs for the first time
* Add link for base kubefed command also
2017-08-01 13:57:19 -07:00
Daisuke Fujita
248f7deec7
Modify journalctl flag in ECR doc
2017-08-01 13:52:04 -07:00
zacharysarah
a4003ad766
Completed sentence, applied style guide to section
2017-08-01 13:38:15 -07:00
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
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
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