Joe Beda
6bdede6925
Convert kube-apiserver to hyperkube.
...
Part of #108 .
Also:
* Added hyperkube cmd (not built by default yet).
* Added version support to hyperkube
* Remove health_check_minions flag from apiserver as it is no longer used with #3733
2015-01-30 13:06:28 -08:00
Satnam Singh
a9aabda0f0
Merge pull request #3975 from sdminonne/etcd.2.0.0
...
Fix dockerfile for etcd.2.0.0
2015-01-30 08:33:18 -08:00
Salvatore Dario Minonne
9a0e16a009
Fix dockerfile for etcd.2.0.0
2015-01-30 15:32:13 +01:00
Ye Yin
248624fc1f
Add docker's add/drop capabilites
2015-01-30 15:09:31 +08:00
Mrunal Patel
19e0605f5b
Replace "net" by "pod infra" in docs and format strings.
2015-01-28 15:03:06 -08:00
Yu-Ju Hong
fe4d509fa7
Fix typos in ubuntu_single_node.md
2015-01-28 07:16:15 -08:00
Alex Mohr
a01974999d
Merge pull request #3848 from brendandburns/aws
...
Update the AWS configs to handle VPC
2015-01-27 17:24:47 -08:00
Brian Grant
68d617f538
Merge pull request #3842 from satnam6502/roadmap
...
Add performance roadmap items
2015-01-27 15:45:50 -08:00
Brendan Burns
8001487666
Update the AWS configs to handle VPC
2015-01-27 13:33:57 -08:00
Brian Grant
0ee8f1a057
Merge pull request #3790 from ddysher/node-doc-update
...
Update node.md
2015-01-27 12:37:36 -08:00
Satnam Singh
d1ccfd81c7
Add performance roadmap items
2015-01-27 12:20:23 -08:00
Paulo Pires
da127837ec
Updated Kubernetes version in CoreOS related files.
2015-01-27 09:35:36 +00:00
Paulo Pires
7cf686b09f
Updated Kubernetes version in AWS CoreOS related files.
2015-01-27 09:33:13 +00:00
Brian Grant
6500bac04e
Merge pull request #3803 from jlowdermilk/architecture
...
Update architecture diagram/png/svg to name 'kubectl' as client.
2015-01-26 15:28:54 -08:00
Joe Beda
fab7636aa6
Add Dockerfile for sequence diagram generation
2015-01-26 15:25:47 -08:00
roberthbailey
b6e345c3c9
Merge pull request #3802 from jbeda/seqdiag-tweak
...
Small tweaks to sequence diagram generation.
2015-01-26 13:54:08 -08:00
Jeff Lowdermilk
6ba8b7dfb2
Merge pull request #3768 from deads2k/deads-make-kubectl-config-easier-alt
...
make kubectl config set-cluster easier to use
2015-01-26 13:13:26 -08:00
deads2k
05bc508a13
make all kubectl config set-* easier to use
2015-01-26 15:16:54 -05:00
Jeff Lowdermilk
0a127ea14e
Update architecture diagram/png/svg to name 'kubectl' as client.
2015-01-26 11:35:53 -08:00
Deyuan Deng
04ed23a7b3
Update node.md
2015-01-26 13:56:13 -05:00
Eric Tune
4c2d554c73
Merge pull request #3057 from derekwaynecarr/resource_controller_proposal
...
Admission control plugins: LimitRanger and ResourceQuota
2015-01-26 10:46:20 -08:00
Joe Beda
a56595ce0e
Small tweaks to sequence diagram generation.
...
Fix up name of font download and no transparency so it is easier to iterate.
2015-01-26 10:35:20 -08:00
Tim Hockin
81e4d01ab8
Merge pull request #3786 from calavera/fix_dns_link
...
Fix link to the dns addon readme
2015-01-24 00:23:33 -08:00
David Calavera
e889fc336f
Fix link to the dns addon readme
2015-01-24 00:16:36 -08:00
David Calavera
46c1154ed5
Fix inline comment about label examples.
2015-01-23 20:14:36 -08:00
Victor Marmol
8d38f74425
Update developer docs to use hack/ for e2e.
2015-01-23 15:52:12 -08:00
Vishnu Kannan
6388c77197
Update RFCs in docs/resources.md
2015-01-23 22:29:06 +00:00
Brian Grant
0b5cfa2a0f
Merge pull request #3748 from vishh/update_resources_doc
...
Update resources.md to reflect the new compute resource naming policy.
2015-01-23 14:05:38 -08:00
Vishnu Kannan
f933b55405
Update resources.md to reflect the new compute resource naming policy.
2015-01-23 21:41:06 +00:00
derekwaynecarr
badf5560a4
Doc tweaks
2015-01-23 12:56:49 -05:00
derekwaynecarr
6c17bfa526
Remove resource_controller proposal
2015-01-23 12:56:49 -05:00
derekwaynecarr
c772de762f
ResourceQuota proposal
2015-01-23 12:56:49 -05:00
derekwaynecarr
2803782af6
Design document for LimitRange
2015-01-23 12:56:49 -05:00
derekwaynecarr
ec568d7d9a
Resource controller proposal
2015-01-23 12:56:49 -05:00
Deyuan Deng
c263a79d3e
Add node sync period flag
2015-01-22 19:14:02 -05:00
Tim Hockin
5c3fd0c3ef
Merge pull request #3645 from bgrant0607/config
...
CLI/config roadmap
2015-01-22 13:43:25 -08:00
Tim Hockin
124915417c
Merge pull request #3723 from jlowdermilk/kubectl-stop
...
Add a kubectl stop command
2015-01-22 13:42:52 -08:00
Tim Hockin
bc01148286
Merge pull request #3722 from bgrant0607/docfix
...
Update docs to refer to kubectl rather than kubecfg. Remove cli.md.
2015-01-22 11:02:56 -08:00
Brian Grant
55d0d0d258
Update docs to refer to kubectl rather than kubecfg. Remove cli.md.
...
Partially addresses #2144 . Fixes #834 .
2015-01-22 18:58:04 +00:00
Brian Grant
1ed9597975
First draft of CLI/config roadmap.
2015-01-22 18:18:46 +00:00
Brendan Burns
80ad188912
Merge pull request #3556 from pires/fix_aws_coreos_cloudformation
...
Fix AWS CoreOs documentation & CloudFormation template.
2015-01-22 09:55:27 -08:00
Jeff Lowdermilk
201e99e0ee
Add a kubectl stop command
2015-01-22 09:46:53 -08:00
Filipe Brandenburger
b1727b0330
Revert "Add a kubectl stop command"
2015-01-22 09:00:50 -08:00
Brian Grant
a921086507
Merge pull request #3662 from jlowdermilk/kubectl-stop
...
Add a kubectl stop command
2015-01-22 06:58:29 -08:00
Paulo Pires
078b37cd2f
Fixed nits.
2015-01-21 23:00:16 +00:00
Tim Hockin
30219f8dfa
Merge pull request #3664 from thockin/pull-if
...
Pull if
2015-01-21 13:05:28 -08:00
Tim Hockin
7dd0400065
Merge pull request #3470 from deads2k/deads-add-kubecfg-ns
...
respect namespace from .kubeconfig file
2015-01-21 12:58:06 -08:00
Tim Hockin
81343aac63
Change PullPolicy constants to match
2015-01-21 12:48:56 -08:00
Brian Grant
6b24c518fb
Merge pull request #3675 from hTrap/patch-3
...
typo in capitalisation
2015-01-21 10:36:49 -08:00
Brian Grant
f100b65108
Merge pull request #3678 from hTrap/patch-4
...
typo fixed
2015-01-21 10:35:33 -08:00