Yu-Ju Hong
fd7e323cc6
Revert "Set timeout for accessing credential provider's URL"
...
This reverts commit 9d3806bceb
.
2016-03-04 12:37:30 -08:00
Janet Kuo
b45dce5aff
Interpret etcd not found error on a update
2016-03-04 12:06:13 -08:00
Wojciech Tyczynski
113e0496c7
Move scalability jobs to us-central from us-east
2016-03-04 20:31:59 +01:00
Jeff Lowdermilk
6c4c033d5a
Use new bucket for ci cloud sdk
2016-03-04 11:27:52 -08:00
Andy Zheng
242b9977c7
Remove manifest copies from Trusty support
...
This change revises the way to provide kube-system manifests for clusters on Trusty. Originally, we maintained copies of some manifests under cluster/gce/trusty/kube-manifests, which is not scalable and hard to maintain. With this change, clusters on Trusty will use the same source of manifests as ContainerVM. This change also fixes some minor problems such as shell variables and comments to meet the style guidance better.
2016-03-04 11:16:49 -08:00
Madhusudan.C.S
fa0794098f
Define etcd storage methods for replicationcontrollers/scale subresource.
...
Also register replicationcontrollers/scale subresource. Along with
registering the resource, also specify the cross-group override for the
subresource since Scale belongs belongs to autoscaling/v1 but
ReplicationController belongs to api/v1.
2016-03-04 11:02:37 -08:00
Madhusudan.C.S
9e99f9fa0e
Register scale subresource for Deployments and ReplicaSets.
...
Define etcd registry methods for scale subresource in Deployments and
ReplicaSets. Register them with the API server.
2016-03-04 11:01:36 -08:00
Abhi Shah
4d599ea309
Merge pull request #22261 from gmarek/kube-up
...
kube-up for GCE chooses master size based on number of nodes
2016-03-04 10:55:12 -08:00
Abhi Shah
f9c4b3db1e
Merge pull request #22493 from andyzheng0831/enhance
...
Fix a breakage of kubelet in Trusty
2016-03-04 10:50:03 -08:00
Abhi Shah
bfe4896b00
Merge pull request #22043 from roberthbailey/cluster-name
...
Add the GCE cluster name to instance metadata
2016-03-04 10:43:39 -08:00
Abhi Shah
05ba8ca7fa
Merge pull request #22170 from metmajer/master
...
Pass through EXTRA_DOCKER_OPTS.
2016-03-04 10:40:17 -08:00
Tim St. Clair
1d90394bf6
Use the summary_api with heapster by default
2016-03-04 10:37:00 -08:00
Vishnu kannan
c54ba12faa
Update node status to include the absense of cpu hardcapping.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-04 10:33:56 -08:00
Joe Finney
81c3b98f6a
Restrict update-jenkins-jobs to run on the master node only.
2016-03-04 10:15:29 -08:00
Eric Paris
f334fc4179
Remove all docs which are moving to http://kubernetes.github.io
...
All .md files now are only a pointer to where they likely are on the new
site.
All other files are untouched.
2016-03-04 12:49:17 -05:00
Marcin Wielgus
a13843cddb
Add volumes, volumemounts and host ports to rcconfig in e2e utils
2016-03-04 18:38:10 +01:00
Abhi Shah
a20258efae
Merge pull request #22492 from vishh/heapster-update
...
Update heapster to v0.20.0.alpha11
2016-03-04 09:27:01 -08:00
Abhi Shah
de18fdbdbe
Merge pull request #22528 from kubernetes/revert-22016-discbreak
...
Revert "Move discovery client to its own package"
2016-03-04 09:25:38 -08:00
Abhi Shah
b25a48d605
Revert "Move discovery client to its own package"
2016-03-04 09:24:54 -08:00
k8s-merge-robot
57670edc15
Merge pull request #22345 from fgrzadkowski/hpa_events
...
Auto commit by PR queue bot
2016-03-04 09:18:21 -08:00
Abhi Shah
627edd2588
Merge pull request #22016 from krousey/discbreak
...
Move discovery client to its own package
2016-03-04 09:17:46 -08:00
Justin Santa Barbara
6bdab05d11
Salt: Don't use Salt to start Docker
...
Starting docker through Salt has always been problematic. Kubelet or
the babysitter process should start it. We've kept it around primarily
so we have a `service: docker` node for the Salt DAG.
Instead, we enable (but do not start) the Docker service in Salt. This
lets us keep the DAG node, but won't start it.
There's another bug in Salt, where watches will start the service even
on `service.enabled`. So we remove the watches, and move them to our
existing Salt bug-fix script.
2016-03-04 12:07:10 -05:00
Michail Kargakis
b390087a99
kubectl: bring the rolling updater on par with the deployments
...
During a rolling update for Deployments, the total count of surge pods
is calculated by adding the desired number of pods (deployment.Spec.Replicas)
to maxSurge. During a kubectl rolling update, the total count of surge
pods is calculated by adding the original number of pods (oldRc.Spec.Replicas
via an annotation) to maxSurge. This commit changes this to use desired
replicas.
2016-03-04 18:07:09 +01:00
Justin Santa Barbara
dbff0ef67b
Systemd/non-Redhat: Add docker healthcheck script
...
We do the equivalent of #21727 for systemd systems.
Issue #21731
2016-03-04 12:05:52 -05:00
Justin Santa Barbara
64f1cbaddd
Systemd/non-Redhat: Add docker prestart file
...
We do the equivalent of #21727 for systemd systems.
Issue #21731
2016-03-04 12:05:52 -05:00
Justin Santa Barbara
d074b5ba13
docker systemd file: type->notify, docs->https
...
This minimizes the changes we make to the official Docker systemd file.
2016-03-04 12:05:52 -05:00
Alex Robinson
29eb6020fb
Merge pull request #22074 from a-robinson/images
...
Update the logging images to parse sub-second docker timestamps.
2016-03-04 09:04:33 -08:00
k8s-merge-robot
18d8e7b756
Merge pull request #22052 from mwielgus/hpa-average
...
Auto commit by PR queue bot
2016-03-04 08:38:38 -08:00
k8s-merge-robot
2a8ec62e76
Merge pull request #22522 from mwielgus/cm_utils
...
Auto commit by PR queue bot
2016-03-04 08:01:54 -08:00
k8s-merge-robot
917fb4264d
Merge pull request #22461 from jayunit100/skipNodeDiskFill
...
Auto commit by PR queue bot
2016-03-04 08:01:53 -08:00
k8s-merge-robot
077fff8f4a
Merge pull request #22447 from yifan-gu/fix_log
...
Auto commit by PR queue bot
2016-03-04 08:01:51 -08:00
Marcin Wielgus
0a7e344d49
CustomMetric support in autoscaling utils
2016-03-04 15:50:55 +01:00
k8s-merge-robot
49f438bfac
Merge pull request #21972 from olivierlemasle/fix-21746
...
Auto commit by PR queue bot
2016-03-04 06:00:18 -08:00
k8s-merge-robot
d931dab80e
Merge pull request #21889 from swagiaal/unix-user-id
...
Auto commit by PR queue bot
2016-03-04 06:00:16 -08:00
k8s-merge-robot
09313b0847
Merge pull request #22254 from vmware/vsphere-pod-cidr-fix
...
Auto commit by PR queue bot
2016-03-04 04:17:44 -08:00
Vladimir Rutsky
3a0c97d180
add missing comma in JSON
2016-03-04 14:51:06 +03:00
k8s-merge-robot
6a6fcc8c2b
Merge pull request #22432 from piosz/hpa-e2e
...
Auto commit by PR queue bot
2016-03-04 03:45:33 -08:00
k8s-merge-robot
b45bf88105
Merge pull request #22513 from gmarek/density
...
Auto commit by PR queue bot
2016-03-04 03:12:52 -08:00
k8s-merge-robot
0e3469dce3
Merge pull request #22183 from pmorie/config-quota
...
Auto commit by PR queue bot
2016-03-04 03:12:51 -08:00
Wojciech Tyczynski
3b4ce5ed33
Merge pull request #22515 from wojtek-t/move_scalability_to_dedicated_project
...
Move scalability suite to dedicated project
2016-03-04 11:34:32 +01:00
k8s-merge-robot
1b9abdc920
Merge pull request #22510 from gmarek/proxy
...
Auto commit by PR queue bot
2016-03-04 02:29:37 -08:00
k8s-merge-robot
130c67f1b0
Merge pull request #22474 from bprashanth/local-up
...
Auto commit by PR queue bot
2016-03-04 02:29:36 -08:00
k8s-merge-robot
51befb8c1b
Merge pull request #22465 from goltermann/master
...
Auto commit by PR queue bot
2016-03-04 02:29:34 -08:00
k8s-merge-robot
18160741d4
Merge pull request #22429 from wojtek-t/fix_update_codecgen
...
Auto commit by PR queue bot
2016-03-04 02:29:33 -08:00
k8s-merge-robot
40778f3d2c
Merge pull request #22194 from chbatey/testify-for-aws-provider
...
Auto commit by PR queue bot
2016-03-04 02:29:32 -08:00
k8s-merge-robot
0ff7186138
Merge pull request #22321 from WeixuZhuang/unit
...
Auto commit by PR queue bot
2016-03-04 02:29:31 -08:00
Wojciech Tyczynski
d3cfbea30e
Move scalability suite to dedicated project
2016-03-04 11:23:58 +01:00
Piotr Szczesniak
60430ca1fb
Added HPA lightweight e2e test
2016-03-04 11:23:07 +01:00
gmarek
43a8f04193
Add a comment explaining the necessary scale for Density test
2016-03-04 11:05:20 +01:00
Wojciech Tyczynski
965de9098f
Fix update codecgen
2016-03-04 10:42:06 +01:00