k8s-merge-robot
beb5d01f9c
Merge pull request #17221 from rootfs/azure
...
Auto commit by PR queue bot
2016-02-08 22:46:12 -08:00
mqliang
b5e99be81c
implement kubectl get/describe for ReplicaSet
2016-02-09 13:56:21 +08:00
k8s-merge-robot
fec0d127b3
Merge pull request #15938 from justinsb/aws_ebs_cleanup
...
Auto commit by PR queue bot
2016-02-08 21:42:52 -08:00
Madhusudan.C.S
f358402623
Auto-generated code.
2016-02-08 21:27:49 -08:00
Madhusudan.C.S
ed7ad6dcf3
Make deployments work.
2016-02-08 21:27:49 -08:00
Madhusudan.C.S
518f08aa7c
Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector.
...
Update the Deployments' API types, defaulting code, conversions, helpers
and validation to use ReplicaSets instead of ReplicationControllers and
LabelSelector instead of map[string]string for selectors.
Also update the Deployment controller, registry, kubectl subcommands,
client listers package and e2e tests to use ReplicaSets and
LabelSelector for Deployments.
2016-02-08 21:27:38 -08:00
k8s-merge-robot
fce98f3cf2
Merge pull request #20827 from smarterclayton/fix_manager
...
Auto commit by PR queue bot
2016-02-08 21:13:42 -08:00
k8s-merge-robot
8fcc105d6d
Merge pull request #20444 from ncdc/flake/19466
...
Auto commit by PR queue bot
2016-02-08 20:46:03 -08:00
k8s-merge-robot
a2c8712aee
Merge pull request #20368 from mqliang/cleanup-unhealthy-replicas
...
Auto commit by PR queue bot
2016-02-08 20:18:25 -08:00
Janet Kuo
1b30516094
Fix the incorrect format when describing deployment
2016-02-08 19:13:34 -08:00
Andy Goldstein
a45247ad2a
Fix exec/attach test flakes
...
Ensure that stream reply frames are enqueued prior to any goaway frames.
2016-02-08 21:33:23 -05:00
Huamin Chen
d7e4b826b9
support Azure File Service volume
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-02-09 01:07:12 +00:00
Andy Zheng
20444558a3
Fix two issues of master on Trusty
...
This change moves the code of running and monitoring addon pods in a daemon type upstart job, so that addon manifest monitoring can be restarted automatically upon failure. Second, it updates the usage of "kube-ui" to "dashboard" to match the change in PR #20330 .
2016-02-08 16:46:18 -08:00
Dawn Chen
d65cab42bf
Scheduler predicate test explicitly assumes that cluster add-on pods stay stable, but never check it before each test run. Adding the check for each test case.
2016-02-08 16:21:17 -08:00
Dawn Chen
242000d790
Merge pull request #20837 from yujuhong/pull_images
...
e2e: use the tagged busybox image to avoid unnecessary pulling
2016-02-08 16:15:29 -08:00
k8s-merge-robot
c2f02996e4
Merge pull request #20856 from mesosphere/jdef_fix_replicaset_on_k8sm
...
Auto commit by PR queue bot
2016-02-08 16:12:31 -08:00
k8s-merge-robot
daa8add7bb
Merge pull request #20536 from liggitt/bump_ugorji
...
Auto commit by PR queue bot
2016-02-08 16:12:30 -08:00
Clayton Coleman
5aca495d73
Regression: Kubelet fails on older distro Dockers
...
Changes broke compatibility with released versions of Docker on some
distributions like Fedora and RHEL (value 1.8.1.fc21 is in the wild).
2016-02-08 19:00:01 -05:00
Dawn Chen
f07070d129
Upgrade gce cluster to docker 1.9.1
2016-02-08 15:58:29 -08:00
Eric Tune
f7a89cedda
Update replication-controller docs
...
Adds a document on pod templates that can be shared
between various controller docs.
Move more philosophical content to later in the doc.
Add more task-oriented stuff earlier.
Put example config in the document, early on, so users have something concrete to relate the discussion of fields to.
Link to Job and DaemonSet docs.
Make format more like that of Job and DaemonSet docs.
Use jsonpath in examples, which is available in v1.1.
Added example files.
2016-02-08 15:51:53 -08:00
Dawn Chen
e367ddc39e
Merge pull request #20732 from vishh/18704
...
Bump up liveness probe timeout for Conformance test
2016-02-08 15:50:53 -08:00
mqliang
86aea1d59c
clean up unhealthy replicas frst for old rcs when reconcileOldRCs
2016-02-09 07:43:48 +08:00
Daniel Wang
a599307589
Move Trusty e2e testing jobs to job-configs
2016-02-08 15:41:24 -08:00
Yu-Ju Hong
4544575e11
e2e: use the tagged busybox image to avoid unnecessary pulling
2016-02-08 15:28:55 -08:00
k8s-merge-robot
3281e7520c
Merge pull request #20859 from derekwaynecarr/fix_vagrant_var
...
Auto commit by PR queue bot
2016-02-08 15:25:48 -08:00
k8s-merge-robot
3124474458
Merge pull request #19714 from jlowdermilk/pr-workflow
...
Auto commit by PR queue bot
2016-02-08 15:25:46 -08:00
k8s-merge-robot
14653d6b5a
Merge pull request #20169 from vishh/20117
...
Auto commit by PR queue bot
2016-02-08 15:25:45 -08:00
Joe Finney
6ee9f13ff5
Upload useful Jenkins build information to GCS.
2016-02-08 15:04:26 -08:00
Vishnu kannan
01834449f0
Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe"
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-08 14:59:08 -08:00
k8s-merge-robot
11c42f7873
Merge pull request #19907 from olegshaldybin/minor-scheduler-optimization
...
Auto commit by PR queue bot
2016-02-08 14:48:03 -08:00
derekwaynecarr
512154f25e
Unbound cluster ip range in vagrant
2016-02-08 17:38:36 -05:00
Clayton Coleman
b8582f73da
Ensure public conversion name packages are imported
...
The name of the package a public function is in may not be inside the
current package set, so it needs to be imported.
2016-02-08 17:24:44 -05:00
k8s-merge-robot
8ca6c924da
Merge pull request #20345 from spiffxp/on-call-out-of-wiki
...
Auto commit by PR queue bot
2016-02-08 14:22:23 -08:00
k8s-merge-robot
e5009bfdcd
Merge pull request #19474 from endocode/container_names_in_kubectl_logs
...
Auto commit by PR queue bot
2016-02-08 14:22:22 -08:00
Jordan Liggitt
545f6be573
Regenerate types.go
2016-02-08 17:19:15 -05:00
James DeFelice
3affc4492c
add replicaset controller to k8sm controller manager
2016-02-08 22:15:50 +00:00
Paul Morie
c6ab0a8677
Remove unused getRuntimePodStatus func from Kubelet
2016-02-08 16:46:11 -05:00
k8s-merge-robot
c75e344b47
Merge pull request #20828 from pwittrock/metricse2etest
...
Auto commit by PR queue bot
2016-02-08 13:45:40 -08:00
Abhi Shah
dada2a184b
Merge pull request #20840 from dchen1107/test
...
Collect dmesg from nodes
2016-02-08 12:54:31 -08:00
Jordan Liggitt
6445aaadcc
bump(ugorji/go): 4a79e5b7b21e51ae8d61641bca20399b79735a32
2016-02-08 15:45:04 -05:00
k8s-merge-robot
1e6784edb4
Merge pull request #20741 from timstclair/probe
...
Auto commit by PR queue bot
2016-02-08 12:35:58 -08:00
deads2k
6d71421ae1
eliminate mixed case from RESTMapper
2016-02-08 15:33:31 -05:00
k8s-merge-robot
6834ee59d9
Merge pull request #19795 from caseydavenport/calico-cni-coreos-doc
...
Auto commit by PR queue bot
2016-02-08 12:04:48 -08:00
k8s-merge-robot
230f593058
Merge pull request #20383 from smarterclayton/allow_prefix_changes
...
Auto commit by PR queue bot
2016-02-08 12:04:46 -08:00
k8s-merge-robot
468d0db8f7
Merge pull request #20797 from pmorie/secret-docs
...
Auto commit by PR queue bot
2016-02-08 11:30:04 -08:00
Dawn Chen
df04225eca
Collect dmesg from nodes
2016-02-08 11:27:53 -08:00
Joe Finney
94b08128da
Clone the GCE soak job.
2016-02-08 11:24:45 -08:00
Tim St. Clair
da0d37f1e0
Fix panic from multiple probe cleanup calls.
2016-02-08 11:23:07 -08:00
Casey D
964dfa1ad4
Update Calico CoreOS doc to use CNI plugin, conformance.
2016-02-08 10:58:59 -08:00
k8s-merge-robot
b32078d89b
Merge pull request #20496 from matthewdupre/masquerade-config
...
Auto commit by PR queue bot
2016-02-08 10:49:20 -08:00