1. 30 Aug, 2016 31 commits
  2. 29 Aug, 2016 9 commits
    • Kubernetes Submit Queue's avatar
      Merge pull request #31138 from girishkalele/esipp-e2e · 1e125c23
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      E2E tests for the Source IP Preservation for LoadBalancers
      
      Breaking out E2E changes from the main PR - these tests require the Alpha feature gate turned on for this feature otherwise they will consistently fail.
      1e125c23
    • Euan Kemp's avatar
      test/node-e2e: Update CoreOS update disabling · e58f3f61
      Euan Kemp authored
      This disables update-engine and locksmithd with ignition instead of
      cloud-init so that they're really totally 100% disabled.
      
      Pretty much every way of disabling them with cloud-init is mildly racy.
      
      Fixes #31633
      e58f3f61
    • Erick Fejta's avatar
      Add missing tests · fdb085ff
      Erick Fejta authored
      fdb085ff
    • Vishnu kannan's avatar
      fix pod get logs over websocket e2e test · 8e29b981
      Vishnu kannan authored
      Signed-off-by: 's avatarVishnu kannan <vishnuk@google.com>
      8e29b981
    • Minhan Xia's avatar
      keep docker0 with private cidr range · a876f221
      Minhan Xia authored
      a876f221
    • Kubernetes Submit Queue's avatar
      Merge pull request #31526 from mwielgus/event-sink · 1919fe3a
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      EventSink for federated controllers
      
      So that the controllers can reuse k8s.io/kubernetes/pkg/client/record machinery.
      
      cc: @quinton-hoole @nikhiljindal @kubernetes/sig-cluster-federation
      1919fe3a
    • Kubernetes Submit Queue's avatar
      Merge pull request #30744 from madhusudancs/fed-split-build-to-develop-deploy · 09a97203
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Separate federation build.sh into development and deployment scripts.
      
      The idea behind this separation is that it provides a clear distinction
      between the dev environment and the prod environment. The
      deploy/deploy.sh script will be shipped to the users, but
      develop/develop.sh will be purely for development purposes and won't
      be part of a release distribution.
      
      Purely for developer convenience, all the deployment functionality is
      made available through the develop/develop.sh script.
      
      This change also copies deploy/* files into the release distribution.
      
      cc @kubernetes/sig-cluster-federation @colhom 
      
      ```release-note
      Federation can now be deployed using the `federation/deploy/deploy.sh` script. This script does not depend on any of the development environment shell library/scripts. This is an alternative to the current `federation-up.sh`/`federation-down.sh` scripts. Both the scripts are going to co-exist in this release, but the `federation-up.sh`/`federation-down.sh` scripts might be removed in a future release in favor of `federation/deploy/deploy.sh` script.
      ```
      09a97203
    • Tim St. Clair's avatar
      Cleanup node failure message · ba9aa1cb
      Tim St. Clair authored
      ba9aa1cb
    • Kubernetes Submit Queue's avatar
      Merge pull request #31242 from wojtek-t/attach_ttls · 033e473e
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Support for TTLs in etcd migration.
      
      Ref #20504
      033e473e