Skip to content
Snippets Groups Projects
  1. Sep 16, 2017
  2. Sep 14, 2017
  3. Sep 13, 2017
    • Matthew Mosesohn's avatar
      kubeadm support (#1631) · 67447260
      Matthew Mosesohn authored
      * kubeadm support
      
      * move k8s master to a subtask
      * disable k8s secrets when using kubeadm
      * fix etcd cert serial var
      * move simple auth users to master role
      * make a kubeadm-specific env file for kubelet
      * add non-ha CI job
      
      * change ci boolean vars to json format
      
      * fixup
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      67447260
  4. Sep 10, 2017
    • Matthew Mosesohn's avatar
      Refactor downloads (#1642) · f2057dd4
      Matthew Mosesohn authored
      * Refactor downloads
      
      Add prefixes to tasks (file vs container)
      Remove some delegates
      Clean up some conditions
      
      * Update ansible.cfg
      f2057dd4
  5. Sep 06, 2017
  6. Sep 04, 2017
  7. Aug 29, 2017
  8. Aug 25, 2017
    • Chad Swenson's avatar
      Initial version of Flannel using CNI (#1486) · a39e78d4
      Chad Swenson authored
      * Updates Controller Manager/Kubelet with Flannel's required configuration for CNI
      * Removes old Flannel installation
      * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host
      * Uses RBAC if enabled
      * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
      a39e78d4
  9. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  10. Aug 21, 2017
  11. Aug 18, 2017
  12. Jul 29, 2017
  13. Jul 26, 2017
    • timtoum's avatar
      Enable weave seed mode for kubespray (#1414) · 3e457e4e
      timtoum authored
      * Enable weave seed mode for kubespray
      
      * fix task Weave seed | Set peers if existing peers
      
      * fix mac address variabilisation
      
      * fix default values
      
      * fix include seed condition
      
      * change weave var to default values
      
      * fix Set peers if existing peers
      3e457e4e
  14. Jul 19, 2017
  15. Jul 17, 2017
  16. Jul 11, 2017
  17. Jun 27, 2017
  18. May 23, 2017
  19. Apr 28, 2017
  20. Apr 27, 2017
  21. Apr 26, 2017
  22. Apr 12, 2017
  23. Apr 11, 2017
  24. Apr 05, 2017
  25. Mar 24, 2017
  26. Mar 17, 2017
  27. Mar 16, 2017
  28. Mar 15, 2017
    • Matthew Mosesohn's avatar
      More idempotency fixes · a422ad0d
      Matthew Mosesohn authored
      Fixed sync_tokens fact
      Fixed sync_certs for k8s tokens fact
      Disabled register docker images changability
      Fixed CNI dir permission
      Fix idempotency for etcd pre upgrade checks
      a422ad0d
  29. Feb 23, 2017
  30. Feb 18, 2017
  31. Feb 13, 2017
    • Vladimir Rutsky's avatar
      set "check_mode: no" for read-only "shell" steps that registers result · 09847567
      Vladimir Rutsky authored
      "shell" step doesn't support check mode, which currently leads to failures,
      when Ansible is being run in check mode (because Ansible doesn't run command,
      assuming that command might have effect, and no "rc" or "output" is registered).
      
      Setting "check_mode: no" allows to run those "shell" commands in check mode
      (which is safe, because those shell commands doesn't have side effects).
      09847567
    • Matthew Mosesohn's avatar
      Update calico to v1.0.2 · ec567bd5
      Matthew Mosesohn authored
      Also calico-cni to v1.5.6, calico-policy to v0.5.2
      
      Fixes: #1011
      ec567bd5
  32. Feb 09, 2017
  33. Feb 08, 2017
Loading