Jordan Liggitt
9d6b52881d
Add authentication/authorization interfaces to kubelet, always include /metrics with /stats
2015-10-09 03:10:00 -04:00
k8s-merge-robot
0fb7c80edf
Merge pull request #14888 from JanetKuo/kubectl-get-list
...
Auto commit by PR queue bot
2015-10-09 00:03:01 -07:00
k8s-merge-robot
1f764fcd3f
Merge pull request #14726 from linzichang/validation-on-list
...
Auto commit by PR queue bot
2015-10-08 23:38:53 -07:00
k8s-merge-robot
52ce36eae8
Merge pull request #14455 from ixdy/jenkins-configs
...
Auto commit by PR queue bot
2015-10-08 22:34:59 -07:00
k8s-merge-robot
d9c56eed26
Merge pull request #15107 from caesarxuchao/fix-14384
...
Auto commit by PR queue bot
2015-10-08 21:40:52 -07:00
Mike Danese
fa60bbe8e6
add flag to kubelet to ignore the cidr passed down by the apiserver on the master
2015-10-08 21:21:19 -07:00
k8s-merge-robot
219294623e
Merge pull request #14522 from lavalamp/3p-api-group
...
Auto commit by PR queue bot
2015-10-08 21:15:11 -07:00
k8s-merge-robot
fa8bb5f18e
Merge pull request #15344 from bgrant0607/docfix2
...
Auto commit by PR queue bot
2015-10-08 21:10:10 -07:00
k8s-merge-robot
9305a98ffc
Merge pull request #15205 from a-robinson/purge
...
Auto commit by PR queue bot
2015-10-08 20:40:26 -07:00
k8s-merge-robot
c0a5d0c81b
Merge pull request #15340 from ihmccreery/versioning
...
Auto commit by PR queue bot
2015-10-08 20:38:30 -07:00
k8s-merge-robot
b30600f163
Merge pull request #15199 from ixdy/gitignore-gcloud-gsutil
...
Auto commit by PR queue bot
2015-10-08 20:20:41 -07:00
k8s-merge-robot
e4faa5c411
Merge pull request #15200 from yujuhong/move_types
...
Auto commit by PR queue bot
2015-10-08 19:50:27 -07:00
k8s-merge-robot
0655c9d8ad
Merge pull request #15209 from ixdy/gce-cluster-init-timeout
...
Auto commit by PR queue bot
2015-10-08 19:17:13 -07:00
hurf
e1b88c6942
Integrate convertion tool to kubectl
...
Added 'convert' subcommand to kubectl to convert config files
between different API versions.
2015-10-09 10:15:30 +08:00
Brian Grant
50acaa2259
Strengthen wording about status behavior.
2015-10-09 02:13:28 +00:00
Vishnu kannan
64218c5edb
Update grafana to v2.1.1. Default dashboards in Grafana will be setup
...
automatically.
2015-10-08 17:01:16 -07:00
k8s-merge-robot
86fdc3f85c
Merge pull request #15240 from mikedanese/job-fix-1
...
Auto commit by PR queue bot
2015-10-08 16:58:06 -07:00
Isaac Hollander McCreery
9024874e47
Proposed versioning changes
2015-10-08 16:57:05 -07:00
Elson Rodriguez
e107986649
Ran document cleanup script, changed flags to be consistent.
2015-10-08 16:49:37 -07:00
k8s-merge-robot
79b70df747
Merge pull request #15273 from nikhiljindal/deploymentAPI
...
Auto commit by PR queue bot
2015-10-08 16:28:53 -07:00
Alex Robinson
429fa7a378
Correctly support updates in EnsureTCPLoadBalancer for GCE.
...
Previously we'd just tear everything down and recreate it, which makes
for a pretty bad experience because it causes downtime whenever the
service controller restarts and has to make sure everything is in the
desired state.
This adds more code than I'd prefer, but makes it much cleaner and more
organized than it was before, in my opinion. I didn't bother
parallelizing anything because it's complex enough as it is, right now.
It's consistently passing the existing e2es and worked when I tested
manually, but this could definitely use additional e2e tests and/or some
serious refactoring to make real unit tests feasible. I'll follow up
with one or two e2e tests that make sense (updating an LB or killing the
controller manager, perhaps).
2015-10-08 23:20:48 +00:00
Vishnu kannan
955f896f28
Mark QoS as an experimental feature
2015-10-08 16:06:07 -07:00
feisky
fb04edea3a
Replace rkt --grace-period and --expire-prepared with gcPolicy.MinAge
2015-10-09 06:57:10 +08:00
feisky
43a654ed7b
Refacotor gcPolicy in contrib/mesos
2015-10-09 06:57:10 +08:00
feisky
d624c7de51
Pass the ContainerGCPolicy in Runtime.GarbageCollect
2015-10-09 06:57:10 +08:00
feisky
69867fb502
Refactor container gc tests
2015-10-09 06:57:09 +08:00
feisky
4c8a836260
Move original container gc to docker runtime
2015-10-09 06:57:09 +08:00
feisky
35cf8ab7d4
Use runtime instread of dockerclient in container gc
2015-10-09 06:54:38 +08:00
James DeFelice
a7c06e57ac
flocker unit test should clean up after itself
2015-10-08 22:40:36 +00:00
k8s-merge-robot
0c089dcf11
Merge pull request #15265 from andyzheng0831/trusty
...
Auto commit by PR queue bot
2015-10-08 14:51:10 -07:00
Yu-Ju Hong
098ab05997
kubelet: move common types to kubelet/types
...
This would faciliate tasks such as moving code in pkg/kubelet to sub packages.
2015-10-08 14:38:01 -07:00
k8s-merge-robot
27ff98c8f3
Merge pull request #15288 from roberthbailey/hyperkube-config
...
Auto commit by PR queue bot
2015-10-08 14:20:54 -07:00
Yifan Gu
2c318bfee2
kubelet/rkt: return util/exec.ExitError if exec probing fails.
...
This enables the prober to return probe.Failure instead of
probe.Unknown.
2015-10-08 14:14:01 -07:00
Robert Bailey
f828c9a49c
Merge pull request #15185 from yujuhong/fix_annotation
...
kubelet: fix mirror pod creation/deletion
2015-10-08 14:07:45 -07:00
Robert Bailey
f9fc6cc426
Merge pull request #15306 from ihmccreery/upgrades
...
Add v1.1.0-alpha.1 version-pinned upgrades
2015-10-08 14:05:32 -07:00
nikhiljindal
119150fd33
Updating API comments
2015-10-08 13:55:45 -07:00
k8s-merge-robot
dd702f2d11
Merge pull request #15289 from roberthbailey/docker-getting-started-guide
...
Auto commit by PR queue bot
2015-10-08 13:28:39 -07:00
Robert Bailey
be3fc9007a
Merge pull request #14626 from jackgr/apply_annotation
...
Add calls to set annotation for kubectl apply
2015-10-08 12:44:42 -07:00
Robert Bailey
49d6c86eb7
Merge pull request #14621 from jackgr/kubectl_apply
...
Add the kubectl apply command
2015-10-08 12:44:32 -07:00
Robert Bailey
f9364da306
Merge pull request #13820 from jackgr/apply_patch
...
Add method to apply strategic merge patch
2015-10-08 12:44:13 -07:00
Robert Bailey
cac3390d4f
Merge pull request #15316 from ihmccreery/no-cache
...
Make latest.txt files non-cacheable
2015-10-08 12:42:11 -07:00
Tim Hockin
0b50b7e00f
Add a README for private registry
...
It's not perfect but it is better than no docs.
2015-10-08 12:33:43 -07:00
Isaac Hollander McCreery
3b6a8e2e40
Add kubernetes-upgrade-gke-1-0 jobs that upgrade from release/latest-1.0 to ci/v1.1.0-alpha.1.
2015-10-08 11:38:45 -07:00
Isaac Hollander McCreery
ec43cb0ed0
Make latest.txt files non-cacheable
2015-10-08 11:29:18 -07:00
k8s-merge-robot
074da2e05d
Merge pull request #15208 from mikedanese/v3-bump
...
Auto commit by PR queue bot
2015-10-08 11:22:15 -07:00
Tim Hockin
b25069d084
Stop using `gcloud preview` - it is obsolete
...
Switch to supported APIs. Update docs.
2015-10-08 11:05:49 -07:00
k8s-merge-robot
8982776b54
Merge pull request #15237 from mikedanese/ds-bug-3
...
Auto commit by PR queue bot
2015-10-08 10:50:59 -07:00
Huamin Chen
de41fd3960
rbd: no more remount.
...
remount was originally needed to ensure rw/ro is set correctly. There is no such need since mount is using exec interface
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-10-08 13:50:41 -04:00
Tim Hockin
69dad48db0
Merge pull request #15307 from ArtfulCoder/dnshealthcheck
...
changed localhost to 127.0.0.1 for dns healthcheck
2015-10-08 10:45:44 -07:00
Mike Danese
73f7242027
rename JobStatus.Unsuccessful => JobStatus.Failed, JobStatus.Successful => JobStatus.Succeeded
2015-10-08 10:41:22 -07:00