Skip to content
  1. Nov 18, 2016
    • Bogdan Dobrelya's avatar
      Add download localhost and enable for CI · a03540da
      Bogdan Dobrelya authored
      
      
      * Add download_localhost for the download_run_once mode, which is
        use the ansible host (a travis node for CI case) to store and
        distribute containers across cluster nodes in inventory.
        Defaults to false.
      * Rework download_run_once logic to fix idempotency of uploading
        containers.
      * For Travis CI, enable docker images caching and run Travis
        workers with sudo enabled as a dependency
      * For Travis CI, deploy with download_localhost and download_run_once
        enabled to shourten dev path drastically.
      * Add compression for saved container images. Defaults to 'best'.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      Co-authored-by: default avatarAleksandr Didenko <adidenko@mirantis.com>
      a03540da
    • Aleksandr Didenko's avatar
      Fix download_run_once for containers · 3e687bbe
      Aleksandr Didenko authored
      Add one more step (task) to containers download/upload sequence -
      copy saved .tar containers to ansible host (delegate_to: localhost).
      
      Then upload images to target nodes. It uses synchronize module so
      if ansible host (localhost) is the same host as kube-master[0] then
      new task causes no issues and the copy to localhost process is
      basically skipped.
      3e687bbe
  2. Nov 14, 2016
  3. Nov 10, 2016
  4. Nov 09, 2016
  5. Nov 08, 2016
  6. Oct 24, 2016
  7. Oct 18, 2016
  8. Oct 15, 2016
  9. Oct 12, 2016
  10. Oct 10, 2016
    • Smana's avatar
      upgrade to kubernetes version 1.4.0 · 056f4b6c
      Smana authored
      test to change the machine type
      
      Revert "test to change the machine type"
      
      This reverts commit 7a91f1b5405a39bee6cb91940b09a0b0f9d3aee1.
      
      use google dns server when no upstream dns are defined
      
      comment upstream_dns_servers
      
      update documentation
      
      remove deprecated kubelet flags
      
      Revert "remove deprecated kubelet flags"
      
      This reverts commit 21e3b893c896d0291c36a07d0414f4cb88b8d8ac.
      056f4b6c
  11. Oct 07, 2016
  12. Sep 30, 2016
  13. Sep 28, 2016
  14. Sep 27, 2016
  15. Sep 15, 2016
  16. Aug 29, 2016
  17. Aug 27, 2016
  18. Jul 25, 2016
    • Matthew Mosesohn's avatar
      Copy kubectl from docker container · b4688701
      Matthew Mosesohn authored
      Nearly the last stage of source all components to containers.
      Kubectl will be called from hyperkube image.
      
      Remaining tasks:
       * Move kube_version variable to kubernetes/preinstall
       * Drop placeholder download.nothing requirement
      b4688701
  19. Jul 22, 2016
    • Matthew Mosesohn's avatar
      Deploy kubelet and kube-apiserver as containers · d0a1e15e
      Matthew Mosesohn authored
      kubelet via docker
      kube-apiserver as a static pod
      
      Fixed etcd service start to be more tolerant of slow start.
      
      Workaround for kube_version to stay in download role, but not
      download an files by creating a new "nothing" download entry.
      d0a1e15e
  20. Jul 05, 2016
  21. Jul 03, 2016
  22. Jul 02, 2016
  23. Jun 29, 2016
  24. Jun 28, 2016
  25. Jun 09, 2016
  26. May 23, 2016
  27. May 21, 2016
    • Paul Czarkowski's avatar
      race condition in download role under vagrant · ba615ff9
      Paul Czarkowski authored
      using a shared folder can cause race conditions for the download
      role as it tries to download files on all the nodes to the same
      shared path.  This adds a flag to run the tasks in the download
      role on just one node.
      ba615ff9
  28. May 12, 2016
  29. Apr 20, 2016
  30. Apr 19, 2016
Loading