Victor Marmol
03b182e8e9
Merge pull request #5325 from brendandburns/api3
...
Add and extend timeouts.
2015-03-11 15:20:21 -07:00
Prashanth Balasubramanian
1ae44c3a78
Delete target pools and forwarding rules in guestbook.sh, with -q
2015-03-11 14:51:50 -07:00
devashish
9ab7a502fc
fixing ui url
2015-03-11 14:50:19 -07:00
Vishnu Kannan
425dd7e3ee
Adding a heapster ginkgo e2e test.
2015-03-11 21:47:47 +00:00
Vishnu Kannan
23b2f9268e
Adding Influxdb client to godeps. This is required for the new monitoring test.
2015-03-11 21:47:47 +00:00
Zach Loafman
018b11bc3a
Retry object creation with --validate in kube-addons
...
The better solution is some fence with Salt, but the actual logs
provided in the bug don't support any race condition here, plus the
ordering in the Salt configuration seems correct.
We haven't seen this again in a while, but given the results of the
situation (a borked cluster), I'm proposing a relatively simple
workaround.
Fixes #4357 (dubiously)
2015-03-11 14:40:37 -07:00
Brendan Burns
b53b2e1de0
Add and extend timeouts.
2015-03-11 14:12:46 -07:00
Daniel Smith
cd8a979206
Merge pull request #4751 from bprashanth/sync_replica_count
...
Replication Controller syncs current replica count with api server #4429
2015-03-11 14:02:20 -07:00
Daniel Smith
69f92b1b21
Merge pull request #5310 from eparis/tmpfiles
...
Mv tmpfiles to own dir, update to match what kubernetes uses
2015-03-11 13:56:44 -07:00
Dawn Chen
7703b50078
Merge pull request #5315 from saad-ali/reduceTTL2
...
Reduce TTL for events in etcd from 48hrs to 1hr
2015-03-11 13:52:55 -07:00
Prashanth Balasubramanian
28d9260c0b
Sync replication count with the api server on pod creation/deletion.
2015-03-11 13:29:20 -07:00
Victor Marmol
1231e65829
Merge pull request #5318 from eparis/kubectl-api-servers
...
kubelet should use --api_servers not --api_server
2015-03-11 13:16:40 -07:00
Eric Paris
3e2a9e194f
kubelet should use --api_servers not --api_server
...
(because the later is not a valid option)
2015-03-11 16:14:25 -04:00
Victor Marmol
0aee25e065
Merge pull request #5316 from lavalamp/fix6
...
fix goroutine leak
2015-03-11 13:12:08 -07:00
Zach Loafman
18d1a1e70e
Merge pull request #5272 from satnam6502/e2e
...
Fix status message in waitForPodCondition
2015-03-11 13:10:20 -07:00
Daniel Smith
cc3a433a7a
fix goroutine leak
2015-03-11 12:51:20 -07:00
saadali
7e258b85bd
Reduce TTL for events in etcd from 48hrs to 1hr
2015-03-11 12:41:45 -07:00
Victor Marmol
c868b0bbf0
Merge pull request #5309 from eparis/kubelet-apiserver-example
...
update --api_servers to include the protocol
2015-03-11 11:47:36 -07:00
Zach Loafman
e780592315
Merge pull request #5264 from jlowdermilk/kube-up
...
Standalone kubeconfig for gce kube-up (mulligan)
2015-03-11 11:46:45 -07:00
Brian Grant
0f7c2a21b5
Merge pull request #5304 from lavalamp/fix2
...
Have travis ensure everything builds.
2015-03-11 11:39:34 -07:00
Deyuan Deng
48bcfc1e27
Remove etcd_servers from test-cmd
2015-03-11 14:38:20 -04:00
Brian Grant
0b48d3209e
Merge pull request #5299 from yujuhong/updatable_v1beta3
...
v1beta3: fields that cannot be updated are marked "cannot be udpated"
2015-03-11 11:36:59 -07:00
Brian Grant
1a75c8843c
Merge pull request #5256 from jszczepkowski/podspec-host
...
Implemented writing Host in Pod.Spec during binding.
2015-03-11 11:30:45 -07:00
Eric Paris
25de2163fe
Mv tmpfiles to own dir, update to match what kubernetes uses
...
It's just easier to package if we keep all the tmpfiles in one place
(even though there is only one)
All of the kube code uses /var/run/ not /run. Even though /var/run is
a link to /run on all systemd systems, it makes sense to me to keep our
codebase consistent.
2015-03-11 14:11:46 -04:00
Eric Paris
d12f989e98
Merge pull request #3602 from cgwalters/apiserver-tmpfiles-cert
...
contrib/systemd: Add tmpfiles.d file
2015-03-11 13:10:15 -05:00
Alex Mohr
c630f66658
Merge pull request #5165 from roberthbailey/rc-hostports
...
Remove the host port from the replication controller e2e test.
2015-03-11 11:08:14 -07:00
Eric Paris
45026f40d1
update --api_servers to include the protocol
...
Works:
--api_servers=127.0.0.1:8080
--api_servers=http://127.0.0.1:8080
--api_servers=http://localhost:8080
Fails:
--api_servers=localhost:8080
Include the http:// in the example, so users aren't likely to hit the
problem
2015-03-11 14:07:39 -04:00
Brendan Burns
d93dde48bd
Merge pull request #5306 from zmerlynn/fix_build_maybe
...
Try to fix 'Release file is expired' complaints
2015-03-11 10:59:58 -07:00
Zach Loafman
a660ecd962
Try to fix 'Release file is expired' complaints
...
Based on info from:
http://unix.stackexchange.com/questions/2544/how-to-work-around-apts-release-file-expired-problem-on-a-local-mirror
2015-03-11 10:57:26 -07:00
Nikhil Jindal
319e196ef8
Merge pull request #5305 from vmarmol/cadvisor-dep
...
Add HTTP cAdvisor dependencies.
2015-03-11 10:55:11 -07:00
Eric Tune
0510315e10
User, Admin, and Developer guides.
...
First pass at organizing our docs for three separate audiences:
User, Cluster Admin, and developer. Wrote a top-level guide
for each one, by selecting parts of the old docs/README.md.
The new docs/README.md mostly points to these 3 guides.
2015-03-11 10:52:59 -07:00
Eric Tune
a30f2f69a3
Added kernel upgrade sketch
2015-03-11 10:45:04 -07:00
Nikhil Jindal
56d365bdd8
Merge pull request #5301 from lavalamp/fix6
...
double-fix crash on my cluster
2015-03-11 10:44:42 -07:00
Daniel Smith
936122bea0
test a travis change
2015-03-11 10:41:24 -07:00
Zach Loafman
44e5bae320
Merge pull request #5303 from lhuard1A/skip_pd_test
...
Skip PD e2e test on non gce clusters
2015-03-11 10:34:38 -07:00
Nikhil Jindal
1965165744
Merge pull request #5285 from errordeveloper/master
...
coreos/azure: Pass number of minions as an argument
2015-03-11 10:33:52 -07:00
Victor Marmol
e8d1359422
Add HTTP cAdvisor dependencies.
...
Also removed unused goamz.
2015-03-11 10:30:31 -07:00
Zach Loafman
e6517e48eb
Merge pull request #4321 from justinsb/e2e_simple
...
Create AWS provider branch for Jenkins build script, which doesn't assume artifacts are uploaded to GCS
2015-03-11 10:10:43 -07:00
Yu-Ju Hong
0524d6479d
v1beta3: fields that cannot be updated are marked "cannot be udpated"
2015-03-11 10:10:08 -07:00
Nikhil Jindal
9baa261728
Merge pull request #5219 from jlowdermilk/kubectl-err-handling
...
Make kubectl commands return errors and centralize exit handling
2015-03-11 10:06:52 -07:00
Lénaïc Huard
a326051325
Skip PD e2e test on non gce clusters
2015-03-11 17:58:40 +01:00
Daniel Smith
6606f9c9f5
double-fix crash on my cluster
2015-03-11 09:54:33 -07:00
Brian Grant
e32d0dbfd9
Merge pull request #5237 from jszczepkowski/stop-labels
...
Added support for labels to "kubectl stop".
2015-03-11 09:51:30 -07:00
Dawn Chen
88e0b04916
Merge pull request #5287 from ncdc/master
...
Remove debugging log message from ExecInContainer
2015-03-11 09:45:37 -07:00
Brian Grant
168eb000c0
Merge pull request #4619 from erictune/no_port_conflict
...
Remove HostPort conflict checking.
2015-03-11 09:41:55 -07:00
Eric Tune
5d31e1ab08
Merge pull request #5142 from derekwaynecarr/unify_admission_control_salt
...
Unify admission control plug-ins across providers
2015-03-11 09:31:43 -07:00
Victor Marmol
9022dbd3ea
Merge pull request #5293 from eparis/proxy-network-service
...
Do no start kube-proxy until after network is started
2015-03-11 09:24:04 -07:00
Victor Marmol
b910fee7fa
Merge pull request #4839 from wojtek-t/pod_workers_test
...
Pod workers test
2015-03-11 09:13:03 -07:00
Eric Paris
1bca6831a4
Do no start kube-proxy until after network is started
...
https://bugzilla.redhat.com/show_bug.cgi?id=1200919
The kube-proxy will die if it starts before the network.
2015-03-11 12:08:11 -04:00
Wojciech Tyczynski
0ffd607c79
PodWorkers test.
2015-03-11 16:58:22 +01:00