Commit Graph

5724 Commits

Author SHA1 Message Date
Robert Rati
eefd7ace56 Converted TestKubernetesROService to native ginkgo syntax #4162 2015-02-05 10:23:48 -05:00
Robert Rati
d44c1d5b84 Converted TestClusterDNS to native ginkgo syntax #4162 2015-02-05 10:23:46 -05:00
Robert Rati
de848cc3f0 Moved cluster_dns to create the new service test suite #4162 2015-02-05 10:07:32 -05:00
Brian Grant
4e0ef6fda4 Merge pull request #4150 from nikhiljindal/cleanOperationAPI
Deleting the API objects related to /operations
2015-02-05 07:07:02 -08:00
Brian Grant
9f377b196e Merge pull request #4154 from brendandburns/docs
Remove kubecfg from all getting started docs.
2015-02-05 07:06:48 -08:00
Zach Loafman
bb8f35ce17 Merge pull request #4156 from filbranden/e2e_standalone_scripts
Make e2e shell tests work standalone
2015-02-05 07:02:25 -08:00
Filipe Brandenburger
7bb62cbfb3 Make e2e shell tests work standalone
Simply incorporate some of the boilerplate from hack/e2e.go into the
scripts in hack/e2e-suite.

Use environment variables with default values to allow overrides in
kubectl command line and to use a versioned package root.

Tested:
- Ran `go run hack/e2e.go -test` on a test cluster.
- Ran the test cases individually.
- Ran hack/e2e-suite/goe2e.sh -t Pods to confirm it takes arguments.
- Also fixed cluster/test-network.sh (which should be more and more irrelevant.)
2015-02-05 00:22:16 -08:00
Brendan Burns
93776b1363 Remove kubecfg from all getting started docs. 2015-02-04 23:20:11 -08:00
nikhiljindal
19f7ecf31b Deleting the API objects related to /operations 2015-02-04 20:50:45 -08:00
Brian Grant
5de2e916e5 Merge pull request #4148 from nikhiljindal/swagger
Adding swagger files which got left out of last PR
2015-02-04 18:43:26 -08:00
nikhiljindal
68271eb689 Adding swagger files which got left out of last PR 2015-02-04 18:28:13 -08:00
Tim Hockin
5fb9009f89 Merge pull request #4076 from brendandburns/fixer
Wait until containers actually finish running before trying to clean up
2015-02-04 17:31:40 -08:00
Brendan Burns
cfe5b14114 Wait until containers actually finish running before trying to clean up
volumes or pods.
2015-02-04 17:28:41 -08:00
Satnam Singh
6c814c4af4 Merge pull request #4139 from filbranden/e2e_liveness_namespace
Use a custom namespace for running liveness e2e test cases.
2015-02-04 16:16:32 -08:00
Filipe Brandenburger
bf0977396f Merge pull request #4137 from satnam6502/kubeup
Report the found minions during validation of cluster
2015-02-04 16:06:55 -08:00
Filipe Brandenburger
e9591382a7 Use a custom namespace for running liveness e2e test cases.
This will allow us greated isolation between test case runs without the
need to include randomized uuids to many of the fields in the pods,
services and rcs creation requests.

Tested:
- Ran two instances of `e2e -t TestLivenessHttp -t TestLivenessExec`
  simultaneously and confirmed that pod names did not clash and that
  both of them completed successfully.
2015-02-04 16:05:54 -08:00
Satnam Singh
5691b535eb Report the found minions during validation of cluster 2015-02-04 15:58:04 -08:00
Brian Grant
5d2ea04bc2 Merge pull request #4133 from ddysher/0-fix-0
Use replication controller for redis master.
2015-02-04 15:54:12 -08:00
Brian Grant
849596c4a9 Merge pull request #4134 from nikhiljindal/swagger-ui
Updating swagger-ui code to the latest version and removing the 'Try it out' buttons
2015-02-04 15:51:32 -08:00
Deyuan Deng
f406a57c2c Use replication controller for redis master. 2015-02-04 18:23:36 -05:00
Nikhil Jindal
63c07ad58b Merge pull request #4129 from smarterclayton/add_user_agent
Add user agent string to all client requests
2015-02-04 15:05:31 -08:00
nikhiljindal
6684d962df Updating swagger-ui code to the latest version and removing the 'Try it out' buttons 2015-02-04 15:01:18 -08:00
Satnam Singh
9ec61ce355 Merge pull request #4004 from filbranden/e2e_podsvcenv_remove_embedded_json
Use api.Pod and api.Service objects instead of JSON snippets
2015-02-04 14:49:24 -08:00
Clayton Coleman
449f9d915e Make hack/local-up-cluster.sh work again for etcd 2 2015-02-04 17:45:53 -05:00
Clayton Coleman
0307d7ba98 Set a default user agent on all client.Client calls
Form:
  kube-controller-manager/v0.10.0 (linux/amd64) kubernetes/550b98e

  <basename(os.Argv)>/<gitVersion> (<GOOS>/<GOARCH>) kubernetes/<shortGitCommit>

Can be set by other clients
2015-02-04 17:45:53 -05:00
Brendan Burns
6e897524be Merge pull request #4093 from nelcy/master
Fix orphaned pod & volume cleanup order. Volumes need to be unmounted before pod cleanup.
2015-02-04 14:38:20 -08:00
Tim Hockin
e6e67e2662 Merge pull request #4124 from brendandburns/e2e2
Fix service generation and add tests I should have included in the first place.
2015-02-04 12:52:51 -08:00
Brendan Burns
550b98ebf4 Merge pull request #3931 from deads2k/deads-pull-more-info-from-request
pull more complete information from request
2015-02-04 12:23:20 -08:00
Brendan Burns
fa6ddf13e5 Fix service generation and add tests I should have included in the first place. 2015-02-04 12:14:53 -08:00
Brian Grant
3f28badae3 Merge pull request #3854 from yujuhong/defaults
Migrate API defaulting to a centralized location
2015-02-04 11:41:23 -08:00
Tim Hockin
d8dfea6ec7 Merge pull request #4123 from proppy/patch-1
contrib/podex: update README
2015-02-04 11:37:54 -08:00
Johan Euphrosine
787fdf3592 README: shorter filename 2015-02-04 11:31:54 -08:00
Johan Euphrosine
83638fdcf3 contrib/podex: update README
update usage
2015-02-04 11:25:20 -08:00
Alex Robinson
b852cd2c80 Merge pull request #4063 from GoogleCloudPlatform/brendandburns-patch-1
Update README.md
2015-02-04 10:51:47 -08:00
Alex Robinson
a053dbc313 Merge pull request #4088 from a-robinson/nodelabels
Add an example of how to attach labels to nodes and use nodeSelectors so...
2015-02-04 10:44:16 -08:00
Alex Robinson
67b37aa9c8 Add an example of how to attach labels to nodes and use nodeSelectors so that pods can be scheduled on specific nodes. 2015-02-04 18:43:37 +00:00
deads2k
889c4cc755 update admission control to properly indicate resource 2015-02-04 13:36:01 -05:00
deads2k
8a2fe9bd2b modify policy to correctly identify resource versus kind 2015-02-04 13:36:01 -05:00
deads2k
1c9216a45e clarify api request information 2015-02-04 13:36:01 -05:00
Brian Grant
926f46bf8a Merge pull request #3689 from erictune/multiclusterdoc
Availability and multi-cluster documentation.
2015-02-04 10:07:25 -08:00
Brendan Burns
45be0e29c1 Merge pull request #4099 from antmanler/rethinkdb-example
Contrib: add an example for running rethinkdb cluster on k8s
2015-02-04 10:07:01 -08:00
Tim Hockin
56ea873f58 Merge pull request #4116 from zmerlynn/test_dns_on_gke
Reenable TestClusterDNS on GKE now that 0.9.2 is default
2015-02-04 10:04:36 -08:00
Zach Loafman
190afa542c Reenable TestClusterDNS on GKE now that 0.9.2 is default 2015-02-04 09:34:40 -08:00
Brendan Burns
7ffbe1444a Merge pull request #4105 from thockin/kill_proxy_port
Get rid of ServiceSpec.ProxyPort
2015-02-04 09:34:20 -08:00
Brendan Burns
65e4964bc2 Merge pull request #4087 from enisoc/apiserver-proxy-redirect
Rewrite "Location" header in apiserver proxy.
2015-02-04 09:33:34 -08:00
Jeff Lowdermilk
6acac8f761 Merge pull request #3754 from deads2k/deads-remove-ns-path
remove --ns-path option from .kubeconfig file
2015-02-04 08:10:21 -08:00
Zach Loafman
7f5ed541f7 Merge pull request #4106 from brendandburns/e2e2
Fix goe2e.sh (I hope)
2015-02-04 05:24:25 -08:00
Brendan Burns
b3014e4360 Fix goe2e.sh (I hope) 2015-02-03 23:04:58 -08:00
Tim Hockin
411666decb Get rid of ServiceSpec.ProxyPort
As far as I know, nobody uses it.  It was replaced by PublicIPs.  If I were
being very polite I would leave it in internal, but since I am 99.99% sure
nobody uses it, I am cutting it.  Let's argue about it.
2015-02-03 22:45:00 -08:00
Brendan Burns
699f20598d Update README.md 2015-02-03 20:47:08 -08:00