Madhusudan.C.S
6a6699a1b2
Add new types for DaemonSet update.
2016-01-20 10:33:49 -08:00
Yu-Ju Hong
dc5b35a570
Set default status to pending for pods from non-apiserver sources
2016-01-20 09:36:01 -08:00
Isaac Hollander McCreery
041f152e80
Add flag to force pull on docker build
2016-01-20 09:14:57 -08:00
Justin Santa Barbara
0586d866de
AWS: Eliminate assumptions about all load-balancer ports matching
...
It costs us basically nothing to just check all the ports, and
protects us against future changes to the controller.
2016-01-20 09:30:46 -05:00
Justin Santa Barbara
12dd568662
AWS: Fix comment to reflect new method name
...
TCPLoadBalancer.EnsureTCPLoadBalancer => LoadBalancer.EnsureLoadBalancer
2016-01-20 09:28:28 -05:00
Justin Santa Barbara
30882265b6
AWS: Remove dead code
...
I think I added these functions by mistake; they aren't used and
apparently never were.
2016-01-20 09:23:53 -05:00
Dan Mace
eb778217ad
Support rolling update to 0 desired replicas
...
Support a desired replica count of 0 for the new RC. Users sometimes
want to roll out a new "inactive" template with the intent of scaling
it up manually later.
2016-01-20 09:21:13 -05:00
deads2k
14396fc464
add subject access review types
2016-01-20 08:24:15 -05:00
k8s-merge-robot
a5d2c1b0fb
Merge pull request #18706 from eparis/upstream-godep
...
Auto commit by PR queue bot
2016-01-20 04:43:26 -08:00
k8s-merge-robot
1c861d43ac
Merge pull request #18298 from pmorie/secret-env
...
Auto commit by PR queue bot
2016-01-20 03:55:40 -08:00
k8s-merge-robot
6c8bf484d2
Merge pull request #15322 from mattjmcnaughton/15229-rename-ValidatePositiveField-and-ValidatePositiveQuantity
...
Auto commit by PR queue bot
2016-01-20 02:35:12 -08:00
Harry Zhang
0202a206b8
Integration test to verify alloc works
...
Add integration test to verify allocatable can works
2016-01-20 15:36:19 +08:00
k8s-merge-robot
ecf6038720
Merge pull request #19734 from caesarxuchao/generate-fake-client
...
Auto commit by PR queue bot
2016-01-19 20:42:59 -08:00
Chao Xu
fb81b2278e
client-gen now generates the fake client.
2016-01-19 17:27:17 -08:00
k8s-merge-robot
d351a0f626
Merge pull request #19826 from derekwaynecarr/update_vagrant_prereq
...
Auto commit by PR queue bot
2016-01-19 17:25:11 -08:00
k8s-merge-robot
2d137c1c00
Merge pull request #19821 from gmarek/fix
...
Auto commit by PR queue bot
2016-01-19 17:25:04 -08:00
k8s-merge-robot
89dea9f381
Merge pull request #19797 from justinsb/aws_docker_183
...
Auto commit by PR queue bot
2016-01-19 17:24:35 -08:00
k8s-merge-robot
864065be97
Merge pull request #19621 from mikedanese/retrofit-controller-manager
...
Auto commit by PR queue bot
2016-01-19 17:22:42 -08:00
k8s-merge-robot
064356775d
Merge pull request #19280 from erictune/fix-munge-1
...
Auto commit by PR queue bot
2016-01-19 17:20:01 -08:00
k8s-merge-robot
2a79ac4a31
Merge pull request #18322 from mesosphere/licenses
...
Auto commit by PR queue bot
2016-01-19 17:17:17 -08:00
k8s-merge-robot
501f770401
Merge pull request #17958 from sils1297/patch-1
...
Auto commit by PR queue bot
2016-01-19 17:15:37 -08:00
k8s-merge-robot
16a78198c3
Merge pull request #17932 from GertiPoppel/DocContribution
...
Auto commit by PR queue bot
2016-01-19 17:15:33 -08:00
k8s-merge-robot
b80ed11cc2
Merge pull request #15998 from cilium-team/updating-vagrant
...
Auto commit by PR queue bot
2016-01-19 17:13:03 -08:00
Isaac Hollander McCreery
e95dd01a53
Pin golang build to 1.4.2 instead of floating on 1.4
2016-01-19 17:08:34 -08:00
Isaac Hollander McCreery
2794ee092f
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-19 16:51:18 -08:00
Yu-Ju Hong
f1535a0d4c
Don't handle graceful deletion of mirror pods in status manager
2016-01-19 16:47:57 -08:00
James DeFelice
75f487f7bf
AbsPath should be compatible with proxy-prefixes:
...
- replace Config.Prefix with .Host and .APIPath
- Request .path promoted to .pathPrefix, .baseURL holds required prefix
2016-01-20 00:31:58 +00:00
Jeff Grafton
ad8ea35d94
Update kubekins-test image to include netcat
2016-01-19 16:24:58 -08:00
Jeff Grafton
62bc09adf3
Only return unprivileged ports in get_random_port and fix nc argument bug
2016-01-19 16:24:43 -08:00
Mike Danese
39c7ea57b0
test: make ValidateCount throw an error instead of a log
...
We can either fix it here or at every callsite. Every callsite is
currently using this method incorrectly.
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-19 15:59:32 -08:00
Isaac Hollander McCreery
39e0703ae6
Merge pull request #19829 from ihmccreery/fix-serial
...
Fix serial jobs by using right project and using selectors properly
2016-01-19 14:34:13 -08:00
Sami Wagiaalla
70fceeff92
Relabel Security Context e2e
2016-01-19 16:49:42 -05:00
Brendan Burns
6504b74823
Merge pull request #19800 from justinsb/aws_update_vivid_amis
...
AWS: Update AMIs for Ubuntu Vivid
2016-01-19 13:13:55 -08:00
Eric Tune
4a3d4defdf
Validate kubernetes.io/dockerconfigjson secrets
...
Added unit test.
2016-01-19 12:35:30 -08:00
Joe Finney
f47bdc8a5c
Add kubemark tests to source control.
2016-01-19 11:20:59 -08:00
Isaac Hollander McCreery
5daf01bfd1
Fix serial jobs by using right project and using selectors properly
2016-01-19 11:08:03 -08:00
André Martins
0515b4c7c9
Updated Vagrant VMs to Fedora 23
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-01-19 16:52:54 +00:00
derekwaynecarr
48f4ca4765
Update vagrant prereq to 1.7.4
2016-01-19 11:30:30 -05:00
Eric Tune
0bb716d6b2
Stop test spew on non-Linux.
...
Make kube-proxy test not run on non-linux to avoid
error spew.
2016-01-19 06:54:38 -08:00
gmarek
106e66be3b
Readd scheduler flags and mark them as deprecated
2016-01-19 14:20:00 +01:00
Yagnesh Mistry
c171a96d15
fix error related to flannel network in CentOS 7 cluster creation scripts
2016-01-19 17:17:50 +05:30
Jan Safranek
f912870784
openstack: Use common SafeFormatAndMount() for mounting.
...
There is no reason for OpenStack + Cinder to use it's own variant of format
& mount.
2016-01-19 09:36:38 +01:00
Mike Spreitzer
bf671f5723
Fix reference to kubernetes release
...
Replace old repo name with https://github.com/kubernetes/kubernetes .
Update default release to the latest, which is 1.1.4.
2016-01-18 23:54:36 -05:00
Aaron Crickenberger
d46a97224a
Support building on remote docker-machine instances
...
Use case: I have a docker-machine instance in the cloud, and an empty
DOCKER_OPTS env var. I want to `build/run.sh hack/build-go.sh`
Previously, this would invoke `docker '' cp` which was erroring out
with: '' not a command.
2016-01-18 17:44:23 -08:00
Matt McNaughton
90d68a53b3
Rename Positive qualifier to Nonnegative
...
It makes more sense for `ValidatePositiveField` and
`ValidatePositiveQuantity` methods to be named `ValidateNonnegativeField`
and `ValidateNonnegativeQuantity` as that is what is truly being
checked. This commit simply updates the method names everywhere they are
used.
2016-01-18 17:29:15 -05:00
Mike Danese
a885d84cc9
leaderelection: retrofit controller-manager with leaderelection client
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-18 14:05:55 -08:00
Justin Santa Barbara
dcd7e813f7
AWS: Update AMIs for Ubuntu Vivid
...
Update to the latest AMIs for Vivid, as sourced from:
http://cloud-images.ubuntu.com/locator/ec2/
2016-01-18 16:47:06 -05:00
Paul Morie
60cf252e8b
Add validation for variant-type of EnvVarSource
2016-01-18 15:07:48 -05:00
Justin Santa Barbara
9f995df29c
AWS: Use Docker 1.8.3 on Ubuntu vivid
...
This currently requires downloading from the Docker repository, until we
get the packages uploaded to Google Cloud Storage.
Issue #19796
2016-01-18 14:13:55 -05:00
Paul Morie
394a7bb4d0
Regen for secrets in env
2016-01-18 12:32:32 -05:00