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
Jeff Lowdermilk
0dd9bbb598
Fix a few e2e references to allow gke to test dogfood builds
...
(cherry picked from commit e72431033a
)
2015-06-18 14:04:19 -07:00
nikhiljindal
d3d579f59d
Do not register cross namespace actions with subresources in path
2015-06-18 13:50:38 -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
CJ Cullen
3c754a6ec5
Pass through an explicit PROXY_SSH_USER.
...
Use user@user instead of user@hostname in case hostname is too long.
(cherry picked from commit abf1e768dc
)
2015-06-18 13:27:09 -07:00
Brendan Burns
156d315ceb
Truncate SSH usernames to 32 chars.
...
(cherry picked from commit 2330760d34
)
2015-06-18 13:26:46 -07:00
Brendan Burns
311a58f1ad
Update the kubelet to ignore syncing Pods until the container runtime is up.
...
(cherry picked from commit 51fb753e11
)
2015-06-18 13:26:29 -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
derekwaynecarr
795e444ba3
ResourceQuota should ignore subresources
2015-06-18 16:03:40 -04:00
derekwaynecarr
9a747cde38
LimitRanger should ignore subresources
2015-06-18 15:43:48 -04: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
Tim St. Clair
f5830edbbc
s/gcloud preview docker/gcloud docker/
2015-06-18 12:27:08 -07:00
Clayton Coleman
debd42a07d
Cleaning up apiserver method signatures
...
A lot of the changes in apiserver could have been represented more
cleanly - this returns the signatures to their older behavior (and
unbreaks OpenShift).
2015-06-18 15:13:41 -04: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
derekwaynecarr
fce7adf3e7
Admission control exposes subresource
2015-06-18 15:00:46 -04: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
Rajat Chopra
a6a57de646
Assign host's IPAddress to podIP when pod shares the host's network
2015-06-18 11:30:59 -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
Prashanth Balasubramanian
ca46443095
Change density relist period to better reflect the kubelet
2015-06-18 11:11:13 -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
b35ab7c9a2
remove references to v1beta3 in phabricator example
2015-06-18 11:01:42 -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
nikhiljindal
b527b00d7b
Fix path parameter swagger validation errors
2015-06-18 10:43:13 -07:00
CJ Cullen
abf1e768dc
Pass through an explicit PROXY_SSH_USER.
...
Use user@user instead of user@hostname in case hostname is too long.
2015-06-18 10:35:02 -07:00
Clayton Coleman
21d6feb665
Update swagger doc
2015-06-18 13:34:44 -04:00
Satnam Singh
3505fb48a3
Merge pull request #9803 from satnam6502/execessive
...
Improve error output of kubectl update
2015-06-18 10:29:27 -07:00
Brendan Burns
2330760d34
Truncate SSH usernames to 32 chars.
2015-06-18 10:27:24 -07:00
Brendan Burns
51fb753e11
Update the kubelet to ignore syncing Pods until the container runtime is up.
2015-06-18 10:27:04 -07:00
Eric Tune
4f0ab4d539
Added document on using resources.
2015-06-18 10:21:44 -07:00
Satnam Singh
790ca2344f
Merge pull request #9728 from justinsb/aws_id_as_name
...
Allow nodename to be != hostname, use AWS instance ID on AWS
2015-06-18 10:17:39 -07:00