Commit Graph

25429 Commits

Author SHA1 Message Date
k8s-merge-robot
067998e727 Merge pull request #21622 from pwittrock/nodee2essh
Auto commit by PR queue bot
2016-02-23 16:42:42 -08:00
Dawn Chen
a8c0ac88fc Merge pull request #21754 from kargakis/use-generation-for-deployments
Use generation for deployments
2016-02-23 16:42:16 -08:00
Chao Xu
e20e295cbe fix Event broadcaster for HPA 2016-02-23 16:15:10 -08:00
Quinton Hoole
b0b31845a7 Make ubernetes lite e2e tests run stable tests and in parallel.
Fixes #21797
2016-02-23 15:49:56 -08:00
Janet Kuo
e7356679bc Fix rolling-update --image nil pointer dereference 2016-02-23 15:07:53 -08:00
nikhiljindal
ac6188c676 Print the remaining pods to debug test flake 2016-02-23 14:57:19 -08:00
Daniel Smith
6afe858b44 fix shadowing bug 2016-02-23 14:51:12 -08:00
Joe Finney
9f5d3545f8 Remove hack/parallel-e2e.sh. 2016-02-23 14:37:49 -08:00
Janet Kuo
dbfb6c0169 Set RC's pod template TerminationGracePeriodSeconds to 0 in test-cmd.sh test data 2016-02-23 14:22:41 -08:00
Joe Finney
c1bd13ec4b Merge pull request #21489 from pwittrock/jenkinsyaml
Jenkinsyaml
2016-02-23 13:31:12 -08:00
HAI HUANG
625e0d0944 Adding more info to error msgs 2016-02-23 16:19:41 -05:00
derekwaynecarr
4858b484da Fix flake in LimitRange e2e 2016-02-23 16:03:31 -05:00
k8s-merge-robot
2524249a41 Merge pull request #21779 from quinton-hoole/2016-02-23-fix-ubelite-e2e-zone-config
Auto commit by PR queue bot
2016-02-23 12:48:10 -08:00
k8s-merge-robot
8f0ab31d48 Merge pull request #21762 from gmarek/nodecontroller
Auto commit by PR queue bot
2016-02-23 12:48:09 -08:00
Piotr Szczesniak
3e023411f6 Added events to kubectl describe hpa 2016-02-23 20:44:51 +01:00
Madhusudan.C.S
781480d7fe Add DaemonSets and Deployments to valid resources list in kubectl. 2016-02-23 11:19:19 -08:00
Phillip Wittrock
538a2c489c Address pr comments 2016-02-23 11:18:56 -08:00
Quinton Hoole
fcc4f34902 Fixes #21777 (e2e script refactor broke ubernetes-lite e2e tests) 2016-02-23 11:15:32 -08:00
k8s-merge-robot
f5082b6dd7 Merge pull request #21768 from mesosphere/jdef_fix_scheduler_ha_787
Auto commit by PR queue bot
2016-02-23 11:11:41 -08:00
k8s-merge-robot
6c8ce0e417 Merge pull request #21393 from erictune/fix-swagger-gen-1
Auto commit by PR queue bot
2016-02-23 11:11:40 -08:00
k8s-merge-robot
6332d84039 Merge pull request #19782 from pmorie/config-docs
Auto commit by PR queue bot
2016-02-23 11:11:36 -08:00
Joe Finney
178a8835d2 Merge pull request #21704 from spxtr/finish-yaml-refactor
Finish yaml refactor
2016-02-23 11:10:44 -08:00
Eric Paris
784d264c4a Pin Godep to version v53
which isn't horribly broken
2016-02-23 14:01:52 -05:00
Phillip Wittrock
35e753f22b Move credentialsId to a variable 2016-02-23 10:52:51 -08:00
kargakis
6506d76f76 update-all changes for deployment's observedGeneration 2016-02-23 19:42:35 +01:00
kargakis
7a3d40786b switch internal field to int64 2016-02-23 19:30:33 +01:00
kargakis
2cb37f3500 update generation api comments 2016-02-23 19:30:33 +01:00
Paul Morie
7e64b4ac52 Add ConfigMap docs 2016-02-23 13:27:54 -05:00
Phillip Wittrock
eba1767af6 yaml for jenkins node docker-build-push/e2e cadvisor/heapster/node jobs. #20538 2016-02-23 09:59:57 -08:00
k8s-merge-robot
cdbbeae3e5 Merge pull request #21486 from fgrzadkowski/docker_ubuntu_fix
Auto commit by PR queue bot
2016-02-23 09:48:50 -08:00
kargakis
418d79cb78 extensions: add observedGeneration for deployments 2016-02-23 18:47:40 +01:00
James DeFelice
250a511a78 fix k8sm-787 scheduler failover regression 2016-02-23 17:43:00 +00:00
gmarek
e99ad585ce Decrease verbosity in NodeController 2016-02-23 17:03:38 +01:00
k8s-merge-robot
d0ce85a6d1 Merge pull request #21687 from kargakis/generation-updates-for-label-annotation-changes
Auto commit by PR queue bot
2016-02-23 07:51:48 -08:00
Piotr Szczesniak
7f83e07465 Added support for HPA v1 in kubectl describe 2016-02-23 16:50:28 +01:00
James Ravn and Yoseph Samuel
9f62e81be5 Disable aws node security group ingress creation
Add aws cloud config:

    [global]
    disableSecurityGroupIngress = true

The aws provider creates an inbound rule per load balancer on the node
security group. However, this can quickly run into the AWS security
group rule limit of 50.

This disables the automatic ingress creation. It requires that the user
has setup a rule that allows inbound traffic on kubelet ports from the
local VPC subnet (so load balancers can access it). E.g.  `10.82.0.0/16
30000-32000`.

Limits: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html#vpc-limits-security-groups

Authors: @jsravn, @balooo
2016-02-23 15:24:50 +00:00
AdoHe
aa5c036a5c add DESIRED and CURRENT columns to rcs,ds,rs 2016-02-23 10:11:19 -05:00
k8s-merge-robot
58783bc256 Merge pull request #21684 from justinsb/fix_21200
Auto commit by PR queue bot
2016-02-23 07:06:08 -08:00
Chris Batey, James Ravn and Yoseph Samuel
087ff78cf9 Only find running aws hosts by nodename
When finding instance by node name in AWS, only retrieve running
instances.  Otherwise terminated, old nodes can show up with the same
tag when rebuilding nodes in the cluster.

Another improvement made is to filter instances by the node names
provided, rather than selecting all instances and filtering in code.

Authors: @jsravn, @chbatey, @balooo
2016-02-23 14:47:16 +00:00
k8s-merge-robot
7f1b699880 Merge pull request #21071 from soltysh/server_close
Auto commit by PR queue bot
2016-02-23 06:34:27 -08:00
k8s-merge-robot
a89b607a9c Merge pull request #21666 from wojtek-t/registry_options
Auto commit by PR queue bot
2016-02-23 05:54:47 -08:00
Piotr Szczesniak
0dfeb81390 HPA update its status even if getting metrics failed 2016-02-23 14:30:03 +01:00
k8s-merge-robot
725a8e8b36 Merge pull request #21369 from AdoHe/kubectl_change_column_titles
Auto commit by PR queue bot
2016-02-23 05:20:38 -08:00
k8s-merge-robot
d3661414a1 Merge pull request #21273 from kargakis/rolling-updater-fix
Auto commit by PR queue bot
2016-02-23 04:50:59 -08:00
k8s-merge-robot
aa9e139894 Merge pull request #21726 from janetkuo/log-on-timeout
Auto commit by PR queue bot
2016-02-23 04:16:49 -08:00
k8s-merge-robot
9470a7e61c Merge pull request #21627 from justinsb/fix_11324
Auto commit by PR queue bot
2016-02-23 03:45:10 -08:00
k8s-merge-robot
6b649d7f9f Merge pull request #21706 from liggitt/token-controller
Auto commit by PR queue bot
2016-02-23 02:40:26 -08:00
Piotr Szczesniak
762e155f3e Refactoring of pod autoscaler controller 2016-02-23 11:29:40 +01:00
k8s-merge-robot
ac644e03bd Merge pull request #20769 from bprashanth/ing_config
Auto commit by PR queue bot
2016-02-23 02:09:15 -08:00
kargakis
69cd75c6a8 registry: remove todos about rc/rs label/annotation updates 2016-02-23 10:24:02 +01:00