Commit Graph

13169 Commits

Author SHA1 Message Date
Justin Santa Barbara
a4e15cdf3e AWS: Configure minion routes dynamically
We need to implement the Routes interface, and then enable the functionality in the cluster scripts.
2015-06-18 14:59:37 -07:00
Justin Santa Barbara
a3b43a36fd Refactor cloud route interface, to avoid assumption that routes are named 2015-06-18 14:59:37 -07:00
Satnam Singh
19e574c170 Merge pull request #9909 from justinsb/aws_enable_reboot_test
AWS: Enable restart e2e tests
2015-06-18 14:49:25 -07:00
Satnam Singh
4328c0f3d2 Merge pull request #9880 from marekbiskup/doc-volumes
move resources description to the end to reduce forward references
2015-06-18 14:48:53 -07:00
Satnam Singh
be0ed35e01 Merge pull request #9865 from marekbiskup/doc-pod-states
small corrections to pod-states doc
2015-06-18 14:48:22 -07:00
Satnam Singh
8514d294a2 Merge pull request #9863 from marekbiskup/doc-edits-node
node status description improved
2015-06-18 14:47:58 -07:00
Satnam Singh
34fb2a9f2d Merge pull request #9859 from mwielgus/resources-check
Check for existing GCE resources in kube-up
2015-06-18 14:47:22 -07:00
Satnam Singh
2d1c3c31b2 Merge pull request #9864 from marekbiskup/docs-edit-dash
remove double dash
2015-06-18 14:40:28 -07:00
Satnam Singh
ed985b8654 Merge pull request #9821 from erictune/api-conv
Added document on using resources.
2015-06-18 14:35:04 -07:00
Satnam Singh
56612e3707 Merge pull request #9874 from RichieEscarez/fixtroubleshootlink
fixed broken link
2015-06-18 14:34:10 -07:00
Satnam Singh
424d09fb97 Merge pull request #9907 from RichieEscarez/9404_controller
Changed "controller" to "replication controller"
2015-06-18 14:33:49 -07:00
Satnam Singh
de457c3e49 Merge pull request #9962 from smarterclayton/type_patch
Give PATCH operations a better output in Swagger
2015-06-18 14:31:49 -07:00
Satnam Singh
59876df736 Merge pull request #9927 from liggitt/fix_ecdsa_key
Re-enable ECDSA private server key use
2015-06-18 14:30:27 -07:00
Satnam Singh
4bf6058919 Merge pull request #9988 from mikedanese/upgrade-pre-e2e
remove e2e run before cluster upgrade
2015-06-18 14:25:26 -07:00
Satnam Singh
cde08a0679 Merge pull request #9992 from a-robinson/metrics
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 14:25:03 -07:00
Satnam Singh
1d44d06190 Merge pull request #10032 from deads2k/client-debugging
add debugging transport for client
2015-06-18 14:24:03 -07:00
Satnam Singh
538d1272e5 Merge pull request #10001 from brendandburns/e2e2
Add some more logging so that we can debug PD delete errors.
2015-06-18 14:23:33 -07:00
Satnam Singh
087b6e32e3 Merge pull request #10005 from ZJU-SEL/Fix9237
Hot fix for ubuntu k8s
2015-06-18 14:23:07 -07:00
Satnam Singh
847d771198 Merge pull request #10020 from piosz/latency_metrics
Slow down creation of additional pods in density.go e2e
2015-06-18 14:15:56 -07:00
Satnam Singh
55f791ca15 Merge pull request #10050 from zmerlynn/checkbinaries
Validate binaries downloaded from GCS:
2015-06-18 14:14:56 -07:00
Satnam Singh
d2c2f7e35e Merge pull request #9993 from mikedanese/re-patch
reenable patch serverside using strategic-merge-patch
2015-06-18 14:13:10 -07:00
Satnam Singh
3c62210854 Merge pull request #9985 from mikedanese/e2e-readiness
add e2e readiness tests
2015-06-18 14:12:49 -07:00
Satnam Singh
4c13f8957d Merge pull request #10057 from justinsb/aws_id_as_name_2
Fix of reverted #9728
2015-06-18 14:07:21 -07:00
Satnam Singh
a016f7d4ef Merge pull request #10063 from jlowdermilk/gke-e2e
Fix a few e2e references to allow gke to test dogfood builds
2015-06-18 13:49:17 -07:00
Jeff Lowdermilk
e72431033a Fix a few e2e references to allow gke to test dogfood builds 2015-06-18 13:39:51 -07:00
Zach Loafman
d8da39ecd0 Validate binaries downloaded from GCS:
* Set SHA1 for Kubernetes server binary and Salt tar in kube-env.
* Check SHA1 in configure-vm.sh. If the env variable isn't available,
download the SHA1 from GCS and double check that.
* Fixes a bug in the devel path where we were actually uploading the
wrong sha1 to the bucket.

Fixes #10021
2015-06-18 13:37:05 -07:00
Satnam Singh
838bb75183 Merge pull request #9970 from nikhiljindal/validSwagger
Fix path parameter swagger validation errors
2015-06-18 13:21:07 -07:00
Brendan Burns
62c9657450 Merge pull request #10002 from brendandburns/kubelet
Update the kubelet to ignore syncing Pods until the container runtime is up.
2015-06-18 13:17:55 -07:00
Satnam Singh
4a40eec3e4 Merge pull request #9671 from marekbiskup/networkPartitionTestFix
stabilization of Network.should survive network partition.
2015-06-18 13:16:16 -07:00
Satnam Singh
54933b83cb Merge pull request #9503 from JeffPaine/git-docs-update
Consolidate git setup documentation
2015-06-18 13:15:45 -07:00
Brendan Burns
5021dbc1a0 Merge pull request #10046 from cjcullen/fwfix
Allow passing through an explicit PROXY_SSH_USER.
2015-06-18 13:13:19 -07:00
Justin Santa Barbara
27b02d0913 Fix kubelet unit test; populate NodeName
When we build a Kubelet directly we need to populate NodeName
as well as hostname, because we bypass the functions that normally
do this for us.
2015-06-18 12:40:55 -07:00
Justin Santa Barbara
97cafd20f6 NodeName != HostName: Fixes for contrib/mesos 2015-06-18 12:40:14 -07:00
Justin Santa Barbara
bd512ae06d AWS: Use the instance id as the node name
The EC2 instance id is the canonical node name on EC2.
2015-06-18 12:40:10 -07:00
Justin Santa Barbara
df87470ecf Allow cloud providers to return a node identifier different from the hostname 2015-06-18 12:40:05 -07:00
Justin Santa Barbara
dee8d4b90b For kubelet, differentiate between the nodeName and the hostname
This will allow us to use a nodeName that is not the hostname,
for example on clouds where the hostname is not the natural identifier
for a node.
2015-06-18 12:40:01 -07:00
Jeff Lowdermilk
1a7d811b4a Add a test to test-cmd.sh for update --patch 2015-06-18 12:06:46 -07:00
Mike Danese
3de11e2fa8 reenable patch serverside using strategic-merge-patch 2015-06-18 12:06:46 -07:00
deads2k
bab0a61ef1 add debugging transport for client 2015-06-18 14:51:00 -04:00
Satnam Singh
798739f013 Merge pull request #10006 from brendandburns/ssh
Truncate SSH usernames to 32 chars.
2015-06-18 11:44:26 -07:00
Satnam Singh
8062c6f0ad Merge pull request #10023 from ddysher/update-cassandra
Update cassandra example README to v1
2015-06-18 11:41:23 -07:00
Satnam Singh
458cbd3b5d Merge pull request #10027 from caesarxuchao/rethinkdb-example-v1
remove references to v1beta3 in rethinkdb example
2015-06-18 11:40:59 -07:00
Satnam Singh
d865204cf2 Merge pull request #10037 from satnam6502/es-logging
Add readiness probe to Elasticsearch and Kibana logging pods
2015-06-18 11:40:47 -07:00
Satnam Singh
f4db1b1a57 Merge pull request #10039 from caesarxuchao/update-demo-examples-v1
remove reference to v1beta3 in update-demo example
2015-06-18 11:40:16 -07:00
Satnam Singh
d1906f721f Merge pull request #10047 from GoogleCloudPlatform/revert-9728-aws_id_as_name
Revert "Allow nodename to be != hostname, use AWS instance ID on AWS"
2015-06-18 11:28:09 -07:00
Satnam Singh
e4f5529a2d Revert "Allow nodename to be != hostname, use AWS instance ID on AWS" 2015-06-18 11:27:55 -07:00
Satnam Singh
fb07b34cb8 Merge pull request #10026 from caesarxuchao/logging-demo-examples-v1
remove reference to v1beta3 in logging-demo
2015-06-18 11:08:00 -07:00
Satnam Singh
b86ed2356c Merge pull request #10028 from andronat/small_wrong_printing_in_tests
Changed printing in a test file
2015-06-18 11:04:07 -07:00
Chao Xu
5eaf3e6f83 remove reference to v1beta3 in update-demo example 2015-06-18 10:55:07 -07:00
Satnam Singh
ce49c32d6a Add readiness probe to Elasticsearch and Kibana logging pods 2015-06-18 10:46:05 -07:00