Jeff Grafton
57750ccb51
Use native Ginkgo test runner instead of cmd/e2e.
...
This commit deletes cmd/e2e and updates hack/ginkgo-e2e.sh to use the
'ginkgo' command instead. All logic from cmd/e2e/e2e.go and
test/e2e/driver.go have been combined into the new file
test/e2e/e2e_test.go.
Additionally, several tests which made poor assumptions about cwd or
used testContext before it was set have been fixed.
This change is generally intended to have no externally visible changes,
aside from the following caveats:
- The -t/--tests flag has been removed
- Calling cmd/e2e/e2e directly obviously won't work, but that was never
supported anyway
- If the GINKGO_PARALLEL environment variable is set to y, then ginkgo
will run test specs in parallel. (Currently defaults to n, since some
tests are broken in this mode.)
2015-04-28 18:42:37 -07:00
Jeff Grafton
ae019935b3
Call the cluster/kubectl.sh wrapper in e2e tests.
...
The ginkgo wrapper script used to set up the path so that tests would
find the appropriate kubectl binary, but this seems like a cleaner way
to achieve the same result.
2015-04-28 16:14:36 -07:00
Brian Grant
f8569dc5d3
Merge pull request #7366 from erictune/apiprincip
...
API Conventions for Late-initializers
2015-04-28 16:00:09 -07:00
Fabio Yeon
0a8d8c1579
Merge pull request #7460 from roberthbailey/validate-cluster
...
Make validate cluster more reliable
2015-04-28 15:57:43 -07:00
Fabio Yeon
45f85dbf06
Merge pull request #7404 from nikhiljindal/handleIndex
...
Updating handleIndex to return 404 for invalid server URL
2015-04-28 15:51:04 -07:00
Eric Tune
7ca60d5775
API Conventions for Late-initializers
2015-04-28 15:41:44 -07:00
Jeff Lowdermilk
44e7109341
Merge pull request #7210 from brendandburns/kubectl
...
Make delete actually stop resources by default.
2015-04-28 15:23:05 -07:00
Robert Bailey
a7e62d17ff
Make validate cluster more reliable (it should retry checking the
...
server if a subshell returns a non-zero exit status).
2015-04-28 14:57:14 -07:00
Zach Loafman
fe38101be9
Merge pull request #7426 from roberthbailey/basic-auth-salt
...
Salt configuration to add basic auth to GCE.
2015-04-28 14:56:04 -07:00
Brendan Burns
e1256c0802
Make delete actually stop resources by default.
...
Refactor for shared code.
2015-04-28 14:36:43 -07:00
Robert Bailey
8206aa9eac
Salt configuration to add basic auth to GCE.
2015-04-28 14:07:54 -07:00
Brendan Burns
01f201945d
Merge pull request #7458 from a-robinson/fix
...
Fix GCE logging scope name
2015-04-28 13:45:36 -07:00
Alex Robinson
566f0d4724
Fix GCE logging scope name.
2015-04-28 13:44:30 -07:00
Alex Robinson
93d06e1061
Merge pull request #7450 from brendandburns/docs
...
Added some details about hook execution guarantees.
2015-04-28 12:09:58 -07:00
Brendan Burns
d944fa44bf
Added some details about hook execution guarantees.
2015-04-28 11:26:03 -07:00
Brendan Burns
c9f4d8e57e
Merge pull request #7425 from roberthbailey/basic-auth-headers
...
Set the 'WWW-Authenticate' header on 401 responses when basic auth is enabled
2015-04-28 11:10:05 -07:00
Daniel Smith
19ae113fe0
Merge pull request #7353 from wojtek-t/too_many_dials
...
Increase maxIdleConnection limit when creating etcd client in apiserver.
2015-04-28 11:03:12 -07:00
Alex Robinson
3e841510de
Merge pull request #7393 from satnam6502/fluentd-gcp-image
...
New Fluentd to Cloud Logging Dockerfile with args
2015-04-28 11:01:14 -07:00
Alex Robinson
5b5525dca5
Merge pull request #7324 from vishh/log_scope
...
Enable logging.write scope for minions.
2015-04-28 11:00:10 -07:00
Robert Bailey
4304b1d24a
Set the 'WWW-Authenticate' header on 401 responses when basic
...
auth is enabled. This is required for basic auth to work with
web browsers.
2015-04-28 11:00:05 -07:00
Brendan Burns
d327ba7776
Merge pull request #7383 from roberthbailey/basic-auth
...
Add support for HTTP basic auth to the kube-apiserver.
2015-04-28 10:59:26 -07:00
Vishnu Kannan
9c66305f8c
Enable logging.write scope by default for nodes. This is required for storing events in
...
Google Cloud Logging via heapster.
2015-04-28 10:55:06 -07:00
Alex Robinson
db5767c1e0
Merge pull request #7364 from hvolkmer/offline-doc-0150
...
Updated CoreOS bare metal docs for 0.15.0
2015-04-28 10:52:24 -07:00
Robert Bailey
6d85dcb4a0
Add support for HTTP basic auth to the kube-apiserver.
2015-04-28 10:33:51 -07:00
Alex Robinson
89488e0cfe
Merge pull request #7442 from ashcrow/patch-1
...
Added optional step to fedora getting started.
2015-04-28 10:30:40 -07:00
Satnam Singh
20a0905d61
New Fluentd to Cloud Logging Dockerfile with args
2015-04-28 10:30:32 -07:00
Steve Milner
4af8cd78a3
Added optional step to fedora getting started.
2015-04-28 13:15:58 -04:00
Alex Robinson
4c0c04f247
Merge pull request #7424 from thockin/print-named-endpt-ports
...
Print named ports in 'describe service'
2015-04-28 10:07:38 -07:00
Jeff Lowdermilk
4045dedc99
Merge pull request #7279 from brendandburns/update
...
Further implementation of rolling-update, add rename
2015-04-28 09:31:28 -07:00
Dawn Chen
af5d017911
Merge pull request #7386 from vmarmol/rkt-pull-image
...
Kubelet: Factor out and remove pullImageAndRunContainer
2015-04-28 09:28:16 -07:00
Dawn Chen
1de4c45115
Merge pull request #7401 from vmarmol/rkt-kill-pod
...
Kubelet: Move killPod() logic to DockerManager's KillPod()
2015-04-28 09:25:12 -07:00
Alex Robinson
f2b9b673ca
Merge pull request #7409 from pmorie/downward-api
...
Fix omitempty attributes on downward api
2015-04-28 08:40:39 -07:00
Victor Marmol
094e5545d2
Merge pull request #7310 from rjnagal/node
...
Fix the binary path reported by get-kube script.
2015-04-28 08:24:37 -07:00
Filip Grzadkowski
c2a78483b4
Merge pull request #7362 from wojtek-t/density_events_histogram
...
Don't fail performance tests on single fail event
2015-04-28 17:05:57 +02:00
Victor Marmol
17e612324e
Merge pull request #7410 from yifan-gu/rkt_godep
...
Godep: Add godep for rkt.
2015-04-28 08:04:38 -07:00
Derek Carr
824d830747
Merge pull request #7427 from jsafrane/devel/fix-vagrant2
...
Fixed name of kube-proxy path in deployment scripts.
2015-04-28 10:24:52 -04:00
Wojciech Tyczynski
56b7325fa5
Merge pull request #7415 from a-robinson/build
...
Build hyperkube into a static binary
2015-04-28 15:56:33 +02:00
Wojciech Tyczynski
56a7b91e54
Merge pull request #7429 from kargakis/expose-fix
...
Fix getting services in expose cmd
2015-04-28 15:55:21 +02:00
Wojciech Tyczynski
43e59162f1
Merge pull request #7430 from fgrzadkowski/master_metrics
...
Add summary metrics to apiserver for easier debugging and future use in performance tests
2015-04-28 15:53:52 +02:00
Filip Grzadkowski
c1c24f645c
Add summary metrics to apiserver for easier debugging and future use in performance tests
2015-04-28 14:27:18 +02:00
Wojciech Tyczynski
3f165a742d
Don't fail performance tests on single fail event
2015-04-28 13:59:24 +02:00
kargakis
e6ee32a6c6
Fix getting services in expose cmd
2015-04-28 14:45:05 +03:00
Wojciech Tyczynski
534a2fd27c
Merge pull request #7171 from ravigadde/master
...
Node controller change to use field selector
2015-04-28 13:14:11 +02:00
Marek Grabowski
7a122a42d4
Merge pull request #7040 from justinsb/aws_nodeaddresses
...
AWS: Return public & private addresses in GetNodeAddresses
2015-04-28 10:56:50 +02:00
Wojciech Tyczynski
d4aa1864b1
Merge pull request #7375 from rrati/density-pod-status-7374
...
Added a method to verify no containers in a pod have failed. The densit...
2015-04-28 10:51:27 +02:00
Wojciech Tyczynski
92a0b385c7
Merge pull request #7274 from satnam6502/v1beta3
...
Convert node level logging agents to v1beta3
2015-04-28 10:32:37 +02:00
Jan Safranek
6e810492fb
Fixed name of kube-proxy path in deployment scripts.
2015-04-28 10:10:37 +02:00
Wojciech Tyczynski
07400f9d2b
Increase maxIdleConnection limit in etcd client.
2015-04-28 09:50:56 +02:00
Jerzy Szczepkowski
180df8e4e1
Merge pull request #7422 from ghodss/more-verbose-error-msg
...
Add error message to log of docker error
2015-04-28 08:55:28 +02:00
Hendrik Volkmer
1d6ca8c7fe
Cleaned up getting started README and fixed typo
2015-04-28 08:21:53 +02:00