Marcin Wielgus
9ad982ef77
Merge pull request #12844 from hurf/label_out
...
Simplify output of 'kubectl label' command
2015-08-24 14:00:56 +02:00
Marcin Wielgus
b0354d2671
Merge pull request #12999 from nikhiljindal/deploymentAPI
...
Adding Deployment API Objects to /expapi
2015-08-24 13:57:49 +02:00
Marcin Wielgus
c92cc62145
Merge pull request #13084 from mwielgus/serialization_test_fix
...
Serialization_test quick fix (remove exapi)
2015-08-24 13:40:32 +02:00
Marcin Wielgus
9d466abd55
Serialization_test quick fix (remove exapi)
2015-08-24 13:13:14 +02:00
Marcin Wielgus
66309325f8
Merge pull request #13015 from feihujiang/kubectlAnnotationAcceptFileNameParam
...
Kubectl annotate command accepts a filename param
2015-08-24 10:57:30 +02:00
nikhiljindal
bdf5b26018
Adding Deployment API Objects to /expapi
2015-08-23 23:07:50 -07:00
hurf
ddf090d824
Change default output of 'label' command
...
Using simple, human understandable output instead of the form of
'kubectl get' command.
2015-08-23 18:27:48 +08:00
hurf
36987e9dce
Move formatLabels function to labels package
...
As the TODO above the function instructed, move formatLables
function to labels package.
2015-08-23 18:27:48 +08:00
Zach Loafman
5fe7029e68
Merge pull request #13008 from andyzheng0831/node-yaml
...
Add continuous tests support for trusty nodes
2015-08-21 18:59:21 -07:00
Zach Loafman
c7af01f18f
Merge pull request #12873 from quinton-hoole/2015-08-14-Ubernetes-comments
...
Incorporate Cluster Federation/Ubernetes document feedback
2015-08-21 18:57:22 -07:00
Zach Loafman
ea1b2672cb
Merge pull request #12859 from jszczepkowski/hpa-docs
...
Design proposal: Horizontal Pod Autoscaler.
2015-08-21 18:56:47 -07:00
Zach Loafman
5e1d793a0c
Merge pull request #12763 from brendandburns/schema-api
...
Add a storage implementation for ThirdPartyResources.
2015-08-21 18:54:16 -07:00
Zach Loafman
6979efec4a
Merge pull request #12586 from jszczepkowski/hna-docs
...
Added section about node autoscaler to cluster-management design doc.
2015-08-21 18:53:00 -07:00
Zach Loafman
2afa54d555
Merge pull request #12472 from piosz/initial-proposal
...
Initial Resources proposal
2015-08-21 18:52:24 -07:00
Zach Loafman
30a1fb06c7
Merge pull request #10957 from yifan-gu/oidc
...
plugin/pkg/auth: add OpenID Connect token authenticator
2015-08-21 18:51:04 -07:00
Brendan Burns
5d664892f2
Add a storage implementation for thirdpartyresources.
2015-08-21 17:21:40 -07:00
Zach Loafman
73d105e22c
Merge pull request #12959 from smarterclayton/handle_pods_in_kubelet
...
Support graceful termination in the Kubelet (5/7)
2015-08-21 16:13:21 -07:00
Zach Loafman
cc172af259
Merge pull request #13049 from mesosphere/mesos-docker-lazy-pull
...
[mesos/docker] Lazily pull images to speed up kube-up
2015-08-21 16:07:27 -07:00
Zach Loafman
af83c8b4ac
Merge pull request #13039 from smarterclayton/lengthen_timeout
...
Lengthen e2e kubectl timeout
2015-08-21 16:07:11 -07:00
Zach Loafman
29369b0dde
Merge pull request #13030 from justinsb/aws_jenkins_parallel
...
AWS: e2e: change instance default size, create kubernetes-e2e-aws-parallel
2015-08-21 16:06:56 -07:00
Zach Loafman
f433efef8d
Merge pull request #13042 from yifan-gu/rkt_fix_version
...
kubelet/rkt: fix rkt version parsing.
2015-08-21 16:04:37 -07:00
Zach Loafman
9a8eef33fa
Merge pull request #12700 from bjlee72/util-sudo-patch
...
Fix the problem that the script cannot remove existing installations …
2015-08-21 16:03:26 -07:00
Zach Loafman
0a8291505a
Merge pull request #9234 from ZJU-SEL/fix-e2e-test-hostdir
...
fix e2e hostdir test
2015-08-21 15:51:42 -07:00
Yifan Gu
ad3f6e8e65
Godeps: add Godpes for go-oidc.
2015-08-21 15:34:22 -07:00
Yifan Gu
0318cb145c
docs: add documentations for OpenID Connect authentication.
2015-08-21 15:27:08 -07:00
Yifan Gu
ae22bd5710
plugin/pkg/auth: add tests for OpenID Connect authenticator.
2015-08-21 15:27:08 -07:00
Yifan Gu
6376e41850
plugin/pkg/auth: add OpenID Connect token authenticator.
...
Also add related new flags to apiserver:
"--oidc-issuer-url", "--oidc-client-id", "--oidc-ca-file", "--oidc-username-claim",
to enable OpenID Connect authentication.
2015-08-21 15:27:08 -07:00
Zach Loafman
8f0078cc38
Merge pull request #12110 from arun-gupta/master
...
Adding a Java EE sample
2015-08-21 15:19:32 -07:00
Zach Loafman
5ca0ca3d3f
Merge pull request #9787 from feihujiang/acceptErrorLikeGoPath
...
Make a change to visitor to allow it to accept an error, like Go's pa…
2015-08-21 15:17:58 -07:00
Jerzy Szczepkowski
354b8d2abf
Comments applied.
2015-08-21 23:59:09 +02:00
Zach Loafman
185b5af26f
Merge pull request #12833 from uluyol/insecure-reg
...
Launch a cluster-local registry.
2015-08-21 14:58:37 -07:00
Andy Zheng
f302130ad9
Add continuous tests support for trusty nodes
...
Also fix the starting condition of kube-install-additional-packages
upstart job.
2015-08-21 14:39:55 -07:00
Zach Loafman
afc35742de
Merge pull request #12981 from BenTheElder/iptables_cleanup
...
Add --cleanup-iptables flag to kube-proxy
2015-08-21 14:36:31 -07:00
Karl Isenberg
47d3d85603
[mesos/docker] Lazily pull images to speed up kube-up
2015-08-21 14:10:00 -07:00
Muhammed Uluyol
3dc10a209b
Use gcr.io for proxy image
2015-08-21 13:32:08 -07:00
Zach Loafman
251d98041e
Merge pull request #13053 from kubernetes/revert-13017-autoscaling-e2e
...
Revert "Promoted Autoscaling e2e tests to standard suite"
2015-08-21 13:22:45 -07:00
Zach Loafman
21b1453f25
Revert "Promoted Autoscaling e2e tests to standard suite"
2015-08-21 13:21:53 -07:00
Zach Loafman
8800450c5f
Merge pull request #13046 from jlowdermilk/fix-mig-command
...
fix mig command for gce
2015-08-21 11:58:32 -07:00
Zach Loafman
86a10a142c
Merge pull request #12950 from ixdy/coveralls
...
Enable reporting test coverage to Coveralls from Shippable and disable per-PR coverage
2015-08-21 11:45:55 -07:00
arun-gupta
fe25b18573
Squashing commits
...
adding a Java EE sample, fixing #11477
adding location to the source
adding partial review comments from #12110
adding syncer macros and fixing links
2015-08-21 11:45:16 -07:00
BenTheElder
81ab51709a
Add --cleanup-iptables flag to kube-proxy
...
Adds a flag to cleanup iptables rules created by kube-proxy per
https://github.com/mesosphere/kubernetes-mesos/issues/353#issuecomment-1
27382832
2015-08-21 14:44:11 -04:00
Jeff Lowdermilk
f0b5c5b7b8
fix mig command for gce
2015-08-21 11:19:46 -07:00
Yifan Gu
a2b148b27b
kubelet/rkt: fix rkt version parsing.
...
Use SemVer to parse the version string.
2015-08-21 10:45:11 -07:00
Zach Loafman
5f36c07111
Merge pull request #13028 from wojtek-t/switch_off_cacher
...
[Merge only in case of strange problems on Jenkins] Disable watch in apiserver because of problems
2015-08-21 10:33:22 -07:00
Clayton Coleman
cc95dc586e
Lengthen e2e kubectl timeout
...
30s on guestbook-go being pulled from the docker hub is tight -
occasionally lag in the DockerHub can cause kubectl expose it should
create services for rc to flake.
2015-08-21 12:54:36 -04:00
Quinton Hoole
27edaf84f1
Address feedback on Cluster Federation proposal doc.
2015-08-21 08:51:48 -07:00
Justin Santa Barbara
e7ce72cf35
AWS: Add kubernetes-e2e-aws-parallel for Jenkins
...
This should allow us to run tests on AWS much faster.
2015-08-21 10:24:05 -04:00
Clayton Coleman
f5c4a3e7a6
Handle graceful termination in the Kubelet
...
Supports pods that are gracefully deleted on the server being
handled in the Kubelet
preStop is limited to the grace period of the pod in execution.
2015-08-21 10:18:21 -04:00
Wojciech Tyczynski
4e76ed31aa
Switch off cacher
2015-08-21 15:28:28 +02:00
Jerzy Szczepkowski
eaedcd0cac
Design proposal: Horizontal Pod Autoscaler.
...
Added design proposal for Horizontal Pod Autoscaler. Related to #12087 .
2015-08-21 13:59:38 +02:00