krousey
e497793de2
Merge pull request #9366 from justinsb/fix_8376
...
Correct arguments to aws cloudformation command in docs
2015-06-08 12:55:36 -07:00
krousey
963b6f8107
Merge pull request #9406 from yifan-gu/examples
...
example/cluster-dns: Fix typo.
2015-06-08 12:12:00 -07:00
krousey
2bb0fc00e5
Merge pull request #9392 from jszczepkowski/e2e-net
...
Added e2e test case for network partition.
2015-06-08 11:35:28 -07:00
krousey
ab1bc9fd76
Merge pull request #9390 from fgrzadkowski/bump_ectd_client
...
Update go-etcd client library version and add ugorji codec to dependencies
2015-06-08 11:34:58 -07:00
krousey
8ce921ed33
Merge pull request #9357 from mikedanese/kubectl-kind-err
...
improve kubectl error message when an object with no kind is passed to the resource builder
2015-06-08 11:34:43 -07:00
krousey
3b25ff11ce
Merge pull request #9341 from bprashanth/sched_events
...
Reduce noisy scheduler events
2015-06-08 11:34:26 -07:00
krousey
bdd8e18333
Merge pull request #9297 from justinsb/aws_filesystem_type
...
AWS: Support ext4 or btrfs by setting FILESYSTEM env var
2015-06-08 11:34:04 -07:00
krousey
45331099f3
Merge pull request #9379 from rimusz/master
...
coreos.md update
2015-06-08 11:09:14 -07:00
Yifan Gu
e6020c62ac
example/cluster-dns: Fix typo.
2015-06-08 10:32:12 -07:00
krousey
66d2e1cb92
Merge pull request #9358 from dchen1107/podstatus
...
Passing memory swap limit -1 by default. Docker remote API never chec…
2015-06-08 10:19:28 -07:00
krousey
49a6b629f8
Merge pull request #9171 from jdef/parse_prefix_from_server
...
parse apiserver prefix from client config host spec
2015-06-08 10:17:41 -07:00
krousey
cf741e0c19
Merge pull request #9393 from swagiaal/fix-function-name-in-doc
...
Fix createTestingNS function name in godoc
2015-06-08 10:17:23 -07:00
krousey
a7edbedcb9
Merge pull request #9262 from bprashanth/minion_proxy
...
Apiserver can proxy to nodes
2015-06-08 10:17:06 -07:00
krousey
ff1e03369d
Merge pull request #9396 from preillyme/patch-3
...
Update Vagrant guide to use new term nodes
2015-06-08 10:16:48 -07:00
krousey
d1024dc52c
Merge pull request #9281 from pedro-r-marques/beta1_to_beta3
...
Upgrade k8petstore example to v1beta3 API.
2015-06-08 10:16:30 -07:00
krousey
087cf7d2e2
Merge pull request #9130 from andronat/fix_5840
...
Print multiple validation errors
2015-06-08 10:16:06 -07:00
Patrick Reilly
5d5a1abae6
Update Vagrant guide to use new term nodes
2015-06-08 08:41:28 -07:00
Sami Wagiaalla
28d501d332
Fix createTestingNS function name in godoc
...
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-08 11:15:58 -04:00
Marek Grabowski
da84408f28
Merge pull request #9391 from fgrzadkowski/configure_jenkins
...
Do not overwrite bash variables in jenkins for scalability tests
2015-06-08 15:12:04 +02:00
Jerzy Szczepkowski
445ae0f576
Added e2e test case for network partition.
...
Added e2e test case which verifies if a node can return to cluster after longer network partition. Valid for gce.
2015-06-08 14:08:32 +02:00
Anastasis Andronidis
bf87f0ec68
Print multiple validation errors
2015-06-08 14:06:20 +02:00
Filip Grzadkowski
b999e6655c
Do not overwrite bash variables in jenkins for scalability tests
2015-06-08 13:51:24 +02:00
Filip Grzadkowski
260d3a6100
Update go-etcd client library version and add ugorji codec to dependencies
2015-06-08 12:50:12 +02:00
Marek Grabowski
51ffa203e3
Merge pull request #9351 from jayunit100/outputdir
...
Add a --e2e-output-dir for use in e2e tests (default is /tmp/)
2015-06-08 11:12:35 +02:00
rimusz
62bd233e82
coreos.md update
2015-06-07 20:55:19 +01:00
Mike Danese
7b7d8ccb77
print various errors which is useful when ContinueOnError is set on the Resource struct
2015-06-06 15:47:01 -07:00
Justin Santa Barbara
238be703d7
Correct arguments to aws cloudformation command in docs
...
Fix #8376
2015-06-06 12:51:40 -04:00
Justin Santa Barbara
112a013567
AWS: Support different docker storage mechanism by setting DOCKER_STORAGE
...
For parity with GCE, we really want to support aufs.
But we previously supported btrfs, so we want to expose that.
Most of the work here is required for aufs, and we let advanced users choose
devicemapper/btrfs if they have a setup that works for those configurations.
2015-06-06 12:13:51 -04:00
Prashanth Balasubramanian
4bb3efaaad
Scheduler doesn't send all fit predicate failures as events
2015-06-05 18:52:55 -07:00
Dawn Chen
f714020a7a
Passing memory swap limit -1 by default. Docker remote API never check if memory
...
swap is enabled by kernel or not, instead by default to set the limit to
memory * 2, and return API error 500 if swap is not enabled.
2015-06-05 18:12:05 -07:00
Pedro Marques
aa30e8f686
Upgrade to v1beta3 API.
...
Convert the example to the v1beta3 API since support for beta1 was removed.
2015-06-05 16:56:12 -07:00
jayunit100
e93d317437
Add a --e2e-output-dir for use in e2e tests (default is /tmp/)
2015-06-05 19:15:50 -04:00
Quinton Hoole
0f1c4c25c3
Merge pull request #9334 from swagiaal/fix-nfs-nginx-path
...
Fix nginx path in nfs pod example.
2015-06-05 15:24:56 -07:00
Quinton Hoole
6ff203e9da
Merge pull request #9280 from caesarxuchao/make-v1-preferred
...
Make v1 the preferred api version
2015-06-05 15:23:14 -07:00
Mike Danese
c9bd90a5df
Merge pull request #9032 from andronat/fix_7843
...
Decrease columns and refactor get pods layout
2015-06-05 15:06:53 -07:00
Quinton Hoole
1d50e97305
Merge pull request #9333 from krousey/v1_docs
...
Updating docs/ to v1
2015-06-05 14:58:28 -07:00
Quinton Hoole
8dd4ac0cb9
Merge pull request #9326 from derekwaynecarr/openshift_update
...
Update OpenShift on Kubernetes example for getting service public ip
2015-06-05 14:57:59 -07:00
Kris Rousey
6e83eb2636
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Prashanth Balasubramanian
50eb9ad598
Use https only for the kubelet port
2015-06-05 14:06:38 -07:00
Chao Xu
e6ffa5bf67
make the meaning of a test in get_test.go clearer
2015-06-05 13:59:30 -07:00
Sami Wagiaalla
07f31d31a9
Fix nginx path in nfs pod example.
...
nginx document root has changed. This updates the document
root in the nfs example.
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-05 16:47:48 -04:00
Anastasis Andronidis
68d9313d69
Refactor get pods layout
2015-06-05 22:28:17 +02:00
Quinton Hoole
644e74f5a9
Merge pull request #9300 from justinsb/aws_security
...
Enable AWS security groups
2015-06-05 13:15:27 -07:00
Justin Santa Barbara
48e8a8b0ec
AWS: Set up security groups, to mirror GCE firewalling
...
Some slightly fussy code to enable load-balancers to talk to
instances, but otherwise relatively simple.
2015-06-05 16:10:08 -04:00
Justin Santa Barbara
33a3d884f2
AWS: Filter by Cluster tag, rationalize EC2 abstraction
...
Whenever we do a list we now filter on tags so we only see resources relating
to our cluster.
Also, rationalize all the DescribeX calls:
* They all take a request object (so that we can pass filters)
* They do paging if that is required (and return the underlying resources)
* They wrap any error with a "error while listing X: %v" message
2015-06-05 16:09:01 -04:00
Quinton Hoole
cd3eea43db
Merge pull request #9315 from jdef/refactor_kubelet_tls_init
...
refactor tls init for reuse
2015-06-05 12:57:14 -07:00
Quinton Hoole
4384b57a27
Merge pull request #9327 from ArtfulCoder/srv_doc
...
README.md updated to explain SRV Record support.
2015-06-05 12:56:20 -07:00
Quinton Hoole
4b84782e64
Merge pull request #9322 from liggitt/e2e_service_account_wait
...
Wait for default serviceaccount in e2e createTestingNS
2015-06-05 12:54:27 -07:00
Prashanth Balasubramanian
99f8ddf304
Enable profiling endpoints for kubelet
2015-06-05 12:50:57 -07:00
Prashanth Balasubramanian
b678e2ff9e
Nodes returns transport and scheme in spite of port requirements
2015-06-05 12:50:57 -07:00