Justin Santa Barbara
86640ab3e3
e2e: For AWS, block master by (hard-coded) IP
...
GCE/GKE refers to it by name, which doesn't resolve on AWS
(at least, this name doesn't!)
We should probably pass in an additional command-line parameter;
there are plenty of TODO markers around this code.
2015-07-06 10:57:22 -04:00
Zach Loafman
28575a65f4
Merge pull request #10739 from wojtek-t/fix_proxy_logs
...
Fix "Proxy version v1 should proxy logs on node *" test failures
2015-07-06 07:42:12 -07:00
Brendan Burns
431f1f4384
Add documentation for HA Kubernetes
2015-07-06 07:20:53 -07:00
Justin Santa Barbara
cc68f87a7b
AWS: Query by subnet-id, if we have it
...
If we are matching an existing subnet-id, query using that subnet-id!
2015-07-06 10:14:15 -04:00
Justin Santa Barbara
2429c7edf8
AWS: Allow callers to specify VPC_ID and SUBNET_ID
...
This is for people that want to run in a shared VPC/Subnet; while this should
work, we don't actively want to support it yet. So we don't block it,
but we don't document/encourage it either!
2015-07-06 10:10:34 -04:00
feihujiang
68a8cd1778
Update node info description
2015-07-06 19:22:08 +08:00
Wojciech Tyczynski
977a775a6f
Wait for nodes to be ready after cluster resizing
2015-07-06 11:53:34 +02:00
Ananya Kumar
5bb48d1337
Update gce.md
2015-07-05 22:48:47 -07:00
Ananya Kumar
7c638fa771
Update gce.md
...
Links have been updated.
2015-07-05 22:46:33 -07:00
David Oppenheimer
2e3f2ea20b
gofmt
2015-07-05 21:31:54 -07:00
Paul Morie
3079a1eb3d
Add e2e for variable expansion
2015-07-05 21:23:27 -04:00
Prashanth Balasubramanian
33e2f7cb8b
Don't leak tickers in the exec probe
2015-07-05 17:52:52 -07:00
David Oppenheimer
9fbccb4ff7
Respond to review comments.
2015-07-05 15:41:52 -07:00
Dr. Stefan Schimanski
f4a5f4c3d5
Update godep mesos-go
...
Fixes mesosphere/kubernetes-mesos#343
2015-07-05 23:53:28 +02:00
Prashanth Balasubramanian
7bc32b5a47
Use gcloud to list nodes so we know their ips
2015-07-05 13:44:18 -07:00
Prashanth Balasubramanian
f2b687d53f
Density logging
2015-07-05 13:28:36 -07:00
David Oppenheimer
4ea8b8a66d
Get rid of separate DumbSpreading function and just treat zero-limit
...
pods as having a constant non-zero memory and CPU limit.
2015-07-05 11:39:35 -07:00
Prashanth B
bb6f2f7ad9
Merge pull request #10716 from justinsb/spelling
...
Misc (non-code) spelling fixes
2015-07-05 11:23:17 -07:00
Justin Santa Barbara
2d0fa393b5
AWS: Add docs to volumes.md for EBS
...
Describes how to create EBS volumes & the syntax for a pod.
Derived from GCE PV docs.
2015-07-05 09:33:58 -04:00
Zach Loafman
a2250d1caf
Merge pull request #10597 from a-robinson/fluentd
...
Run fluentd on the master to collect the core master logs
2015-07-04 21:12:47 -07:00
Eric Paris
cde68d294b
Do not create subject alt dns names for kubelet self signed certs
...
PR #10643 Started adding the dns names for the kubernetes master to self
sign certs which were created. The kubelet uses this same code, and thus
the kubelet cert started saying it was valid for these name as well.
While hardless, the kubelet cert shouldn't claim to be these things. So
make the caller explicitly list both their ip and dns subject alt names.
2015-07-04 23:01:01 -04:00
Tim Hockin
a242cb5b44
remove top-level release-* dirs
2015-07-04 13:32:23 -07:00
Tim Hockin
6a69a8f64b
Remove dependency on perl
2015-07-04 13:32:23 -07:00
Tim Hockin
f3d3656fe6
Test for uncommited changes in and out of index
2015-07-04 13:32:23 -07:00
Tim Hockin
e7189041ee
Preprocess API files to version URLs upon release
2015-07-04 13:32:23 -07:00
Tim Hockin
3caf3ccad2
make API descriptions use releases.k8s.io
2015-07-04 13:32:22 -07:00
Prashanth B
3c04300d58
Merge pull request #10700 from wojtek-t/remove_unused_namespace
...
Delete namespace after pods test
2015-07-04 11:14:08 -07:00
Zach Loafman
ae5e4367ca
Merge pull request #10721 from zmerlynn/i10720
...
Ban MaxPods to flaky test list. See #10720 .
2015-07-04 09:19:25 -07:00
Zach Loafman
af781d8df4
Ban MaxPods to flaky test list. See #10720 .
...
If you revert this, please notify @zmerlynn to fix the GKE list.
2015-07-04 09:16:50 -07:00
Justin Santa Barbara
f33df03d50
AWS: Some images require volume mounts on /dev/xvdX
...
It seems impossible to determine from outside. Thankfully we're running
the attachment from inside the instance, so can check for /dev/sdX or
/dev/xvdX.
More modern images seem to be moving to /dev/xvdX
2015-07-04 10:45:06 -04:00
Justin Santa Barbara
591a113406
AWS: Return InstanceNotFound from ExternalID when not found
...
Despite finding and documenting the importance of this, I was still doing it
wrong!
2015-07-04 10:41:38 -04:00
Justin Santa Barbara
fca7822800
Misc (non-code) spelling fixes
2015-07-04 10:39:37 -04:00
Alex Robinson
4bfbd5f553
Add limits to the fluentd buffer size.
2015-07-03 23:24:08 +00:00
Justin Santa Barbara
6504df77f1
Salt: install socat; needed for port-forward
...
port-forward needs socat on the node hosts; we technically
don't need it today on the master, but this seems the right
place to put it, and socat is a small dependency.
2015-07-03 19:12:44 -04:00
Nikhil Jindal
8884e116e5
Merge pull request #10704 from leeplay/leeplay-patch-1
...
Fixed typo
2015-07-03 11:32:51 -07:00
Nikhil Jindal
639fb9d1bf
Merge pull request #10699 from justinsb/aws_revert_nodename
...
WIP: AWS: Use private dns name for node name again
2015-07-03 10:08:32 -07:00
Justin Santa Barbara
25007421ba
Salt: re-remove comment block
...
It had been removed in upstream, but had been kept by mistake here.
2015-07-03 12:43:36 -04:00
Justin Santa Barbara
600a0d6fe7
Salt: have kube-addons service depend on init file
...
For symmetry with systemd
2015-07-03 12:41:59 -04:00
Justin Santa Barbara
a5b3c73ac4
Salt: Add service block for kube-proxy for systemd
...
We have the workaround for Salt's problems here, but we should still express
our intent.
2015-07-03 10:26:21 -04:00
Justin Santa Barbara
60d822435b
Salt: clean daemon_args on RedHat, not systemd
...
I don't think it actually makes a difference based on how we're using it,
but this is now more of a precise change.
2015-07-03 10:24:32 -04:00
Marcin Wielgus
77aae74570
Remove deferred cleanups from tests/e2e/examples.go
2015-07-03 11:28:55 +02:00
Wojciech Tyczynski
b96d2296b4
Delete namespace after test
2015-07-03 11:04:32 +02:00
hyeongkyu.lee
55f1f241e6
Fixed typo
2015-07-03 18:03:45 +09:00
David Oppenheimer
44ed229069
Foo.
2015-07-03 01:40:00 -07:00
David Oppenheimer
53518e37a6
Add a test for DumbSpreadingPriority.
2015-07-03 01:34:07 -07:00
Jerzy Szczepkowski
1bd0c1b43a
Fixed flakiness of firewall cases of e2e reboot test.
...
Fixed flakiness of firewall cases of e2e reboot test: blocking packages on firewall was also blocking localhost and was causing kubelet to be restarted by monit.
2015-07-03 10:32:18 +02:00
David Oppenheimer
cb9d515004
Add DumbSpreadingPriority, which tries to spread pods across nodes.
2015-07-03 00:45:54 -07:00
Justin Santa Barbara
ad0293e3f3
Salt: Add more dependencies to systemd services
...
This may help Salt reload services correctly, although we still
need the script until Salt's bug with reloading services on systemd
is resolved.
Salt bug: https://github.com/saltstack/salt/issues/16778
2015-07-03 01:40:15 -04:00
Justin Santa Barbara
944fc1ed58
Set standard bash options in services helper script
2015-07-03 01:40:15 -04:00
Justin Santa Barbara
bcd92c7522
Salt: support systemd (don't assume Redhat <=> systemd)
...
Also work around problems with Salt & systemd services, in particular
that Salt doesn't issue a daemon-reload.
2015-07-03 01:40:15 -04:00