Commit Graph

12404 Commits

Author SHA1 Message Date
Piotr Szczesniak
a7ee5559b1 Merge pull request #9184 from fgrzadkowski/enhance_load_test
Load test: set threshold for latency metrics and add periodic lists
2015-06-03 17:11:26 +02:00
Filip Grzadkowski
b3deef2f11 Load test: set threshold for latency metrics and add periodic lists 2015-06-03 16:28:47 +02:00
Brian Grant
5d41b2bc04 Merge pull request #9183 from GoogleCloudPlatform/revert-8862-e2e-net
Revert "Added e2e test case for network partition."
2015-06-03 07:05:29 -07:00
Brian Grant
43cc6ed3ed Revert "Added e2e test case for network partition." 2015-06-03 07:04:41 -07:00
Piotr Szczesniak
f973eb8829 Merge pull request #9181 from fgrzadkowski/decrease_threshold
Decrease threshold for latency metrics in density tests
2015-06-03 15:46:56 +02:00
Filip Grzadkowski
54697db600 Decrease threshold for latency metrics in density tests 2015-06-03 14:31:39 +02:00
Filip Grzadkowski
7e5019feb2 Merge pull request #9179 from piosz/load_generator
Increased failCount param in RunRC function for e2e tests.
2015-06-03 14:10:37 +02:00
Piotr Szczesniak
f71baba64f Increased failCount param in RunRC function for e2e tests.
The previous value was 10 (equivalent of 50sec) current is 24 (2min).
Time in brackets mean: how long should I wait for the next pod of RC to be created.

While we are creating 3000 pods for scalability tests it tends to fail.
2015-06-03 13:50:51 +02:00
Piotr Szczesniak
a2233a6cbc Merge pull request #9116 from piosz/load_generator
Creating RCs sequentially not in parallel in Load e2e test
2015-06-03 13:21:46 +02:00
Piotr Szczesniak
5c7795bdd1 Creating RCs in batches not in parallel in Load e2e test 2015-06-03 13:13:55 +02:00
Angus Lees
9394635cc0 Make EnsureTCPLoadBalancerDeleted idempotent
This change allows EnsureTCPLoadBalancerDeleted to be called repeatedly
to reattempt deleting objects that may have failed on a previous run.

Specifically, if the VIP is already deleted, then an attempt is made to
lookup the pool by name.  Returns success when both the VIP and pool are
not found.

Fixes #8352
2015-06-03 17:21:31 +10:00
feihujiang
ebc8eab590 get Events to be logged 2015-06-03 15:05:07 +08:00
Brian Grant
b5a91bda10 Merge pull request #9168 from jayunit100/ginkgo-names
Ginkgo naming conventions (fixed)
2015-06-02 23:48:42 -07:00
Brian Grant
3cfd2bd7d5 Merge pull request #9175 from GoogleCloudPlatform/revert-9161-services-e2e
Revert "Make services e2e test more debuggable"
2015-06-02 23:47:08 -07:00
Brian Grant
3bdde89a68 Revert "Make services e2e test more debuggable" 2015-06-02 23:46:46 -07:00
Brian Grant
907b83cd7d Merge pull request #9161 from thockin/services-e2e
Make services e2e test more debuggable
2015-06-02 22:58:33 -07:00
Brian Grant
d861631f08 Merge pull request #9142 from roberthbailey/kubelet-on-master
Prevent access to the /run and /exec endpoints on the master's kubelet
2015-06-02 22:55:06 -07:00
Brian Grant
36a4ece87a Merge pull request #9080 from thockin/dns-new-search-kubelet
Insert 'svc' into the DNS search paths
2015-06-02 22:54:07 -07:00
Brian Grant
e9ccec4c35 Merge pull request #8915 from fgrzadkowski/fix_reflector
Reduce number of list requests in watch-based cache
2015-06-02 22:52:54 -07:00
Brian Grant
d4acb1d676 Merge pull request #9155 from cjcullen/mig
Use Node IP Address instead of Node.Name in minion.ResourceLocation.
2015-06-02 22:51:20 -07:00
Brian Grant
be2547bc39 Merge pull request #9149 from vmarmol/docker-errors
Kubelet: Add metric for tracking Docker error count
2015-06-02 22:50:50 -07:00
Michael Danese
a1ea672c63 redirect /ui and /index.html to the ui dashboard at /static/app/#/dashboard/ 2015-06-02 21:16:43 -07:00
Brian Grant
3da686fea5 Merge pull request #8894 from cjcullen/kmaster2
Add an explicit variable to indicate whether an instance is master or not
2015-06-02 20:37:43 -07:00
Brian Grant
08e20d3bc8 Merge pull request #9081 from yujuhong/kubelet_unittest4
Kubelet unit test cleanup
2015-06-02 20:36:54 -07:00
Chao Xu
bdf43eb66d enable v1 in hack/test-update-storage-objects.sh 2015-06-02 20:31:01 -07:00
Brendan Burns
3e5707be5b Kubernetes version v0.18.1-dev 2015-06-02 20:30:49 -07:00
Brendan Burns
befd1385e5 Kubernetes version v0.18.1 2015-06-02 20:30:14 -07:00
Brendan Burns
deb907180b Fix a bug in kubectl exec handling.
(cherry picked from commit 911e3e9594)
2015-06-02 20:29:53 -07:00
jayunit100
f3da07552a Fix bad namespace 2015-06-02 23:27:09 -04:00
Brian Grant
785740a0f8 Merge pull request #9164 from brendandburns/fix
Fix a bug in kubectl exec handling.
2015-06-02 20:24:55 -07:00
jayunit100
bcc735af19 Revert "Merge pull request #9166 from GoogleCloudPlatform/revert-8504-ginkgo-names"
This reverts commit 479e5005f5, reversing
changes made to 5115f0e6bc.
2015-06-02 23:23:44 -04:00
Brian Grant
479e5005f5 Merge pull request #9166 from GoogleCloudPlatform/revert-8504-ginkgo-names
Revert "Cleanup ginkgo declarative naming in E2Es"
2015-06-02 20:16:58 -07:00
Brian Grant
b3550bcacf Revert "Cleanup ginkgo declarative naming in E2Es" 2015-06-02 20:16:41 -07:00
Zach Loafman
b2a3831361 gke provider: Fix "gcloud .* describe" checks in util.sh
This basically prevents you from re-running e2es cross-project on the
GKE provider. (The current Jenkins jobs that have been moved to
different projects are working kind of accidentally.)

(cherry picked from commit 6f1d60ed31)
2015-06-02 20:04:27 -07:00
Victor Marmol
74468bb3b7 Create a /system system container in Debian.
(cherry picked from commit c97dda068d)
2015-06-02 20:04:12 -07:00
Victor Marmol
220570dfc1 Make system container name configurable.
(cherry picked from commit 9a2630ac6e)
2015-06-02 20:03:57 -07:00
Victor Marmol
39c308012a Have the ContainerManager create a system container.
The system container is a resource-only container which contains all
non-kernel processes that are not already part of a container. This will
allow monitoring of their resource usage and limiting it (eventually).

(cherry picked from commit ddec34a000)
2015-06-02 20:03:43 -07:00
derekwaynecarr
ad7b10bf21 Name is a required parameter for kubectl run, default-name is not
(cherry picked from commit b69f1ff5bd)

Conflicts:
	pkg/kubectl/run.go
2015-06-02 20:03:02 -07:00
CJ Cullen
4e5d0da839 Use Node IP Address instead of Node.Name in minion.ResourceLocation.
Refactor GetNodeHostIP into pkg/util/node (instead of pkg/util to break import cycle).

Include internalIP in gce NodeAddresses. Remove NodeLegacyHostIP
2015-06-02 20:01:49 -07:00
Brian Grant
5115f0e6bc Merge pull request #8888 from smarterclayton/add_new_allocators
Add a new contiguous allocator strategy option
2015-06-02 19:54:44 -07:00
Brian Grant
e77ded1e84 Merge pull request #8649 from cjcullen/servicefix
Add an advertise-address flag
2015-06-02 19:54:28 -07:00
Brendan Burns
911e3e9594 Fix a bug in kubectl exec handling. 2015-06-02 19:45:51 -07:00
Tim Hockin
e6a7f85d70 Make services e2e test more debuggable 2015-06-02 19:01:12 -07:00
Brian Grant
75e11d064a Merge pull request #8982 from erictune/docs8
Updated node.md
2015-06-02 18:54:35 -07:00
Brian Grant
51a4e08ebd Merge pull request #8979 from erictune/docs6
Explain that file-based pods cannot use secrets
2015-06-02 18:53:36 -07:00
Brian Grant
21147d784a Merge pull request #9074 from roberthbailey/unbound-var
Don't assume that CA_CERT_BASE64 will be set.
2015-06-02 18:52:49 -07:00
Daniel Smith
0b3530ebac fix embarrassing config error 2015-06-02 18:47:06 -07:00
Daniel Smith
e3c0e38f1b Move cluster client creation to client.NewInCluster()
Built & pushed nettest:1.4.
2015-06-02 18:47:06 -07:00
Daniel Smith
68d0511d4e remove networking test that doesn't work for RO port 2015-06-02 18:47:06 -07:00
Daniel Smith
e341110b95 Fix DNS test to not use RO port 2015-06-02 18:45:26 -07:00